2024-01-24T01:40:27.312 INFO:root:teuthology version: 0.0.1.dev251+gc856e0f 2024-01-24T01:40:27.312 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} --owner scheduled_yuriw@teuthology --name yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi --verbose --archive /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529760 -- /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529760/orig.config.yaml 2024-01-24T01:40:27.347 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-24T01:40:27.435 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529760 branch: wip-yuri5-testing-2024-01-11-1300-pacific description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7529760' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri5-testing-2024-01-11-1300-pacific ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-lflores-testing-2-2024-01-23-1755-pacific sha1: 54ea2bd75ede6da27ba5852fe5d99aab52f94305 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 3235 sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-lflores-testing-2-2024-01-23-1755-pacific suite_path: /home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa suite_relpath: qa suite_repo: https://github.com/ljflores/ceph.git suite_sha1: 54ea2bd75ede6da27ba5852fe5d99aab52f94305 targets: smithi027.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAodnnwcUdBMrCJpQUEZCUi3r4bK65H5LpE6AkT4tCkh7ZmMolQDucMfXH9L7gHWEAzlnRbNUlQoUrn5g3vELg4= smithi173.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMdz2DxgQyBq4wlvH79/yZcubwKObx5eaDr7dkOpp8UBt416wA37CSneJ4Zt/CBJWBIVGT2F2eM09E2GveOh7K8= 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-23_19:22:22 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-24T01:40:27.435 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa; will attempt to use it 2024-01-24T01:40:27.436 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks 2024-01-24T01:40:27.436 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-24T01:40:27.437 INFO:teuthology.task.internal:Checking packages... 2024-01-24T01:40:27.461 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'a70aebef70df6ec2d957347ccbfc484e0573dd5f' 2024-01-24T01:40:27.462 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-24T01:40:27.462 INFO:teuthology.packaging:ref: None 2024-01-24T01:40:27.462 INFO:teuthology.packaging:tag: None 2024-01-24T01:40:27.462 INFO:teuthology.packaging:branch: wip-yuri5-testing-2024-01-11-1300-pacific 2024-01-24T01:40:27.462 INFO:teuthology.packaging:sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-24T01:40:27.462 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri5-testing-2024-01-11-1300-pacific 2024-01-24T01:40:27.602 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-449.ga70aebef 2024-01-24T01:40:27.604 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-24T01:40:27.613 INFO:teuthology.task.internal:no buildpackages task found 2024-01-24T01:40:27.613 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-24T01:40:27.635 INFO:teuthology.task.internal:Saving configuration 2024-01-24T01:40:27.649 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-24T01:40:27.659 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-24T01:40:27.684 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi027.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529760', '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-24 01:34:50.544202', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAodnnwcUdBMrCJpQUEZCUi3r4bK65H5LpE6AkT4tCkh7ZmMolQDucMfXH9L7gHWEAzlnRbNUlQoUrn5g3vELg4='} 2024-01-24T01:40:27.707 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi173.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529760', '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-24 01:34:50.546283', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMdz2DxgQyBq4wlvH79/yZcubwKObx5eaDr7dkOpp8UBt416wA37CSneJ4Zt/CBJWBIVGT2F2eM09E2GveOh7K8='} 2024-01-24T01:40:27.707 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-24T01:40:27.718 INFO:teuthology.task.internal:roles: ubuntu@smithi027.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-24T01:40:27.718 INFO:teuthology.task.internal:roles: ubuntu@smithi173.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-24T01:40:27.718 INFO:teuthology.run_tasks:Running task console_log... 2024-01-24T01:40:27.865 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9f05249e50>, signals=[15]) 2024-01-24T01:40:27.865 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-24T01:40:27.873 INFO:teuthology.task.internal:Opening connections... 2024-01-24T01:40:27.874 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi027.front.sepia.ceph.com 2024-01-24T01:40:27.876 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T01:40:27.970 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi173.front.sepia.ceph.com 2024-01-24T01:40:27.971 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T01:40:28.044 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-24T01:40:28.053 DEBUG:teuthology.orchestra.run.smithi027:> uname -m 2024-01-24T01:40:28.074 INFO:teuthology.orchestra.run.smithi027.stdout:x86_64 2024-01-24T01:40:28.074 DEBUG:teuthology.orchestra.run.smithi027:> cat /etc/os-release 2024-01-24T01:40:28.134 INFO:teuthology.orchestra.run.smithi027.stdout:NAME="Red Hat Enterprise Linux" 2024-01-24T01:40:28.134 INFO:teuthology.orchestra.run.smithi027.stdout:VERSION="8.6 (Ootpa)" 2024-01-24T01:40:28.134 INFO:teuthology.orchestra.run.smithi027.stdout:ID="rhel" 2024-01-24T01:40:28.134 INFO:teuthology.orchestra.run.smithi027.stdout:ID_LIKE="fedora" 2024-01-24T01:40:28.135 INFO:teuthology.orchestra.run.smithi027.stdout:VERSION_ID="8.6" 2024-01-24T01:40:28.135 INFO:teuthology.orchestra.run.smithi027.stdout:PLATFORM_ID="platform:el8" 2024-01-24T01:40:28.135 INFO:teuthology.orchestra.run.smithi027.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-01-24T01:40:28.135 INFO:teuthology.orchestra.run.smithi027.stdout:ANSI_COLOR="0;31" 2024-01-24T01:40:28.135 INFO:teuthology.orchestra.run.smithi027.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-01-24T01:40:28.135 INFO:teuthology.orchestra.run.smithi027.stdout:HOME_URL="https://www.redhat.com/" 2024-01-24T01:40:28.135 INFO:teuthology.orchestra.run.smithi027.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-01-24T01:40:28.135 INFO:teuthology.orchestra.run.smithi027.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-24T01:40:28.135 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:40:28.135 INFO:teuthology.orchestra.run.smithi027.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-24T01:40:28.135 INFO:teuthology.orchestra.run.smithi027.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-01-24T01:40:28.135 INFO:teuthology.orchestra.run.smithi027.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-01-24T01:40:28.135 INFO:teuthology.orchestra.run.smithi027.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-01-24T01:40:28.136 INFO:teuthology.lock.ops:Updating smithi027.front.sepia.ceph.com on lock server 2024-01-24T01:40:28.161 DEBUG:teuthology.orchestra.run.smithi173:> uname -m 2024-01-24T01:40:28.182 INFO:teuthology.orchestra.run.smithi173.stdout:x86_64 2024-01-24T01:40:28.182 DEBUG:teuthology.orchestra.run.smithi173:> cat /etc/os-release 2024-01-24T01:40:28.241 INFO:teuthology.orchestra.run.smithi173.stdout:NAME="Red Hat Enterprise Linux" 2024-01-24T01:40:28.242 INFO:teuthology.orchestra.run.smithi173.stdout:VERSION="8.6 (Ootpa)" 2024-01-24T01:40:28.242 INFO:teuthology.orchestra.run.smithi173.stdout:ID="rhel" 2024-01-24T01:40:28.242 INFO:teuthology.orchestra.run.smithi173.stdout:ID_LIKE="fedora" 2024-01-24T01:40:28.242 INFO:teuthology.orchestra.run.smithi173.stdout:VERSION_ID="8.6" 2024-01-24T01:40:28.242 INFO:teuthology.orchestra.run.smithi173.stdout:PLATFORM_ID="platform:el8" 2024-01-24T01:40:28.242 INFO:teuthology.orchestra.run.smithi173.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-01-24T01:40:28.242 INFO:teuthology.orchestra.run.smithi173.stdout:ANSI_COLOR="0;31" 2024-01-24T01:40:28.242 INFO:teuthology.orchestra.run.smithi173.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-01-24T01:40:28.242 INFO:teuthology.orchestra.run.smithi173.stdout:HOME_URL="https://www.redhat.com/" 2024-01-24T01:40:28.242 INFO:teuthology.orchestra.run.smithi173.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-01-24T01:40:28.242 INFO:teuthology.orchestra.run.smithi173.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-24T01:40:28.242 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-01-24T01:40:28.242 INFO:teuthology.orchestra.run.smithi173.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-24T01:40:28.243 INFO:teuthology.orchestra.run.smithi173.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-01-24T01:40:28.243 INFO:teuthology.orchestra.run.smithi173.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-01-24T01:40:28.243 INFO:teuthology.orchestra.run.smithi173.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-01-24T01:40:28.243 INFO:teuthology.lock.ops:Updating smithi173.front.sepia.ceph.com on lock server 2024-01-24T01:40:28.260 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-24T01:40:28.271 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-24T01:40:28.283 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-24T01:40:28.283 DEBUG:teuthology.orchestra.run.smithi027:> test '!' -e /home/ubuntu/cephtest 2024-01-24T01:40:28.285 DEBUG:teuthology.orchestra.run.smithi173:> test '!' -e /home/ubuntu/cephtest 2024-01-24T01:40:28.303 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-24T01:40:28.314 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-24T01:40:28.314 DEBUG:teuthology.orchestra.run.smithi027:> test -z $(ls -A /var/lib/ceph) 2024-01-24T01:40:28.346 DEBUG:teuthology.orchestra.run.smithi173:> test -z $(ls -A /var/lib/ceph) 2024-01-24T01:40:28.375 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-24T01:40:28.431 INFO:teuthology.run_tasks:Running task kernel... 2024-01-24T01:40:28.450 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-24T01:40:28.450 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-24T01:40:28.451 DEBUG:teuthology.orchestra.run.smithi027:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-24T01:40:28.451 DEBUG:teuthology.orchestra.run.smithi173:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-24T01:40:28.469 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T01:40:28.469 DEBUG:teuthology.orchestra.run.smithi173:> uname -r 2024-01-24T01:40:28.470 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T01:40:28.470 DEBUG:teuthology.orchestra.run.smithi027:> uname -r 2024-01-24T01:40:28.528 INFO:teuthology.orchestra.run.smithi173.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-01-24T01:40:28.529 INFO:teuthology.task.kernel:Running kernel on smithi173: 4.18.0-513.9.1.el8_9.x86_64 2024-01-24T01:40:28.529 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum install -y kernel 2024-01-24T01:40:28.530 INFO:teuthology.orchestra.run.smithi027.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-01-24T01:40:28.530 INFO:teuthology.task.kernel:Running kernel on smithi027: 4.18.0-513.9.1.el8_9.x86_64 2024-01-24T01:40:28.530 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum install -y kernel 2024-01-24T01:40:30.114 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-01-24T01:40:30.114 INFO:teuthology.orchestra.run.smithi173.stdout:Unable to read consumer identity 2024-01-24T01:40:30.150 INFO:teuthology.orchestra.run.smithi027.stdout:Updating Subscription Management repositories. 2024-01-24T01:40:30.150 INFO:teuthology.orchestra.run.smithi027.stdout:Unable to read consumer identity 2024-01-24T01:40:30.412 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:40:30.412 INFO:teuthology.orchestra.run.smithi027.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-24T01:40:30.412 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:40:30.423 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-01-24T01:40:30.423 INFO:teuthology.orchestra.run.smithi173.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-24T01:40:30.423 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-01-24T01:40:32.233 INFO:teuthology.orchestra.run.smithi173.stdout:Copr repo for python3-asyncssh owned by ceph 15 kB/s | 3.5 kB 00:00 2024-01-24T01:40:32.234 INFO:teuthology.orchestra.run.smithi027.stdout:Copr repo for python3-asyncssh owned by ceph 16 kB/s | 3.5 kB 00:00 2024-01-24T01:40:33.285 INFO:teuthology.orchestra.run.smithi027.stdout:Extra Packages for Enterprise Linux 16 MB/s | 16 MB 00:01 2024-01-24T01:40:33.659 INFO:teuthology.orchestra.run.smithi173.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2024-01-24T01:40:37.127 INFO:teuthology.orchestra.run.smithi027.stdout:lab-extras 499 kB/s | 24 kB 00:00 2024-01-24T01:40:37.208 INFO:teuthology.orchestra.run.smithi173.stdout:lab-extras 457 kB/s | 24 kB 00:00 2024-01-24T01:40:37.946 INFO:teuthology.orchestra.run.smithi027.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-01-24T01:40:37.946 INFO:teuthology.orchestra.run.smithi027.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-01-24T01:40:37.995 INFO:teuthology.orchestra.run.smithi173.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-01-24T01:40:37.995 INFO:teuthology.orchestra.run.smithi173.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-01-24T01:40:38.029 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-01-24T01:40:38.031 INFO:teuthology.orchestra.run.smithi027.stdout:Nothing to do. 2024-01-24T01:40:38.031 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-01-24T01:40:38.063 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-01-24T01:40:38.064 INFO:teuthology.orchestra.run.smithi173.stdout:Nothing to do. 2024-01-24T01:40:38.064 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-01-24T01:40:38.173 DEBUG:teuthology.orchestra.run.smithi027:> echo no | sudo yum reinstall kernel || true 2024-01-24T01:40:38.212 DEBUG:teuthology.orchestra.run.smithi173:> echo no | sudo yum reinstall kernel || true 2024-01-24T01:40:38.527 INFO:teuthology.orchestra.run.smithi027.stdout:Updating Subscription Management repositories. 2024-01-24T01:40:38.528 INFO:teuthology.orchestra.run.smithi027.stdout:Unable to read consumer identity 2024-01-24T01:40:38.546 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-01-24T01:40:38.547 INFO:teuthology.orchestra.run.smithi173.stdout:Unable to read consumer identity 2024-01-24T01:40:38.727 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:40:38.727 INFO:teuthology.orchestra.run.smithi027.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-24T01:40:38.727 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:40:38.796 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-01-24T01:40:38.796 INFO:teuthology.orchestra.run.smithi173.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-24T01:40:38.796 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-01-24T01:40:39.058 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:00:02 ago on Wed 24 Jan 2024 01:40:37 AM UTC. 2024-01-24T01:40:39.111 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:00:02 ago on Wed 24 Jan 2024 01:40:37 AM UTC. 2024-01-24T01:40:39.144 INFO:teuthology.orchestra.run.smithi027.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-24T01:40:39.152 INFO:teuthology.orchestra.run.smithi027.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-24T01:40:39.178 INFO:teuthology.orchestra.run.smithi173.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-24T01:40:39.194 INFO:teuthology.orchestra.run.smithi173.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-24T01:40:39.208 INFO:teuthology.orchestra.run.smithi027.stderr:Error: No packages marked for reinstall. 2024-01-24T01:40:39.247 INFO:teuthology.orchestra.run.smithi173.stderr:Error: No packages marked for reinstall. 2024-01-24T01:40:39.257 DEBUG:teuthology.orchestra.run.smithi027:> sudo yum reinstall -y kernel || true 2024-01-24T01:40:39.295 DEBUG:teuthology.orchestra.run.smithi173:> sudo yum reinstall -y kernel || true 2024-01-24T01:40:39.609 INFO:teuthology.orchestra.run.smithi027.stdout:Updating Subscription Management repositories. 2024-01-24T01:40:39.609 INFO:teuthology.orchestra.run.smithi027.stdout:Unable to read consumer identity 2024-01-24T01:40:39.628 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-01-24T01:40:39.628 INFO:teuthology.orchestra.run.smithi173.stdout:Unable to read consumer identity 2024-01-24T01:40:39.838 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:40:39.839 INFO:teuthology.orchestra.run.smithi027.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-24T01:40:39.839 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:40:39.854 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-01-24T01:40:39.855 INFO:teuthology.orchestra.run.smithi173.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-24T01:40:39.855 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-01-24T01:40:40.158 INFO:teuthology.orchestra.run.smithi173.stdout:Last metadata expiration check: 0:00:03 ago on Wed 24 Jan 2024 01:40:37 AM UTC. 2024-01-24T01:40:40.162 INFO:teuthology.orchestra.run.smithi027.stdout:Last metadata expiration check: 0:00:03 ago on Wed 24 Jan 2024 01:40:37 AM UTC. 2024-01-24T01:40:40.221 INFO:teuthology.orchestra.run.smithi173.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-24T01:40:40.221 INFO:teuthology.orchestra.run.smithi173.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-24T01:40:40.234 INFO:teuthology.orchestra.run.smithi027.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-24T01:40:40.234 INFO:teuthology.orchestra.run.smithi027.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-24T01:40:40.264 INFO:teuthology.orchestra.run.smithi027.stderr:Error: No packages marked for reinstall. 2024-01-24T01:40:40.270 INFO:teuthology.orchestra.run.smithi173.stderr:Error: No packages marked for reinstall. 2024-01-24T01:40:40.311 DEBUG:teuthology.orchestra.run.smithi027:> rpm -q kernel | sort -rV | head -n 1 2024-01-24T01:40:40.317 DEBUG:teuthology.orchestra.run.smithi173:> rpm -q kernel | sort -rV | head -n 1 2024-01-24T01:40:40.474 INFO:teuthology.orchestra.run.smithi173.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-01-24T01:40:40.474 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-01-24T01:40:40.475 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-01-24T01:40:40.475 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-24T01:40:40.475 DEBUG:teuthology.orchestra.run.smithi173:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-24T01:40:40.477 INFO:teuthology.orchestra.run.smithi027.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-01-24T01:40:40.478 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-01-24T01:40:40.478 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-01-24T01:40:40.478 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-24T01:40:40.479 DEBUG:teuthology.orchestra.run.smithi027:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-24T01:40:40.508 INFO:teuthology.orchestra.run.smithi173.stdout:ttyS1 2024-01-24T01:40:40.521 DEBUG:teuthology.parallel:result is None 2024-01-24T01:40:40.524 INFO:teuthology.orchestra.run.smithi027.stdout:ttyS1 2024-01-24T01:40:40.539 DEBUG:teuthology.parallel:result is None 2024-01-24T01:40:40.540 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-24T01:40:40.550 INFO:teuthology.task.internal:Creating test directory... 2024-01-24T01:40:40.550 DEBUG:teuthology.orchestra.run.smithi027:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-24T01:40:40.552 DEBUG:teuthology.orchestra.run.smithi173:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-24T01:40:40.577 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-24T01:40:40.586 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-24T01:40:40.600 INFO:teuthology.task.internal:Creating archive directory... 2024-01-24T01:40:40.600 DEBUG:teuthology.orchestra.run.smithi027:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-24T01:40:40.609 DEBUG:teuthology.orchestra.run.smithi173:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-24T01:40:40.645 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-24T01:40:40.656 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-24T01:40:40.656 DEBUG:teuthology.orchestra.run.smithi027:> 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-24T01:40:40.676 DEBUG:teuthology.orchestra.run.smithi173:> 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-24T01:40:40.714 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T01:40:40.715 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T01:40:40.724 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T01:40:40.725 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T01:40:40.727 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-24T01:40:40.738 INFO:teuthology.task.internal:Configuring sudo... 2024-01-24T01:40:40.738 DEBUG:teuthology.orchestra.run.smithi027:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-24T01:40:40.768 DEBUG:teuthology.orchestra.run.smithi173:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-24T01:40:40.795 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-24T01:40:40.805 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-24T01:40:40.805 DEBUG:teuthology.orchestra.run.smithi027:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-24T01:40:40.836 DEBUG:teuthology.orchestra.run.smithi173:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-24T01:40:40.852 DEBUG:teuthology.orchestra.run.smithi027:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-24T01:40:40.934 DEBUG:teuthology.orchestra.run.smithi027:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-24T01:40:40.983 DEBUG:teuthology.orchestra.run.smithi027:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-24T01:40:41.068 DEBUG:teuthology.orchestra.run.smithi027:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-24T01:40:41.110 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-01-24T01:40:41.110 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-24T01:40:41.177 DEBUG:teuthology.orchestra.run.smithi173:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-24T01:40:41.219 DEBUG:teuthology.orchestra.run.smithi173:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-24T01:40:41.273 DEBUG:teuthology.orchestra.run.smithi173:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-24T01:40:41.356 DEBUG:teuthology.orchestra.run.smithi173:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-24T01:40:41.399 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-01-24T01:40:41.399 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-24T01:40:41.466 DEBUG:teuthology.orchestra.run.smithi027:> sudo service rsyslog restart 2024-01-24T01:40:41.469 DEBUG:teuthology.orchestra.run.smithi173:> sudo service rsyslog restart 2024-01-24T01:40:41.518 INFO:teuthology.orchestra.run.smithi027.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-24T01:40:41.550 INFO:teuthology.orchestra.run.smithi173.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-24T01:40:41.923 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-24T01:40:41.933 INFO:teuthology.task.internal:Starting timer... 2024-01-24T01:40:41.933 INFO:teuthology.run_tasks:Running task pcp... 2024-01-24T01:40:41.971 INFO:teuthology.run_tasks:Running task selinux... 2024-01-24T01:40:41.983 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-24T01:40:41.984 DEBUG:teuthology.orchestra.run.smithi027:> sudo service auditd rotate 2024-01-24T01:40:42.043 INFO:teuthology.orchestra.run.smithi027.stdout:Rotating logs: 2024-01-24T01:40:42.045 DEBUG:teuthology.orchestra.run.smithi173:> sudo service auditd rotate 2024-01-24T01:40:42.104 INFO:teuthology.orchestra.run.smithi173.stdout:Rotating logs: 2024-01-24T01:40:42.105 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-24T01:40:42.105 DEBUG:teuthology.orchestra.run.smithi027:> /usr/sbin/getenforce 2024-01-24T01:40:42.127 INFO:teuthology.orchestra.run.smithi027.stdout:Permissive 2024-01-24T01:40:42.127 DEBUG:teuthology.orchestra.run.smithi173:> /usr/sbin/getenforce 2024-01-24T01:40:42.154 INFO:teuthology.orchestra.run.smithi173.stdout:Permissive 2024-01-24T01:40:42.154 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi027.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi173.front.sepia.ceph.com': 'permissive'} 2024-01-24T01:40:42.154 DEBUG:teuthology.orchestra.run.smithi027:> 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-24T01:40:42.195 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T01:40:42.195 DEBUG:teuthology.orchestra.run.smithi173:> 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-24T01:40:42.222 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T01:40:42.222 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-24T01:40:42.222 DEBUG:teuthology.orchestra.run.smithi027:> sudo /usr/sbin/setenforce permissive 2024-01-24T01:40:42.265 DEBUG:teuthology.orchestra.run.smithi173:> sudo /usr/sbin/setenforce permissive 2024-01-24T01:40:42.335 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-24T01:40:42.346 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-24T01:40:42.362 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-24T01:40:42.363 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi027.front.sepia.ceph.com,smithi173.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-24T01:49:28.633 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi027.front.sepia.ceph.com'), Remote(name='ubuntu@smithi173.front.sepia.ceph.com')] 2024-01-24T01:49:28.635 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi027.front.sepia.ceph.com' 2024-01-24T01:49:28.636 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi027.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T01:49:28.712 DEBUG:teuthology.orchestra.run.smithi027:> true 2024-01-24T01:49:28.782 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi027.front.sepia.ceph.com' 2024-01-24T01:49:28.782 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2024-01-24T01:49:28.783 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T01:49:28.856 DEBUG:teuthology.orchestra.run.smithi173:> true 2024-01-24T01:49:28.925 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi173.front.sepia.ceph.com' 2024-01-24T01:49:28.925 INFO:teuthology.run_tasks:Running task clock... 2024-01-24T01:49:28.943 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-24T01:49:28.943 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-24T01:49:28.944 DEBUG:teuthology.orchestra.run.smithi027:> 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-24T01:49:28.946 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-24T01:49:28.946 DEBUG:teuthology.orchestra.run.smithi173:> 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-24T01:49:28.979 INFO:teuthology.orchestra.run.smithi027.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-24T01:49:28.995 INFO:teuthology.orchestra.run.smithi027.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-24T01:49:28.997 INFO:teuthology.orchestra.run.smithi173.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-24T01:49:29.012 INFO:teuthology.orchestra.run.smithi173.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-24T01:49:29.074 INFO:teuthology.orchestra.run.smithi027.stderr:sudo: ntpd: command not found 2024-01-24T01:49:29.087 INFO:teuthology.orchestra.run.smithi027.stdout:506 Cannot talk to daemon 2024-01-24T01:49:29.096 INFO:teuthology.orchestra.run.smithi173.stderr:sudo: ntpd: command not found 2024-01-24T01:49:29.103 INFO:teuthology.orchestra.run.smithi027.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-24T01:49:29.107 INFO:teuthology.orchestra.run.smithi173.stdout:506 Cannot talk to daemon 2024-01-24T01:49:29.118 INFO:teuthology.orchestra.run.smithi027.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-24T01:49:29.122 INFO:teuthology.orchestra.run.smithi173.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-24T01:49:29.136 INFO:teuthology.orchestra.run.smithi173.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-24T01:49:29.192 INFO:teuthology.orchestra.run.smithi027.stderr:bash: ntpq: command not found 2024-01-24T01:49:29.196 INFO:teuthology.orchestra.run.smithi027.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-24T01:49:29.196 INFO:teuthology.orchestra.run.smithi027.stdout:=============================================================================== 2024-01-24T01:49:29.196 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T01:49:29.196 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T01:49:29.196 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T01:49:29.196 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T01:49:29.213 INFO:teuthology.orchestra.run.smithi173.stderr:bash: ntpq: command not found 2024-01-24T01:49:29.216 INFO:teuthology.orchestra.run.smithi173.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-24T01:49:29.217 INFO:teuthology.orchestra.run.smithi173.stdout:=============================================================================== 2024-01-24T01:49:29.217 INFO:teuthology.orchestra.run.smithi173.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T01:49:29.217 INFO:teuthology.orchestra.run.smithi173.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T01:49:29.217 INFO:teuthology.orchestra.run.smithi173.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T01:49:29.217 INFO:teuthology.orchestra.run.smithi173.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T01:49:29.218 INFO:teuthology.run_tasks:Running task pexec... 2024-01-24T01:49:29.227 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-24T01:49:29.227 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi027.front.sepia.ceph.com 2024-01-24T01:49:29.227 DEBUG:teuthology.orchestra.run.smithi027:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-24T01:49:29.228 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi173.front.sepia.ceph.com 2024-01-24T01:49:29.228 DEBUG:teuthology.orchestra.run.smithi173:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-24T01:49:29.633 INFO:teuthology.orchestra.run.smithi027.stdout:Updating Subscription Management repositories. 2024-01-24T01:49:29.633 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-01-24T01:49:31.471 INFO:teuthology.orchestra.run.smithi027.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 30 kB/s | 4.1 kB 00:00 2024-01-24T01:49:31.733 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 44 kB/s | 4.5 kB 00:00 2024-01-24T01:49:31.774 INFO:teuthology.orchestra.run.smithi027.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 52 kB/s | 4.5 kB 00:00 2024-01-24T01:49:32.277 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 46 kB/s | 4.1 kB 00:00 2024-01-24T01:49:34.941 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-01-24T01:49:34.942 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-01-24T01:49:34.943 INFO:teuthology.orchestra.run.smithi027.stdout: Package Architecture Version Repository Size 2024-01-24T01:49:34.943 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-01-24T01:49:34.943 INFO:teuthology.orchestra.run.smithi027.stdout:Resetting modules: 2024-01-24T01:49:34.943 INFO:teuthology.orchestra.run.smithi027.stdout: container-tools 2024-01-24T01:49:34.943 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:49:34.943 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2024-01-24T01:49:34.943 INFO:teuthology.orchestra.run.smithi027.stdout:================================================================================ 2024-01-24T01:49:34.943 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:49:35.273 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-01-24T01:49:35.274 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-01-24T01:49:35.275 INFO:teuthology.orchestra.run.smithi173.stdout: Package Architecture Version Repository Size 2024-01-24T01:49:35.275 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-01-24T01:49:35.275 INFO:teuthology.orchestra.run.smithi173.stdout:Resetting modules: 2024-01-24T01:49:35.275 INFO:teuthology.orchestra.run.smithi173.stdout: container-tools 2024-01-24T01:49:35.275 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-01-24T01:49:35.275 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-01-24T01:49:35.275 INFO:teuthology.orchestra.run.smithi173.stdout:================================================================================ 2024-01-24T01:49:35.275 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-01-24T01:49:46.533 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-01-24T01:49:47.047 INFO:teuthology.orchestra.run.smithi027.stdout:Updating Subscription Management repositories. 2024-01-24T01:49:48.543 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-01-24T01:49:48.876 INFO:teuthology.orchestra.run.smithi027.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2024-01-24T01:49:49.015 INFO:teuthology.orchestra.run.smithi173.stdout:Updating Subscription Management repositories. 2024-01-24T01:49:49.160 INFO:teuthology.orchestra.run.smithi027.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 72 kB/s | 4.5 kB 00:00 2024-01-24T01:49:51.078 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 56 kB/s | 4.5 kB 00:00 2024-01-24T01:49:51.676 INFO:teuthology.orchestra.run.smithi173.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 32 kB/s | 4.1 kB 00:00 2024-01-24T01:49:52.233 INFO:teuthology.orchestra.run.smithi027.stdout:Dependencies resolved. 2024-01-24T01:49:52.399 INFO:teuthology.orchestra.run.smithi027.stdout:========================================================================================================================== 2024-01-24T01:49:52.399 INFO:teuthology.orchestra.run.smithi027.stdout: Package Arch Version Repository Size 2024-01-24T01:49:52.399 INFO:teuthology.orchestra.run.smithi027.stdout:========================================================================================================================== 2024-01-24T01:49:52.399 INFO:teuthology.orchestra.run.smithi027.stdout:Installing group/module packages: 2024-01-24T01:49:52.399 INFO:teuthology.orchestra.run.smithi027.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-24T01:49:52.400 INFO:teuthology.orchestra.run.smithi027.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-01-24T01:49:52.400 INFO:teuthology.orchestra.run.smithi027.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-01-24T01:49:52.400 INFO:teuthology.orchestra.run.smithi027.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-24T01:49:52.400 INFO:teuthology.orchestra.run.smithi027.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-24T01:49:52.400 INFO:teuthology.orchestra.run.smithi027.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-24T01:49:52.400 INFO:teuthology.orchestra.run.smithi027.stdout:Installing dependencies: 2024-01-24T01:49:52.400 INFO:teuthology.orchestra.run.smithi027.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-01-24T01:49:52.400 INFO:teuthology.orchestra.run.smithi027.stdout:Downgrading: 2024-01-24T01:49:52.400 INFO:teuthology.orchestra.run.smithi027.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-24T01:49:52.400 INFO:teuthology.orchestra.run.smithi027.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-24T01:49:52.400 INFO:teuthology.orchestra.run.smithi027.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-24T01:49:52.400 INFO:teuthology.orchestra.run.smithi027.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-24T01:49:52.400 INFO:teuthology.orchestra.run.smithi027.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-01-24T01:49:52.401 INFO:teuthology.orchestra.run.smithi027.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-24T01:49:52.401 INFO:teuthology.orchestra.run.smithi027.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-24T01:49:52.401 INFO:teuthology.orchestra.run.smithi027.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-24T01:49:52.401 INFO:teuthology.orchestra.run.smithi027.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-24T01:49:52.401 INFO:teuthology.orchestra.run.smithi027.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-24T01:49:52.401 INFO:teuthology.orchestra.run.smithi027.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-24T01:49:52.401 INFO:teuthology.orchestra.run.smithi027.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-24T01:49:52.401 INFO:teuthology.orchestra.run.smithi027.stdout:Installing module profiles: 2024-01-24T01:49:52.401 INFO:teuthology.orchestra.run.smithi027.stdout: container-tools/common 2024-01-24T01:49:52.401 INFO:teuthology.orchestra.run.smithi027.stdout:Enabling module streams: 2024-01-24T01:49:52.401 INFO:teuthology.orchestra.run.smithi027.stdout: container-tools 3.0 2024-01-24T01:49:52.401 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:49:52.401 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction Summary 2024-01-24T01:49:52.402 INFO:teuthology.orchestra.run.smithi027.stdout:========================================================================================================================== 2024-01-24T01:49:52.402 INFO:teuthology.orchestra.run.smithi027.stdout:Install 7 Packages 2024-01-24T01:49:52.402 INFO:teuthology.orchestra.run.smithi027.stdout:Downgrade 12 Packages 2024-01-24T01:49:52.402 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:49:52.402 INFO:teuthology.orchestra.run.smithi027.stdout:Total download size: 50 M 2024-01-24T01:49:52.402 INFO:teuthology.orchestra.run.smithi027.stdout:Downloading Packages: 2024-01-24T01:49:52.580 INFO:teuthology.orchestra.run.smithi027.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 290 kB/s | 51 kB 00:00 2024-01-24T01:49:52.638 INFO:teuthology.orchestra.run.smithi027.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 2.1 MB/s | 511 kB 00:00 2024-01-24T01:49:52.697 INFO:teuthology.orchestra.run.smithi027.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 615 kB/s | 72 kB 00:00 2024-01-24T01:49:52.722 INFO:teuthology.orchestra.run.smithi027.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 826 kB/s | 69 kB 00:00 2024-01-24T01:49:52.823 INFO:teuthology.orchestra.run.smithi027.stdout:(5/19): podman-docker-3.0.1-15.module+el8.7.0+1 572 kB/s | 57 kB 00:00 2024-01-24T01:49:53.090 INFO:teuthology.orchestra.run.smithi027.stdout:(6/19): containernetworking-plugins-0.9.1-1.mod 27 MB/s | 19 MB 00:00 2024-01-24T01:49:53.181 INFO:teuthology.orchestra.run.smithi027.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 8.0 MB/s | 2.9 MB 00:00 2024-01-24T01:49:53.207 INFO:teuthology.orchestra.run.smithi027.stdout:(8/19): container-selinux-2.189.0-1.module+el8. 470 kB/s | 55 kB 00:00 2024-01-24T01:49:53.357 INFO:teuthology.orchestra.run.smithi027.stdout:(9/19): podman-3.0.1-15.module+el8.7.0+18021+1e 16 MB/s | 11 MB 00:00 2024-01-24T01:49:53.382 INFO:teuthology.orchestra.run.smithi027.stdout:(10/19): containers-common-1.2.4-2.module+el8.7 455 kB/s | 91 kB 00:00 2024-01-24T01:49:53.407 INFO:teuthology.orchestra.run.smithi027.stdout:(11/19): podman-catatonit-3.0.1-15.module+el8.7 1.6 MB/s | 323 kB 00:00 2024-01-24T01:49:53.459 INFO:teuthology.orchestra.run.smithi027.stdout:(12/19): slirp4netns-1.1.8-1.module+el8.7.0+165 511 kB/s | 51 kB 00:00 2024-01-24T01:49:53.483 INFO:teuthology.orchestra.run.smithi027.stdout:(13/19): crun-0.18-3.module+el8.7.0+16533+44634 2.4 MB/s | 185 kB 00:00 2024-01-24T01:49:53.533 INFO:teuthology.orchestra.run.smithi027.stdout:(14/19): cockpit-podman-29-2.module+el8.7.0+165 7.1 MB/s | 1.1 MB 00:00 2024-01-24T01:49:53.658 INFO:teuthology.orchestra.run.smithi027.stdout:(15/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 13 MB/s | 2.2 MB 00:00 2024-01-24T01:49:53.717 INFO:teuthology.orchestra.run.smithi027.stdout:(16/19): udica-0.2.4-1.module+el8.7.0+16533+446 275 kB/s | 51 kB 00:00 2024-01-24T01:49:53.851 INFO:teuthology.orchestra.run.smithi027.stdout:(17/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 16 MB/s | 6.2 MB 00:00 2024-01-24T01:49:53.876 INFO:teuthology.orchestra.run.smithi027.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 258 kB/s | 41 kB 00:00 2024-01-24T01:49:53.993 INFO:teuthology.orchestra.run.smithi027.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 20 MB/s | 6.6 MB 00:00 2024-01-24T01:49:53.994 INFO:teuthology.orchestra.run.smithi027.stdout:-------------------------------------------------------------------------------- 2024-01-24T01:49:53.994 INFO:teuthology.orchestra.run.smithi027.stdout:Total 31 MB/s | 50 MB 00:01 2024-01-24T01:49:54.378 INFO:teuthology.orchestra.run.smithi173.stdout:Dependencies resolved. 2024-01-24T01:49:54.492 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction check 2024-01-24T01:49:54.527 INFO:teuthology.orchestra.run.smithi173.stdout:========================================================================================================================== 2024-01-24T01:49:54.527 INFO:teuthology.orchestra.run.smithi173.stdout: Package Arch Version Repository Size 2024-01-24T01:49:54.528 INFO:teuthology.orchestra.run.smithi173.stdout:========================================================================================================================== 2024-01-24T01:49:54.528 INFO:teuthology.orchestra.run.smithi173.stdout:Installing group/module packages: 2024-01-24T01:49:54.528 INFO:teuthology.orchestra.run.smithi173.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-24T01:49:54.528 INFO:teuthology.orchestra.run.smithi173.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-01-24T01:49:54.528 INFO:teuthology.orchestra.run.smithi173.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-01-24T01:49:54.528 INFO:teuthology.orchestra.run.smithi173.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-24T01:49:54.528 INFO:teuthology.orchestra.run.smithi173.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-24T01:49:54.528 INFO:teuthology.orchestra.run.smithi173.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-24T01:49:54.528 INFO:teuthology.orchestra.run.smithi173.stdout:Installing dependencies: 2024-01-24T01:49:54.528 INFO:teuthology.orchestra.run.smithi173.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-01-24T01:49:54.528 INFO:teuthology.orchestra.run.smithi173.stdout:Downgrading: 2024-01-24T01:49:54.528 INFO:teuthology.orchestra.run.smithi173.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-24T01:49:54.529 INFO:teuthology.orchestra.run.smithi173.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-24T01:49:54.529 INFO:teuthology.orchestra.run.smithi173.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-24T01:49:54.529 INFO:teuthology.orchestra.run.smithi173.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-24T01:49:54.529 INFO:teuthology.orchestra.run.smithi173.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-01-24T01:49:54.529 INFO:teuthology.orchestra.run.smithi173.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-24T01:49:54.529 INFO:teuthology.orchestra.run.smithi173.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-24T01:49:54.529 INFO:teuthology.orchestra.run.smithi173.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-24T01:49:54.529 INFO:teuthology.orchestra.run.smithi173.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-24T01:49:54.529 INFO:teuthology.orchestra.run.smithi173.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-24T01:49:54.529 INFO:teuthology.orchestra.run.smithi173.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-24T01:49:54.529 INFO:teuthology.orchestra.run.smithi173.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-24T01:49:54.529 INFO:teuthology.orchestra.run.smithi173.stdout:Installing module profiles: 2024-01-24T01:49:54.529 INFO:teuthology.orchestra.run.smithi173.stdout: container-tools/common 2024-01-24T01:49:54.529 INFO:teuthology.orchestra.run.smithi173.stdout:Enabling module streams: 2024-01-24T01:49:54.529 INFO:teuthology.orchestra.run.smithi173.stdout: container-tools 3.0 2024-01-24T01:49:54.530 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-01-24T01:49:54.530 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction Summary 2024-01-24T01:49:54.530 INFO:teuthology.orchestra.run.smithi173.stdout:========================================================================================================================== 2024-01-24T01:49:54.530 INFO:teuthology.orchestra.run.smithi173.stdout:Install 7 Packages 2024-01-24T01:49:54.530 INFO:teuthology.orchestra.run.smithi173.stdout:Downgrade 12 Packages 2024-01-24T01:49:54.530 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-01-24T01:49:54.530 INFO:teuthology.orchestra.run.smithi173.stdout:Total download size: 50 M 2024-01-24T01:49:54.530 INFO:teuthology.orchestra.run.smithi173.stdout:Downloading Packages: 2024-01-24T01:49:54.539 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction check succeeded. 2024-01-24T01:49:54.539 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction test 2024-01-24T01:49:54.664 INFO:teuthology.orchestra.run.smithi173.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 385 kB/s | 51 kB 00:00 2024-01-24T01:49:54.723 INFO:teuthology.orchestra.run.smithi173.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 2.6 MB/s | 511 kB 00:00 2024-01-24T01:49:54.740 INFO:teuthology.orchestra.run.smithi173.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 956 kB/s | 72 kB 00:00 2024-01-24T01:49:54.858 INFO:teuthology.orchestra.run.smithi173.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 512 kB/s | 69 kB 00:00 2024-01-24T01:49:54.949 INFO:teuthology.orchestra.run.smithi173.stdout:(5/19): podman-docker-3.0.1-15.module+el8.7.0+1 632 kB/s | 57 kB 00:00 2024-01-24T01:49:54.984 INFO:teuthology.orchestra.run.smithi027.stdout:Transaction test succeeded. 2024-01-24T01:49:54.994 INFO:teuthology.orchestra.run.smithi027.stdout:Running transaction 2024-01-24T01:49:55.153 INFO:teuthology.orchestra.run.smithi173.stdout:(6/19): podman-3.0.1-15.module+el8.7.0+18021+1e 26 MB/s | 11 MB 00:00 2024-01-24T01:49:55.358 INFO:teuthology.orchestra.run.smithi173.stdout:(7/19): containernetworking-plugins-0.9.1-1.mod 22 MB/s | 19 MB 00:00 2024-01-24T01:49:55.383 INFO:teuthology.orchestra.run.smithi173.stdout:(8/19): container-selinux-2.189.0-1.module+el8. 239 kB/s | 55 kB 00:00 2024-01-24T01:49:55.456 INFO:teuthology.orchestra.run.smithi173.stdout:(9/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 5.7 MB/s | 2.9 MB 00:00 2024-01-24T01:49:55.483 INFO:teuthology.orchestra.run.smithi173.stdout:(10/19): containers-common-1.2.4-2.module+el8.7 728 kB/s | 91 kB 00:00 2024-01-24T01:49:55.525 INFO:teuthology.orchestra.run.smithi173.stdout:(11/19): podman-catatonit-3.0.1-15.module+el8.7 2.2 MB/s | 323 kB 00:00 2024-01-24T01:49:55.575 INFO:teuthology.orchestra.run.smithi173.stdout:(12/19): slirp4netns-1.1.8-1.module+el8.7.0+165 429 kB/s | 51 kB 00:00 2024-01-24T01:49:55.651 INFO:teuthology.orchestra.run.smithi173.stdout:(13/19): cockpit-podman-29-2.module+el8.7.0+165 6.4 MB/s | 1.1 MB 00:00 2024-01-24T01:49:55.676 INFO:teuthology.orchestra.run.smithi173.stdout:(14/19): crun-0.18-3.module+el8.7.0+16533+44634 1.2 MB/s | 185 kB 00:00 2024-01-24T01:49:55.810 INFO:teuthology.orchestra.run.smithi173.stdout:(15/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 14 MB/s | 2.2 MB 00:00 2024-01-24T01:49:55.835 INFO:teuthology.orchestra.run.smithi173.stdout:(16/19): udica-0.2.4-1.module+el8.7.0+16533+446 319 kB/s | 51 kB 00:00 2024-01-24T01:49:55.935 INFO:teuthology.orchestra.run.smithi173.stdout:(17/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 17 MB/s | 6.2 MB 00:00 2024-01-24T01:49:56.102 INFO:teuthology.orchestra.run.smithi173.stdout:(18/19): buildah-1.19.9-6.module+el8.7.0+16533+ 23 MB/s | 6.6 MB 00:00 2024-01-24T01:49:56.127 INFO:teuthology.orchestra.run.smithi173.stdout:(19/19): yajl-2.1.0-12.el8.x86_64.rpm 140 kB/s | 41 kB 00:00 2024-01-24T01:49:56.128 INFO:teuthology.orchestra.run.smithi173.stdout:-------------------------------------------------------------------------------- 2024-01-24T01:49:56.128 INFO:teuthology.orchestra.run.smithi173.stdout:Total 31 MB/s | 50 MB 00:01 2024-01-24T01:49:56.280 INFO:teuthology.orchestra.run.smithi027.stdout: Preparing : 1/1 2024-01-24T01:49:56.297 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-01-24T01:49:56.315 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-24T01:49:56.494 INFO:teuthology.orchestra.run.smithi027.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-24T01:49:56.610 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction check 2024-01-24T01:49:56.654 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction check succeeded. 2024-01-24T01:49:56.654 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction test 2024-01-24T01:49:57.081 INFO:teuthology.orchestra.run.smithi173.stdout:Transaction test succeeded. 2024-01-24T01:49:57.089 INFO:teuthology.orchestra.run.smithi173.stdout:Running transaction 2024-01-24T01:49:58.365 INFO:teuthology.orchestra.run.smithi173.stdout: Preparing : 1/1 2024-01-24T01:49:58.381 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-01-24T01:49:58.398 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-24T01:49:58.559 INFO:teuthology.orchestra.run.smithi173.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-24T01:50:14.291 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-24T01:50:14.451 INFO:teuthology.orchestra.run.smithi027.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-01-24T01:50:14.469 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-01-24T01:50:14.650 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-01-24T01:50:14.807 INFO:teuthology.orchestra.run.smithi027.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-01-24T01:50:15.146 INFO:teuthology.orchestra.run.smithi027.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-01-24T01:50:15.146 INFO:teuthology.orchestra.run.smithi027.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-01-24T01:50:15.146 INFO:teuthology.orchestra.run.smithi027.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-01-24T01:50:15.146 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:50:15.410 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-24T01:50:15.604 INFO:teuthology.orchestra.run.smithi173.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-01-24T01:50:15.622 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-01-24T01:50:15.820 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-01-24T01:50:15.960 INFO:teuthology.orchestra.run.smithi027.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-01-24T01:50:15.968 INFO:teuthology.orchestra.run.smithi173.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-01-24T01:50:16.196 INFO:teuthology.orchestra.run.smithi173.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-01-24T01:50:16.196 INFO:teuthology.orchestra.run.smithi173.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-01-24T01:50:16.196 INFO:teuthology.orchestra.run.smithi173.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-01-24T01:50:16.196 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-01-24T01:50:16.994 INFO:teuthology.orchestra.run.smithi173.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-01-24T01:50:17.764 INFO:teuthology.orchestra.run.smithi027.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-01-24T01:50:17.982 INFO:teuthology.orchestra.run.smithi027.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-01-24T01:50:18.193 INFO:teuthology.orchestra.run.smithi027.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-01-24T01:50:18.705 INFO:teuthology.orchestra.run.smithi173.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-01-24T01:50:18.935 INFO:teuthology.orchestra.run.smithi173.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-01-24T01:50:19.121 INFO:teuthology.orchestra.run.smithi173.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-01-24T01:50:19.551 INFO:teuthology.orchestra.run.smithi027.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-01-24T01:50:19.837 INFO:teuthology.orchestra.run.smithi027.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-01-24T01:50:20.105 INFO:teuthology.orchestra.run.smithi027.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-01-24T01:50:20.485 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-01-24T01:50:20.490 INFO:teuthology.orchestra.run.smithi173.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-01-24T01:50:20.788 INFO:teuthology.orchestra.run.smithi173.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-01-24T01:50:21.019 INFO:teuthology.orchestra.run.smithi173.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-01-24T01:50:21.252 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-01-24T01:50:21.360 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-01-24T01:50:21.971 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-01-24T01:50:22.103 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-01-24T01:50:22.308 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-01-24T01:50:22.517 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-01-24T01:50:22.683 INFO:teuthology.orchestra.run.smithi027.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-01-24T01:50:22.795 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-01-24T01:50:22.868 INFO:teuthology.orchestra.run.smithi027.stdout: Cleanup : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 20/31 2024-01-24T01:50:22.885 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-24T01:50:22.885 INFO:teuthology.orchestra.run.smithi027.stdout: Cleanup : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-24T01:50:23.027 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-01-24T01:50:23.177 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-01-24T01:50:23.243 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-24T01:50:23.385 INFO:teuthology.orchestra.run.smithi173.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-01-24T01:50:23.409 INFO:teuthology.orchestra.run.smithi027.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-01-24T01:50:23.409 INFO:teuthology.orchestra.run.smithi027.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-01-24T01:50:23.496 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 20/31 2024-01-24T01:50:23.510 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-24T01:50:23.510 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-24T01:50:23.602 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-01-24T01:50:23.603 INFO:teuthology.orchestra.run.smithi027.stdout: Cleanup : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-01-24T01:50:23.743 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-01-24T01:50:23.833 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-24T01:50:23.934 INFO:teuthology.orchestra.run.smithi027.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-01-24T01:50:24.024 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-01-24T01:50:24.025 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-01-24T01:50:24.092 INFO:teuthology.orchestra.run.smithi027.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-01-24T01:50:24.247 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-01-24T01:50:24.247 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-01-24T01:50:24.284 INFO:teuthology.orchestra.run.smithi027.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-01-24T01:50:24.396 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-01-24T01:50:24.450 INFO:teuthology.orchestra.run.smithi027.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-01-24T01:50:24.588 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-01-24T01:50:24.642 INFO:teuthology.orchestra.run.smithi027.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-01-24T01:50:24.729 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-01-24T01:50:24.804 INFO:teuthology.orchestra.run.smithi027.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-01-24T01:50:24.804 INFO:teuthology.orchestra.run.smithi027.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-24T01:50:24.932 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-01-24T01:50:25.050 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-24T01:50:25.096 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-01-24T01:50:25.229 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-01-24T01:50:25.423 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-01-24T01:50:25.424 INFO:teuthology.orchestra.run.smithi173.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-24T01:50:25.654 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-24T01:50:43.163 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-01-24T01:50:43.656 INFO:teuthology.orchestra.run.smithi173.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-24T01:50:43.656 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-01-24T01:50:43.656 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-01-24T01:50:43.656 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-01-24T01:50:43.657 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-01-24T01:50:43.657 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-01-24T01:50:43.657 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-01-24T01:50:43.657 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-01-24T01:50:43.657 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-01-24T01:50:43.657 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-01-24T01:50:43.658 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-01-24T01:50:43.658 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-01-24T01:50:43.658 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 12/31 2024-01-24T01:50:43.658 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-01-24T01:50:43.658 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 14/31 2024-01-24T01:50:43.658 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-01-24T01:50:43.659 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-01-24T01:50:43.659 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-01-24T01:50:43.659 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-01-24T01:50:43.660 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-01-24T01:50:43.660 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-01-24T01:50:43.660 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-01-24T01:50:43.660 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 22/31 2024-01-24T01:50:43.660 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-01-24T01:50:43.660 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-01-24T01:50:43.661 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-01-24T01:50:43.661 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-01-24T01:50:43.661 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-01-24T01:50:43.661 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-01-24T01:50:43.661 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-01-24T01:50:43.661 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-01-24T01:50:43.990 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-01-24T01:50:44.444 INFO:teuthology.orchestra.run.smithi027.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-24T01:50:44.444 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-01-24T01:50:44.444 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-01-24T01:50:44.444 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-01-24T01:50:44.445 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-01-24T01:50:44.445 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-01-24T01:50:44.445 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-01-24T01:50:44.445 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-01-24T01:50:44.445 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-01-24T01:50:44.445 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-01-24T01:50:44.445 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-01-24T01:50:44.445 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-01-24T01:50:44.445 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 12/31 2024-01-24T01:50:44.445 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-01-24T01:50:44.445 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 14/31 2024-01-24T01:50:44.445 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-01-24T01:50:44.445 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-01-24T01:50:44.445 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-01-24T01:50:44.446 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-01-24T01:50:44.446 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-01-24T01:50:44.446 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-01-24T01:50:44.446 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-01-24T01:50:44.446 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 22/31 2024-01-24T01:50:44.446 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-01-24T01:50:44.446 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-01-24T01:50:44.446 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-01-24T01:50:44.446 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-01-24T01:50:44.446 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-01-24T01:50:44.446 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-01-24T01:50:44.446 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-01-24T01:50:44.446 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-01-24T01:50:56.730 INFO:teuthology.orchestra.run.smithi173.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-01-24T01:50:56.730 INFO:teuthology.orchestra.run.smithi173.stdout:Installed products updated. 2024-01-24T01:50:57.273 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-01-24T01:50:57.273 INFO:teuthology.orchestra.run.smithi173.stdout:Downgraded: 2024-01-24T01:50:57.273 INFO:teuthology.orchestra.run.smithi173.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-01-24T01:50:57.273 INFO:teuthology.orchestra.run.smithi173.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-01-24T01:50:57.273 INFO:teuthology.orchestra.run.smithi173.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-24T01:50:57.273 INFO:teuthology.orchestra.run.smithi173.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-24T01:50:57.273 INFO:teuthology.orchestra.run.smithi173.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-24T01:50:57.273 INFO:teuthology.orchestra.run.smithi173.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-24T01:50:57.273 INFO:teuthology.orchestra.run.smithi173.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-24T01:50:57.274 INFO:teuthology.orchestra.run.smithi173.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-01-24T01:50:57.274 INFO:teuthology.orchestra.run.smithi173.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-01-24T01:50:57.274 INFO:teuthology.orchestra.run.smithi173.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-01-24T01:50:57.274 INFO:teuthology.orchestra.run.smithi173.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-01-24T01:50:57.274 INFO:teuthology.orchestra.run.smithi173.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-24T01:50:57.274 INFO:teuthology.orchestra.run.smithi173.stdout:Installed: 2024-01-24T01:50:57.274 INFO:teuthology.orchestra.run.smithi173.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-01-24T01:50:57.274 INFO:teuthology.orchestra.run.smithi173.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-01-24T01:50:57.274 INFO:teuthology.orchestra.run.smithi173.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-01-24T01:50:57.274 INFO:teuthology.orchestra.run.smithi173.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-24T01:50:57.274 INFO:teuthology.orchestra.run.smithi173.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-24T01:50:57.274 INFO:teuthology.orchestra.run.smithi173.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-01-24T01:50:57.274 INFO:teuthology.orchestra.run.smithi173.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-24T01:50:57.274 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-01-24T01:50:57.275 INFO:teuthology.orchestra.run.smithi173.stdout:Complete! 2024-01-24T01:50:57.465 DEBUG:teuthology.parallel:result is None 2024-01-24T01:50:58.800 INFO:teuthology.orchestra.run.smithi027.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-01-24T01:50:58.800 INFO:teuthology.orchestra.run.smithi027.stdout:Installed products updated. 2024-01-24T01:50:59.372 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:50:59.372 INFO:teuthology.orchestra.run.smithi027.stdout:Downgraded: 2024-01-24T01:50:59.372 INFO:teuthology.orchestra.run.smithi027.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-01-24T01:50:59.373 INFO:teuthology.orchestra.run.smithi027.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-01-24T01:50:59.373 INFO:teuthology.orchestra.run.smithi027.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-24T01:50:59.373 INFO:teuthology.orchestra.run.smithi027.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-24T01:50:59.373 INFO:teuthology.orchestra.run.smithi027.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-24T01:50:59.373 INFO:teuthology.orchestra.run.smithi027.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-24T01:50:59.373 INFO:teuthology.orchestra.run.smithi027.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-24T01:50:59.373 INFO:teuthology.orchestra.run.smithi027.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-01-24T01:50:59.373 INFO:teuthology.orchestra.run.smithi027.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-01-24T01:50:59.373 INFO:teuthology.orchestra.run.smithi027.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-01-24T01:50:59.373 INFO:teuthology.orchestra.run.smithi027.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-01-24T01:50:59.373 INFO:teuthology.orchestra.run.smithi027.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-24T01:50:59.373 INFO:teuthology.orchestra.run.smithi027.stdout:Installed: 2024-01-24T01:50:59.373 INFO:teuthology.orchestra.run.smithi027.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-01-24T01:50:59.373 INFO:teuthology.orchestra.run.smithi027.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-01-24T01:50:59.374 INFO:teuthology.orchestra.run.smithi027.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-01-24T01:50:59.374 INFO:teuthology.orchestra.run.smithi027.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-24T01:50:59.374 INFO:teuthology.orchestra.run.smithi027.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-24T01:50:59.374 INFO:teuthology.orchestra.run.smithi027.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-01-24T01:50:59.374 INFO:teuthology.orchestra.run.smithi027.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-24T01:50:59.374 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:50:59.374 INFO:teuthology.orchestra.run.smithi027.stdout:Complete! 2024-01-24T01:50:59.565 DEBUG:teuthology.parallel:result is None 2024-01-24T01:50:59.565 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-24T01:50:59.579 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-24T01:50:59.579 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-01-24T01:50:59.579 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T01:50:59.596 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-24T01:50:59.596 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_1 2024-01-24T01:50:59.653 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-24T01:50:59.654 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T01:50:59.654 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 6h/6d Inode: 170934 Links: 1 2024-01-24T01:50:59.654 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T01:50:59.654 INFO:teuthology.orchestra.run.smithi027.stdout:Context: system_u:object_r:device_t:s0 2024-01-24T01:50:59.654 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2024-01-24 01:50:44.141646788 +0000 2024-01-24T01:50:59.654 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2024-01-24 01:48:56.363355728 +0000 2024-01-24T01:50:59.654 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2024-01-24 01:48:56.363355728 +0000 2024-01-24T01:50:59.654 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2024-01-24T01:50:59.654 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-24T01:50:59.720 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2024-01-24T01:50:59.721 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2024-01-24T01:50:59.721 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000284875 s, 1.8 MB/s 2024-01-24T01:50:59.722 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-24T01:50:59.780 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_2 2024-01-24T01:50:59.838 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-24T01:50:59.838 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T01:50:59.838 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 6h/6d Inode: 170991 Links: 1 2024-01-24T01:50:59.838 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T01:50:59.838 INFO:teuthology.orchestra.run.smithi027.stdout:Context: system_u:object_r:device_t:s0 2024-01-24T01:50:59.838 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2024-01-24 01:50:44.141646788 +0000 2024-01-24T01:50:59.838 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2024-01-24 01:48:56.723346425 +0000 2024-01-24T01:50:59.838 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2024-01-24 01:48:56.723346425 +0000 2024-01-24T01:50:59.838 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2024-01-24T01:50:59.839 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-24T01:50:59.904 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2024-01-24T01:50:59.904 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2024-01-24T01:50:59.904 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000207252 s, 2.5 MB/s 2024-01-24T01:50:59.905 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-24T01:50:59.964 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_3 2024-01-24T01:51:00.022 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-24T01:51:00.022 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T01:51:00.022 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 6h/6d Inode: 173589 Links: 1 2024-01-24T01:51:00.022 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T01:51:00.022 INFO:teuthology.orchestra.run.smithi027.stdout:Context: system_u:object_r:device_t:s0 2024-01-24T01:51:00.022 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2024-01-24 01:50:44.142646763 +0000 2024-01-24T01:51:00.022 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2024-01-24 01:48:57.075337330 +0000 2024-01-24T01:51:00.022 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2024-01-24 01:48:57.075337330 +0000 2024-01-24T01:51:00.023 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2024-01-24T01:51:00.023 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-24T01:51:00.088 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2024-01-24T01:51:00.088 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2024-01-24T01:51:00.088 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000187895 s, 2.7 MB/s 2024-01-24T01:51:00.089 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-24T01:51:00.147 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/vg_nvme/lv_4 2024-01-24T01:51:00.204 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-24T01:51:00.205 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T01:51:00.205 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 6h/6d Inode: 177578 Links: 1 2024-01-24T01:51:00.205 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T01:51:00.205 INFO:teuthology.orchestra.run.smithi027.stdout:Context: system_u:object_r:device_t:s0 2024-01-24T01:51:00.205 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2024-01-24 01:50:44.142646763 +0000 2024-01-24T01:51:00.205 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2024-01-24 01:48:57.471327097 +0000 2024-01-24T01:51:00.205 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2024-01-24 01:48:57.471327097 +0000 2024-01-24T01:51:00.205 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2024-01-24T01:51:00.205 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-24T01:51:00.271 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2024-01-24T01:51:00.271 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2024-01-24T01:51:00.271 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000210535 s, 2.4 MB/s 2024-01-24T01:51:00.272 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-24T01:51:00.330 DEBUG:teuthology.orchestra.run.smithi027:> 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-24T01:51:00.460 INFO:teuthology.orchestra.run.smithi027.stdout:loop 2024-01-24T01:51:00.461 INFO:tasks.nvme_loop:Connecting nvme_loop smithi027:/dev/vg_nvme/lv_1... 2024-01-24T01:51:00.462 DEBUG:teuthology.orchestra.run.smithi027:> 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-24T01:51:00.499 INFO:teuthology.orchestra.run.smithi027.stdout:1 2024-01-24T01:51:00.535 INFO:teuthology.orchestra.run.smithi027.stdout:/dev/vg_nvme/lv_11 2024-01-24T01:51:00.577 INFO:tasks.nvme_loop:Connecting nvme_loop smithi027:/dev/vg_nvme/lv_2... 2024-01-24T01:51:00.577 DEBUG:teuthology.orchestra.run.smithi027:> 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-24T01:51:00.654 INFO:teuthology.orchestra.run.smithi027.stdout:1 2024-01-24T01:51:00.691 INFO:teuthology.orchestra.run.smithi027.stdout:/dev/vg_nvme/lv_21 2024-01-24T01:51:00.732 INFO:tasks.nvme_loop:Connecting nvme_loop smithi027:/dev/vg_nvme/lv_3... 2024-01-24T01:51:00.732 DEBUG:teuthology.orchestra.run.smithi027:> 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-24T01:51:00.810 INFO:teuthology.orchestra.run.smithi027.stdout:1 2024-01-24T01:51:00.847 INFO:teuthology.orchestra.run.smithi027.stdout:/dev/vg_nvme/lv_31 2024-01-24T01:51:00.887 INFO:tasks.nvme_loop:Connecting nvme_loop smithi027:/dev/vg_nvme/lv_4... 2024-01-24T01:51:00.888 DEBUG:teuthology.orchestra.run.smithi027:> 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-24T01:51:00.964 INFO:teuthology.orchestra.run.smithi027.stdout:1 2024-01-24T01:51:01.001 INFO:teuthology.orchestra.run.smithi027.stdout:/dev/vg_nvme/lv_41 2024-01-24T01:51:01.041 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-01-24T01:51:01.042 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T01:51:01.103 DEBUG:teuthology.orchestra.run.smithi027:> sudo nvme list 2024-01-24T01:51:01.170 INFO:teuthology.orchestra.run.smithi027.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-24T01:51:01.170 INFO:teuthology.orchestra.run.smithi027.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-24T01:51:01.170 INFO:teuthology.orchestra.run.smithi027.stdout:/dev/nvme0n1 CVFT5331001C400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-24T01:51:01.170 INFO:teuthology.orchestra.run.smithi027.stdout:/dev/nvme1n1 4c0a145d01138d37d566 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-24T01:51:01.170 INFO:teuthology.orchestra.run.smithi027.stdout:/dev/nvme2n1 6248c5c123e135f9705b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-24T01:51:01.170 INFO:teuthology.orchestra.run.smithi027.stdout:/dev/nvme3n1 10c6734cdd985ebdb65e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-24T01:51:01.170 INFO:teuthology.orchestra.run.smithi027.stdout:/dev/nvme4n1 ba3cf09ac1799b7d541b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-24T01:51:01.171 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-24T01:51:01.171 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-01-24T01:51:01.171 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/scratch_devs 2024-01-24T01:51:01.238 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-01-24T01:51:01.238 DEBUG:teuthology.orchestra.run.smithi173:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T01:51:01.259 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-24T01:51:01.260 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/vg_nvme/lv_1 2024-01-24T01:51:01.321 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-24T01:51:01.321 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T01:51:01.321 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 6h/6d Inode: 179300 Links: 1 2024-01-24T01:51:01.321 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T01:51:01.321 INFO:teuthology.orchestra.run.smithi173.stdout:Context: system_u:object_r:device_t:s0 2024-01-24T01:51:01.321 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2024-01-24 01:50:43.362497208 +0000 2024-01-24T01:51:01.321 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2024-01-24 01:48:49.844318002 +0000 2024-01-24T01:51:01.321 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2024-01-24 01:48:49.844318002 +0000 2024-01-24T01:51:01.322 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2024-01-24T01:51:01.322 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-24T01:51:01.390 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2024-01-24T01:51:01.391 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2024-01-24T01:51:01.391 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.00027041 s, 1.9 MB/s 2024-01-24T01:51:01.392 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-24T01:51:01.452 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/vg_nvme/lv_2 2024-01-24T01:51:01.510 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-24T01:51:01.511 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T01:51:01.511 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 6h/6d Inode: 175573 Links: 1 2024-01-24T01:51:01.511 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T01:51:01.511 INFO:teuthology.orchestra.run.smithi173.stdout:Context: system_u:object_r:device_t:s0 2024-01-24T01:51:01.511 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2024-01-24 01:50:43.362497208 +0000 2024-01-24T01:51:01.511 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2024-01-24 01:48:50.195310300 +0000 2024-01-24T01:51:01.511 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2024-01-24 01:48:50.195310300 +0000 2024-01-24T01:51:01.511 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2024-01-24T01:51:01.511 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-24T01:51:01.579 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2024-01-24T01:51:01.580 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2024-01-24T01:51:01.580 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000291751 s, 1.8 MB/s 2024-01-24T01:51:01.581 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-24T01:51:01.640 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/vg_nvme/lv_3 2024-01-24T01:51:01.697 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-24T01:51:01.698 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T01:51:01.698 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 6h/6d Inode: 174985 Links: 1 2024-01-24T01:51:01.698 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T01:51:01.698 INFO:teuthology.orchestra.run.smithi173.stdout:Context: system_u:object_r:device_t:s0 2024-01-24T01:51:01.698 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2024-01-24 01:50:43.362497208 +0000 2024-01-24T01:51:01.698 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2024-01-24 01:48:50.578301896 +0000 2024-01-24T01:51:01.698 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2024-01-24 01:48:50.578301896 +0000 2024-01-24T01:51:01.698 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2024-01-24T01:51:01.698 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-24T01:51:01.764 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2024-01-24T01:51:01.764 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2024-01-24T01:51:01.764 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000190828 s, 2.7 MB/s 2024-01-24T01:51:01.766 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-24T01:51:01.824 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/vg_nvme/lv_4 2024-01-24T01:51:01.883 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-24T01:51:01.883 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T01:51:01.883 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 6h/6d Inode: 179371 Links: 1 2024-01-24T01:51:01.883 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T01:51:01.883 INFO:teuthology.orchestra.run.smithi173.stdout:Context: system_u:object_r:device_t:s0 2024-01-24T01:51:01.883 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2024-01-24 01:50:43.363497186 +0000 2024-01-24T01:51:01.883 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2024-01-24 01:48:50.920294391 +0000 2024-01-24T01:51:01.883 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2024-01-24 01:48:50.920294391 +0000 2024-01-24T01:51:01.884 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2024-01-24T01:51:01.884 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-24T01:51:01.949 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2024-01-24T01:51:01.949 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2024-01-24T01:51:01.949 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000233969 s, 2.2 MB/s 2024-01-24T01:51:01.950 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-24T01:51:02.008 DEBUG:teuthology.orchestra.run.smithi173:> 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-24T01:51:02.127 INFO:teuthology.orchestra.run.smithi173.stdout:loop 2024-01-24T01:51:02.128 INFO:tasks.nvme_loop:Connecting nvme_loop smithi173:/dev/vg_nvme/lv_1... 2024-01-24T01:51:02.128 DEBUG:teuthology.orchestra.run.smithi173:> 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-24T01:51:02.164 INFO:teuthology.orchestra.run.smithi173.stdout:1 2024-01-24T01:51:02.199 INFO:teuthology.orchestra.run.smithi173.stdout:/dev/vg_nvme/lv_11 2024-01-24T01:51:02.239 INFO:tasks.nvme_loop:Connecting nvme_loop smithi173:/dev/vg_nvme/lv_2... 2024-01-24T01:51:02.239 DEBUG:teuthology.orchestra.run.smithi173:> 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-24T01:51:02.317 INFO:teuthology.orchestra.run.smithi173.stdout:1 2024-01-24T01:51:02.353 INFO:teuthology.orchestra.run.smithi173.stdout:/dev/vg_nvme/lv_21 2024-01-24T01:51:02.392 INFO:tasks.nvme_loop:Connecting nvme_loop smithi173:/dev/vg_nvme/lv_3... 2024-01-24T01:51:02.393 DEBUG:teuthology.orchestra.run.smithi173:> 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-24T01:51:02.470 INFO:teuthology.orchestra.run.smithi173.stdout:1 2024-01-24T01:51:02.506 INFO:teuthology.orchestra.run.smithi173.stdout:/dev/vg_nvme/lv_31 2024-01-24T01:51:02.544 INFO:tasks.nvme_loop:Connecting nvme_loop smithi173:/dev/vg_nvme/lv_4... 2024-01-24T01:51:02.544 DEBUG:teuthology.orchestra.run.smithi173:> 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-24T01:51:02.621 INFO:teuthology.orchestra.run.smithi173.stdout:1 2024-01-24T01:51:02.656 INFO:teuthology.orchestra.run.smithi173.stdout:/dev/vg_nvme/lv_41 2024-01-24T01:51:02.694 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-01-24T01:51:02.695 DEBUG:teuthology.orchestra.run.smithi173:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T01:51:02.752 DEBUG:teuthology.orchestra.run.smithi173:> sudo nvme list 2024-01-24T01:51:02.819 INFO:teuthology.orchestra.run.smithi173.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-24T01:51:02.819 INFO:teuthology.orchestra.run.smithi173.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-24T01:51:02.819 INFO:teuthology.orchestra.run.smithi173.stdout:/dev/nvme0n1 PHFT6204019S400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-24T01:51:02.819 INFO:teuthology.orchestra.run.smithi173.stdout:/dev/nvme1n1 710a120490452a963f10 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-24T01:51:02.819 INFO:teuthology.orchestra.run.smithi173.stdout:/dev/nvme2n1 15d52f92b6b1204f732f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-24T01:51:02.820 INFO:teuthology.orchestra.run.smithi173.stdout:/dev/nvme3n1 f7520a0929ce45684b1e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-24T01:51:02.820 INFO:teuthology.orchestra.run.smithi173.stdout:/dev/nvme4n1 03d0cb795fe1e9e58fc5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-24T01:51:02.821 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-24T01:51:02.821 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-01-24T01:51:02.821 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/scratch_devs 2024-01-24T01:51:02.887 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-24T01:51:02.966 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': 'a70aebef70df6ec2d957347ccbfc484e0573dd5f'} 2024-01-24T01:51:02.966 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-24T01:51:02.967 INFO:tasks.cephadm:Cluster fsid is 07bcd718-ba5b-11ee-95b1-87774f69a715 2024-01-24T01:51:02.967 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-24T01:51:02.967 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-24T01:51:02.967 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi027': '172.21.15.27', 'mon.smithi173': '172.21.15.173'} 2024-01-24T01:51:02.967 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-24T01:51:02.967 DEBUG:teuthology.orchestra.run.smithi027:> sudo hostname $(hostname -s) 2024-01-24T01:51:03.002 DEBUG:teuthology.orchestra.run.smithi173:> sudo hostname $(hostname -s) 2024-01-24T01:51:03.029 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref a70aebef70df6ec2d957347ccbfc484e0573dd5f)... 2024-01-24T01:51:03.029 DEBUG:teuthology.orchestra.run.smithi027:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/a70aebef70df6ec2d957347ccbfc484e0573dd5f/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-24T01:51:03.370 INFO:teuthology.orchestra.run.smithi027.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 24 01:51 /home/ubuntu/cephtest/cephadm 2024-01-24T01:51:03.370 DEBUG:teuthology.orchestra.run.smithi173:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/a70aebef70df6ec2d957347ccbfc484e0573dd5f/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-24T01:51:03.763 INFO:teuthology.orchestra.run.smithi173.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 24 01:51 /home/ubuntu/cephtest/cephadm 2024-01-24T01:51:03.763 DEBUG:teuthology.orchestra.run.smithi027:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-24T01:51:03.785 DEBUG:teuthology.orchestra.run.smithi173:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-24T01:51:03.814 DEBUG:teuthology.orchestra.run.smithi027:> sudo mkdir -p /etc/ceph 2024-01-24T01:51:03.857 DEBUG:teuthology.orchestra.run.smithi173:> sudo mkdir -p /etc/ceph 2024-01-24T01:51:03.885 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod 777 /etc/ceph 2024-01-24T01:51:03.928 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod 777 /etc/ceph 2024-01-24T01:51:03.956 INFO:tasks.cephadm:Writing seed config... 2024-01-24T01:51:03.957 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-24T01:51:03.957 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-24T01:51:03.957 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-24T01:51:03.957 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-24T01:51:03.957 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-24T01:51:03.957 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-24T01:51:03.957 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-24T01:51:03.957 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-24T01:51:03.958 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-01-24T01:51:03.958 DEBUG:teuthology.orchestra.run.smithi027:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-24T01:51:03.987 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 = 07bcd718-ba5b-11ee-95b1-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-24T01:51:03.988 DEBUG:teuthology.orchestra.run.smithi027:mon.smithi027> sudo journalctl -f -n 0 -u ceph-07bcd718-ba5b-11ee-95b1-87774f69a715@mon.smithi027.service 2024-01-24T01:51:04.029 INFO:tasks.cephadm:Bootstrapping... 2024-01-24T01:51:04.030 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f -v bootstrap --fsid 07bcd718-ba5b-11ee-95b1-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.27 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-24T01:51:04.060 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:-- Logs begin at Wed 2024-01-24 01:39:49 UTC. -- 2024-01-24T01:51:04.326 INFO:teuthology.orchestra.run.smithi027.stderr:-------------------------------------------------------------------------------- 2024-01-24T01:51:04.326 INFO:teuthology.orchestra.run.smithi027.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f', '-v', 'bootstrap', '--fsid', '07bcd718-ba5b-11ee-95b1-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.27', '--skip-admin-label'] 2024-01-24T01:51:04.968 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: 3.0.1 2024-01-24T01:51:04.982 INFO:teuthology.orchestra.run.smithi027.stderr:Verifying podman|docker is present... 2024-01-24T01:51:05.024 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: 3.0.1 2024-01-24T01:51:05.035 INFO:teuthology.orchestra.run.smithi027.stderr:Verifying lvm2 is present... 2024-01-24T01:51:05.035 INFO:teuthology.orchestra.run.smithi027.stderr:Verifying time synchronization is in place... 2024-01-24T01:51:05.042 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-24T01:51:05.048 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: inactive 2024-01-24T01:51:05.055 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: enabled 2024-01-24T01:51:05.060 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: active 2024-01-24T01:51:05.061 INFO:teuthology.orchestra.run.smithi027.stderr:Unit chronyd.service is enabled and running 2024-01-24T01:51:05.061 INFO:teuthology.orchestra.run.smithi027.stderr:Repeating the final host check... 2024-01-24T01:51:05.101 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: 3.0.1 2024-01-24T01:51:05.116 INFO:teuthology.orchestra.run.smithi027.stderr:podman (/bin/podman) version 3.0.1 is present 2024-01-24T01:51:05.116 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl is present 2024-01-24T01:51:05.116 INFO:teuthology.orchestra.run.smithi027.stderr:lvcreate is present 2024-01-24T01:51:05.122 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-24T01:51:05.127 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: inactive 2024-01-24T01:51:05.134 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: enabled 2024-01-24T01:51:05.139 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: active 2024-01-24T01:51:05.140 INFO:teuthology.orchestra.run.smithi027.stderr:Unit chronyd.service is enabled and running 2024-01-24T01:51:05.140 INFO:teuthology.orchestra.run.smithi027.stderr:Host looks OK 2024-01-24T01:51:05.140 INFO:teuthology.orchestra.run.smithi027.stderr:Cluster fsid: 07bcd718-ba5b-11ee-95b1-87774f69a715 2024-01-24T01:51:05.140 INFO:teuthology.orchestra.run.smithi027.stderr:Acquiring lock 139802968998016 on /run/cephadm/07bcd718-ba5b-11ee-95b1-87774f69a715.lock 2024-01-24T01:51:05.140 INFO:teuthology.orchestra.run.smithi027.stderr:Lock 139802968998016 acquired on /run/cephadm/07bcd718-ba5b-11ee-95b1-87774f69a715.lock 2024-01-24T01:51:05.141 INFO:teuthology.orchestra.run.smithi027.stderr:Verifying IP 172.21.15.27 port 3300 ... 2024-01-24T01:51:05.141 INFO:teuthology.orchestra.run.smithi027.stderr:Verifying IP 172.21.15.27 port 6789 ... 2024-01-24T01:51:05.141 INFO:teuthology.orchestra.run.smithi027.stderr:Base mon IP(s) is [172.21.15.27:3300, 172.21.15.27:6789], mon addrv is [v2:172.21.15.27:3300,v1:172.21.15.27:6789] 2024-01-24T01:51:05.144 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2024-01-24T01:51:05.144 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.27 metric 100 2024-01-24T01:51:05.147 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-24T01:51:05.147 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-01-24T01:51:05.147 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1796sec hoplimit 64 pref medium 2024-01-24T01:51:05.149 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-24T01:51:05.150 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-24T01:51:05.150 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-24T01:51:05.150 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-01-24T01:51:05.150 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: inet6 fe80::ae1f:6bff:fef8:395a/64 scope link 2024-01-24T01:51:05.150 INFO:teuthology.orchestra.run.smithi027.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-24T01:51:05.151 INFO:teuthology.orchestra.run.smithi027.stderr:Mon IP `172.21.15.27` is in CIDR network `172.21.0.0/20` 2024-01-24T01:51:05.151 INFO:teuthology.orchestra.run.smithi027.stderr:Mon IP `172.21.15.27` is in CIDR network `172.21.0.0/20` 2024-01-24T01:51:05.151 INFO:teuthology.orchestra.run.smithi027.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-01-24T01:51:05.151 INFO:teuthology.orchestra.run.smithi027.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-24T01:51:05.152 INFO:teuthology.orchestra.run.smithi027.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f... 2024-01-24T01:51:05.222 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f... 2024-01-24T01:51:05.298 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: Getting image source signatures 2024-01-24T01:51:05.441 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: Copying blob sha256:bc4c4b5b825b25c40bd4d1b5b2bef6bc41033cac3926cd78b1aa65ed9989b16b 2024-01-24T01:51:05.491 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: Copying blob sha256:6c507150f7e9f028ef978d633e702dab944bbda82bfbc46f6307495cf6dd9fc7 2024-01-24T01:51:20.697 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: Copying config sha256:377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718 2024-01-24T01:51:20.781 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: Writing manifest to image destination 2024-01-24T01:51:20.781 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: Storing signatures 2024-01-24T01:51:31.003 INFO:teuthology.orchestra.run.smithi027.stderr:/bin/podman: 377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718 2024-01-24T01:51:31.520 INFO:teuthology.orchestra.run.smithi027.stderr:ceph: ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable) 2024-01-24T01:51:42.463 INFO:teuthology.orchestra.run.smithi027.stderr:Ceph version: ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable) 2024-01-24T01:51:42.464 INFO:teuthology.orchestra.run.smithi027.stderr:Extracting ceph user uid/gid from container image... 2024-01-24T01:51:42.858 INFO:teuthology.orchestra.run.smithi027.stderr:stat: 167 167 2024-01-24T01:51:43.278 INFO:teuthology.orchestra.run.smithi027.stderr:Creating initial keys... 2024-01-24T01:51:43.587 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-authtool: AQAvbbBlzU0TIhAA/xGoM3h/GMHY5Ko+B51Fww== 2024-01-24T01:51:44.404 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-authtool: AQAwbbBlJE4fFxAA4EVX9fCoJxN7nvt1aF+DTA== 2024-01-24T01:51:45.180 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-authtool: AQAxbbBlK2/qCRAAwRFIQkFoIjOJ7SGyNK4skw== 2024-01-24T01:51:45.618 INFO:teuthology.orchestra.run.smithi027.stderr:Creating initial monmap... 2024-01-24T01:51:45.954 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-24T01:51:45.954 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 07bcd718-ba5b-11ee-95b1-87774f69a715 2024-01-24T01:51:45.954 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-24T01:51:46.522 INFO:teuthology.orchestra.run.smithi027.stderr:monmaptool for smithi027 [v2:172.21.15.27:3300,v1:172.21.15.27:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-24T01:51:46.522 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/monmaptool: set fsid to 07bcd718-ba5b-11ee-95b1-87774f69a715 2024-01-24T01:51:46.522 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-24T01:51:46.522 INFO:teuthology.orchestra.run.smithi027.stderr: 2024-01-24T01:51:46.522 INFO:teuthology.orchestra.run.smithi027.stderr:Creating mon... 2024-01-24T01:51:46.900 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.866+0000 7efd95eb0880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-24T01:51:46.900 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.866+0000 7efd95eb0880 1 imported monmap: 2024-01-24T01:51:46.900 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-24T01:51:46.900 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 2024-01-24T01:51:46.900 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: last_changed 2024-01-24T01:51:45.942632+0000 2024-01-24T01:51:46.900 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: created 2024-01-24T01:51:45.942632+0000 2024-01-24T01:51:46.900 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-24T01:51:46.900 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-24T01:51:46.900 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] mon.smithi027 2024-01-24T01:51:46.901 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: 2024-01-24T01:51:46.901 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.866+0000 7efd95eb0880 0 /usr/bin/ceph-mon: set fsid to 07bcd718-ba5b-11ee-95b1-87774f69a715 2024-01-24T01:51:46.901 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: RocksDB version: 6.8.1 2024-01-24T01:51:46.901 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: 2024-01-24T01:51:46.901 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-24T01:51:46.901 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Compile date Jan 11 2024 2024-01-24T01:51:46.901 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: DB SUMMARY 2024-01-24T01:51:46.901 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: 2024-01-24T01:51:46.901 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi027/store.db dir, Total Num: 0, files: 2024-01-24T01:51:46.901 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: 2024-01-24T01:51:46.901 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi027/store.db: 2024-01-24T01:51:46.901 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: 2024-01-24T01:51:46.901 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.error_if_exists: 0 2024-01-24T01:51:46.902 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.create_if_missing: 1 2024-01-24T01:51:46.902 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.paranoid_checks: 1 2024-01-24T01:51:46.902 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.env: 0x55a410532080 2024-01-24T01:51:46.902 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.fs: Posix File System 2024-01-24T01:51:46.902 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.info_log: 0x55a4126a1380 2024-01-24T01:51:46.902 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-24T01:51:46.902 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.statistics: (nil) 2024-01-24T01:51:46.902 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.use_fsync: 0 2024-01-24T01:51:46.902 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.max_log_file_size: 0 2024-01-24T01:51:46.902 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-24T01:51:46.902 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-24T01:51:46.902 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-24T01:51:46.902 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-24T01:51:46.902 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.allow_fallocate: 1 2024-01-24T01:51:46.902 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-24T01:51:46.903 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-24T01:51:46.903 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.use_direct_reads: 0 2024-01-24T01:51:46.903 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-24T01:51:46.903 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-24T01:51:46.903 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.db_log_dir: 2024-01-24T01:51:46.903 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi027/store.db 2024-01-24T01:51:46.903 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-24T01:51:46.903 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.max_subcompactions: 1 2024-01-24T01:51:46.903 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.max_background_flushes: -1 2024-01-24T01:51:46.903 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-24T01:51:46.903 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-24T01:51:46.903 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-24T01:51:46.903 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-24T01:51:46.904 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-24T01:51:46.904 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-24T01:51:46.904 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-24T01:51:46.904 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.write_buffer_manager: 0x55a4126a7980 2024-01-24T01:51:46.904 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-24T01:51:46.904 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-24T01:51:46.904 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-24T01:51:46.904 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-24T01:51:46.904 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-24T01:51:46.904 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-24T01:51:46.904 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-24T01:51:46.904 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-24T01:51:46.905 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-24T01:51:46.905 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.unordered_write: 0 2024-01-24T01:51:46.905 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-24T01:51:46.905 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-24T01:51:46.905 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-24T01:51:46.905 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-24T01:51:46.905 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.row_cache: None 2024-01-24T01:51:46.905 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.wal_filter: None 2024-01-24T01:51:46.905 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-24T01:51:46.905 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-24T01:51:46.905 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.preserve_deletes: 0 2024-01-24T01:51:46.905 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.two_write_queues: 0 2024-01-24T01:51:46.905 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-24T01:51:46.905 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.atomic_flush: 0 2024-01-24T01:51:46.905 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-24T01:51:46.906 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-24T01:51:46.906 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-24T01:51:46.906 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.log_readahead_size: 0 2024-01-24T01:51:46.906 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-24T01:51:46.906 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.max_background_jobs: 2 2024-01-24T01:51:46.906 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.max_background_compactions: -1 2024-01-24T01:51:46.906 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-24T01:51:46.906 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-24T01:51:46.906 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-24T01:51:46.906 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-24T01:51:46.906 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-24T01:51:46.906 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-24T01:51:46.906 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-24T01:51:46.906 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-24T01:51:46.907 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.max_open_files: -1 2024-01-24T01:51:46.907 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-24T01:51:46.907 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-24T01:51:46.907 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-24T01:51:46.907 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-24T01:51:46.907 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Compression algorithms supported: 2024-01-24T01:51:46.907 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-24T01:51:46.907 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: kZSTD supported: 0 2024-01-24T01:51:46.907 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: kXpressCompression supported: 0 2024-01-24T01:51:46.907 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-24T01:51:46.907 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: kLZ4Compression supported: 1 2024-01-24T01:51:46.907 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: kBZip2Compression supported: 0 2024-01-24T01:51:46.907 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: kZlibCompression supported: 1 2024-01-24T01:51:46.907 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: kSnappyCompression supported: 1 2024-01-24T01:51:46.907 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.867+0000 7efd95eb0880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-24T01:51:46.908 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-24T01:51:46.908 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: 2024-01-24T01:51:46.908 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi027/store.db/MANIFEST-000001 2024-01-24T01:51:46.908 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: 2024-01-24T01:51:46.908 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-24T01:51:46.908 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: 2024-01-24T01:51:46.908 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-24T01:51:46.908 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.merge_operator: 2024-01-24T01:51:46.908 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.compaction_filter: None 2024-01-24T01:51:46.908 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-24T01:51:46.908 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-24T01:51:46.908 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-24T01:51:46.908 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a4125b1d30) 2024-01-24T01:51:46.909 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-24T01:51:46.909 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-24T01:51:46.909 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-24T01:51:46.909 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-24T01:51:46.909 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-24T01:51:46.909 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-24T01:51:46.909 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-24T01:51:46.909 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-24T01:51:46.909 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-24T01:51:46.909 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-24T01:51:46.909 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-24T01:51:46.909 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: block_cache: 0x55a4125ead10 2024-01-24T01:51:46.909 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-24T01:51:46.909 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-24T01:51:46.909 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-24T01:51:46.910 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-24T01:51:46.910 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-24T01:51:46.910 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-24T01:51:46.910 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-24T01:51:46.910 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-24T01:51:46.910 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-24T01:51:46.910 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-24T01:51:46.910 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-24T01:51:46.910 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-24T01:51:46.910 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-24T01:51:46.910 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-24T01:51:46.910 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-24T01:51:46.910 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-24T01:51:46.910 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-24T01:51:46.911 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-24T01:51:46.911 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-24T01:51:46.911 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-24T01:51:46.911 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-24T01:51:46.911 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-24T01:51:46.911 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: 2024-01-24T01:51:46.911 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-24T01:51:46.911 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-24T01:51:46.911 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.compression: NoCompression 2024-01-24T01:51:46.911 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-24T01:51:46.911 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-24T01:51:46.911 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-24T01:51:46.911 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.num_levels: 7 2024-01-24T01:51:46.911 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-24T01:51:46.912 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-24T01:51:46.912 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-24T01:51:46.912 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-24T01:51:46.912 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-24T01:51:46.912 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-24T01:51:46.912 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-24T01:51:46.912 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-24T01:51:46.912 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-24T01:51:46.912 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-24T01:51:46.912 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-24T01:51:46.912 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-24T01:51:46.912 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-24T01:51:46.912 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-24T01:51:46.912 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-24T01:51:46.913 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-24T01:51:46.913 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-24T01:51:46.913 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-24T01:51:46.913 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-24T01:51:46.913 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-24T01:51:46.913 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-24T01:51:46.913 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-24T01:51:46.913 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-24T01:51:46.913 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-24T01:51:46.913 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-24T01:51:46.913 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-24T01:51:46.913 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-24T01:51:46.913 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-24T01:51:46.913 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-24T01:51:46.914 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-24T01:51:46.914 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-24T01:51:46.914 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-24T01:51:46.914 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-24T01:51:46.914 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-24T01:51:46.914 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-24T01:51:46.914 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-24T01:51:46.914 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-24T01:51:46.914 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-24T01:51:46.914 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-24T01:51:46.914 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-24T01:51:46.914 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-24T01:51:46.914 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-24T01:51:46.914 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-24T01:51:46.915 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-24T01:51:46.915 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-24T01:51:46.915 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-24T01:51:46.915 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-24T01:51:46.915 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.table_properties_collectors: 2024-01-24T01:51:46.915 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.inplace_update_support: 0 2024-01-24T01:51:46.915 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-24T01:51:46.915 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-24T01:51:46.915 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-24T01:51:46.915 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-24T01:51:46.915 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.bloom_locality: 0 2024-01-24T01:51:46.915 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.max_successive_merges: 0 2024-01-24T01:51:46.915 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-24T01:51:46.915 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-24T01:51:46.916 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-24T01:51:46.916 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-24T01:51:46.916 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.ttl: 2592000 2024-01-24T01:51:46.916 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.868+0000 7efd95eb0880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-24T01:51:46.916 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.869+0000 7efd95eb0880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi027/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-24T01:51:46.916 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: 2024-01-24T01:51:46.916 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.869+0000 7efd95eb0880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-24T01:51:46.916 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: 2024-01-24T01:51:46.916 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.869+0000 7efd95eb0880 4 rocksdb: DB pointer 0x55a4126b5800 2024-01-24T01:51:46.916 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.870+0000 7efd7ed26700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-24T01:51:46.916 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.870+0000 7efd7ed26700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-24T01:51:46.916 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-24T01:51:46.916 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T01:51:46.917 INFO:teuthology.orchestra.run.smithi027.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-24T01:51:46.917 INFO:teuthology.orchestra.run.smithi027.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-24T01:51:46.917 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T01:51:46.917 INFO:teuthology.orchestra.run.smithi027.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-24T01:51:46.917 INFO:teuthology.orchestra.run.smithi027.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-24T01:51:46.917 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T01:51:46.917 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: 2024-01-24T01:51:46.917 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T01:51:46.917 INFO:teuthology.orchestra.run.smithi027.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-24T01:51:46.917 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:51:46.917 INFO:teuthology.orchestra.run.smithi027.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-24T01:51:46.917 INFO:teuthology.orchestra.run.smithi027.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-24T01:51:46.917 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: 2024-01-24T01:51:46.917 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T01:51:46.917 INFO:teuthology.orchestra.run.smithi027.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-24T01:51:46.918 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:51:46.918 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T01:51:46.918 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T01:51:46.918 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T01:51:46.918 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T01:51:46.918 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T01:51:46.918 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-24T01:51:46.918 INFO:teuthology.orchestra.run.smithi027.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-24T01:51:46.918 INFO:teuthology.orchestra.run.smithi027.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-24T01:51:46.918 INFO:teuthology.orchestra.run.smithi027.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-24T01:51:46.918 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: 2024-01-24T01:51:46.918 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-24T01:51:46.918 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: 2024-01-24T01:51:46.918 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T01:51:46.919 INFO:teuthology.orchestra.run.smithi027.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-24T01:51:46.919 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:51:46.919 INFO:teuthology.orchestra.run.smithi027.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-24T01:51:46.919 INFO:teuthology.orchestra.run.smithi027.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-24T01:51:46.919 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: 2024-01-24T01:51:46.919 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T01:51:46.919 INFO:teuthology.orchestra.run.smithi027.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-24T01:51:46.919 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:51:46.919 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T01:51:46.919 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T01:51:46.919 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T01:51:46.919 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T01:51:46.919 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T01:51:46.919 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-24T01:51:46.920 INFO:teuthology.orchestra.run.smithi027.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-24T01:51:46.920 INFO:teuthology.orchestra.run.smithi027.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-24T01:51:46.920 INFO:teuthology.orchestra.run.smithi027.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-24T01:51:46.920 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: 2024-01-24T01:51:46.920 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-24T01:51:46.920 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: 2024-01-24T01:51:46.920 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.871+0000 7efd95eb0880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-24T01:51:46.920 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.871+0000 7efd95eb0880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-24T01:51:46.920 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph-mon: debug 2024-01-24T01:51:46.871+0000 7efd95eb0880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi027 for mon.smithi027 2024-01-24T01:51:47.412 INFO:teuthology.orchestra.run.smithi027.stderr:create mon.smithi027 on 2024-01-24T01:51:47.525 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-24T01:51:47.630 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-07bcd718-ba5b-11ee-95b1-87774f69a715.target → /etc/systemd/system/ceph-07bcd718-ba5b-11ee-95b1-87774f69a715.target. 2024-01-24T01:51:47.631 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-07bcd718-ba5b-11ee-95b1-87774f69a715.target → /etc/systemd/system/ceph-07bcd718-ba5b-11ee-95b1-87774f69a715.target. 2024-01-24T01:51:47.865 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: Failed to reset failed state of unit ceph-07bcd718-ba5b-11ee-95b1-87774f69a715@mon.smithi027.service: Unit ceph-07bcd718-ba5b-11ee-95b1-87774f69a715@mon.smithi027.service not loaded. 2024-01-24T01:51:47.872 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: Created symlink /etc/systemd/system/ceph-07bcd718-ba5b-11ee-95b1-87774f69a715.target.wants/ceph-07bcd718-ba5b-11ee-95b1-87774f69a715@mon.smithi027.service → /etc/systemd/system/ceph-07bcd718-ba5b-11ee-95b1-87774f69a715@.service. 2024-01-24T01:51:48.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:47 smithi027 systemd[1]: Starting Ceph mon.smithi027 for 07bcd718-ba5b-11ee-95b1-87774f69a715... 2024-01-24T01:51:48.545 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: disabled 2024-01-24T01:51:48.553 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: inactive 2024-01-24T01:51:48.553 INFO:teuthology.orchestra.run.smithi027.stderr:firewalld.service is not enabled 2024-01-24T01:51:48.553 INFO:teuthology.orchestra.run.smithi027.stderr:Not possible to enable service . firewalld.service is not available 2024-01-24T01:51:48.554 INFO:teuthology.orchestra.run.smithi027.stderr:Waiting for mon to start... 2024-01-24T01:51:48.554 INFO:teuthology.orchestra.run.smithi027.stderr:Waiting for mon... 2024-01-24T01:51:48.784 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:48 smithi027 bash[34336]: a888d47e904ab49adb488921cebb436a8f1defa63417bc68330091aad981a11b 2024-01-24T01:51:48.784 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:48 smithi027 systemd[1]: Started Ceph mon.smithi027 for 07bcd718-ba5b-11ee-95b1-87774f69a715. 2024-01-24T01:51:48.784 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:48 smithi027 conmon[34377]: cluster 2024-01-24T01:51:48.577438+0000 mon.smithi027 (mon.0) 0 : [INF] 2024-01-24T01:51:48.784 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:48 smithi027 conmon[34377]: mkfs 07bcd718-ba5b-11ee-95b1-87774f69a715 2024-01-24T01:51:48.784 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:48 smithi027 conmon[34377]: cluster 2024-01-24T 2024-01-24T01:51:48.784 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:48 smithi027 conmon[34377]: 01:51:48.548149+0000 mon.smithi027 (mon.0) 1 : cluster [INF] mon.smithi027 is new leader, mons smithi027 in quorum (ranks 0) 2024-01-24T01:51:49.058 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: cluster: 2024-01-24T01:51:49.058 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: id: 07bcd718-ba5b-11ee-95b1-87774f69a715 2024-01-24T01:51:49.058 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-24T01:51:49.058 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2024-01-24T01:51:49.058 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: services: 2024-01-24T01:51:49.058 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi027 (age 0.481594s) 2024-01-24T01:51:49.058 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-24T01:51:49.059 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-24T01:51:49.059 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2024-01-24T01:51:49.059 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: data: 2024-01-24T01:51:49.059 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-24T01:51:49.059 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-24T01:51:49.059 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-24T01:51:49.059 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: pgs: 2024-01-24T01:51:49.059 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2024-01-24T01:51:49.663 INFO:teuthology.orchestra.run.smithi027.stderr:mon is available 2024-01-24T01:51:49.663 INFO:teuthology.orchestra.run.smithi027.stderr:Assimilating anything we can from ceph.conf... 2024-01-24T01:51:49.854 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:49 smithi027 conmon[34377]: cluster 2024-01-24T01:51:48.574263+0000 mon.smithi027 (mon.0) 2 : cluster [INF] mon.smithi027 is new leader, mons smithi027 in quorum (ranks 0) 2024-01-24T01:51:49.854 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:49 smithi027 conmon[34377]: cluster 2024-01-24T01:51:48.574559+0000 mon.smithi027 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi027=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0]} removed_ranks: {} 2024-01-24T01:51:49.854 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:49 smithi027 conmon[34377]: cluster 2024-01-24T01:51:48.581800+0000 mon.smithi027 (mon.0) 4 : cluster [DBG] fsmap 2024-01-24T01:51:49.854 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:49 smithi027 conmon[34377]: cluster 2024-01-24T01:51:48.588112+0000 mon.smithi027 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-24T01:51:49.855 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:49 smithi027 conmon[34377]: cluster 2024-01-24T01:51:48.588698+0000 mon.smithi027 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-24T01:51:49.855 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:49 smithi027 conmon[34377]: audit 2024-01-24T01:51:49.055805+0000 mon.smithi027 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.27:0/3129933767' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-24T01:51:50.148 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2024-01-24T01:51:50.149 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: [global] 2024-01-24T01:51:50.149 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: fsid = 07bcd718-ba5b-11ee-95b1-87774f69a715 2024-01-24T01:51:50.149 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.27:3300,v1:172.21.15.27:6789] 2024-01-24T01:51:50.149 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-24T01:51:50.149 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-24T01:51:50.149 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-24T01:51:50.149 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-24T01:51:50.149 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2024-01-24T01:51:50.149 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: [mgr] 2024-01-24T01:51:50.149 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-24T01:51:50.149 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2024-01-24T01:51:50.149 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: [osd] 2024-01-24T01:51:50.149 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-24T01:51:50.150 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-24T01:51:50.788 INFO:teuthology.orchestra.run.smithi027.stderr:Generating new minimal ceph.conf... 2024-01-24T01:51:50.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:50 smithi027 conmon[34377]: audit 2024-01-24T01:51:50.144116+0000 mon.smithi027 (mon.0) 8 : audit [INF] from='client.? 172.21.15.27:0/1556885257' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-24T01:51:50.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:50 smithi027 conmon[34377]: audit 2024-01-24T01:51:50.146895+0000 mon.smithi027 (mon.0) 9 : audit [INF] from='client.? 172.21.15.27:0/1556885257' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-24T01:51:51.797 INFO:teuthology.orchestra.run.smithi027.stderr:Restarting the monitor... 2024-01-24T01:51:51.853 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:51 smithi027 conmon[34377]: audit 2024-01-24T01:51:51.277269+0000 mon.smithi027 2024-01-24T01:51:51.854 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:51 smithi027 conmon[34377]: (mon.0) 10 : audit [DBG] from='client.? 172.21.15.27:0/3393315753' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:51:51.854 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:51 smithi027 systemd[1]: Stopping Ceph mon.smithi027 for 07bcd718-ba5b-11ee-95b1-87774f69a715... 2024-01-24T01:51:52.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:51 smithi027 bash[34881]: Error: no container with name or ID ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-mon.smithi027 found: no such container 2024-01-24T01:51:52.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:52 smithi027 conmon[34377]: debug 2024-01-24T01:51:52.085+0000 7f70d27b8700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi027 -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-24T01:51:52.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:52 smithi027 conmon[34377]: debug 2024-01-24T01:51:52.085+0000 7f70d27b8700 -1 mon.smithi027@0(leader) e1 *** Got Signal Terminated *** 2024-01-24T01:51:53.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:52 smithi027 bash[34997]: a888d47e904ab49adb488921cebb436a8f1defa63417bc68330091aad981a11b 2024-01-24T01:51:53.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:52 smithi027 systemd[1]: ceph-07bcd718-ba5b-11ee-95b1-87774f69a715@mon.smithi027.service: Succeeded. 2024-01-24T01:51:53.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:52 smithi027 systemd[1]: Stopped Ceph mon.smithi027 for 07bcd718-ba5b-11ee-95b1-87774f69a715. 2024-01-24T01:51:53.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:52 smithi027 systemd[1]: Starting Ceph mon.smithi027 for 07bcd718-ba5b-11ee-95b1-87774f69a715... 2024-01-24T01:51:53.425 INFO:teuthology.orchestra.run.smithi027.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-01-24T01:51:53.677 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.412+0000 7f0bde8a7880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-24T01:51:53.678 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.412+0000 7f0bde8a7880 0 ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable), process ceph-mon, pid 7 2024-01-24T01:51:53.678 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.412+0000 7f0bde8a7880 0 pidfile_write: ignore empty --pid-file 2024-01-24T01:51:53.678 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.417+0000 7f0bde8a7880 0 load: jerasure load: lrc load: isa 2024-01-24T01:51:53.678 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 bash[35321]: 9f1fdc7e825e34c47e7fd5fafba00675c4eebe5b50d65b7b310da3c2164e0d8e 2024-01-24T01:51:53.678 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: RocksDB version: 6.8.1 2024-01-24T01:51:53.678 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 2024-01-24T01:51:53.678 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-24T01:51:53.678 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Compile date Jan 11 2024 2024-01-24T01:51:53.678 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: DB SUMMARY 2024-01-24T01:51:53.678 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 2024-01-24T01:51:53.678 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: CURRENT file: CURRENT 2024-01-24T01:51:53.679 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 2024-01-24T01:51:53.679 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-24T01:51:53.679 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 2024-01-24T01:51:53.679 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-24T01:51:53.679 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 2024-01-24T01:51:53.679 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi027/store.db dir, Total Num: 1, files: 000004.sst 2024-01-24T01:51:53.679 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 2024-01-24T01:51:53.679 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi027/store.db: 000006.log size: 86507 ; 2024-01-24T01:51:53.679 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 2024-01-24T01:51:53.679 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.error_if_exists: 0 2024-01-24T01:51:53.679 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.create_if_missing: 0 2024-01-24T01:51:53.679 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.paranoid_checks: 1 2024-01-24T01:51:53.680 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.env: 0x555f65d29080 2024-01-24T01:51:53.680 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.fs: Posix File System 2024-01-24T01:51:53.680 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.info_log: 0x555f671afd20 2024-01-24T01:51:53.680 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-24T01:51:53.680 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.statistics: (nil) 2024-01-24T01:51:53.680 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.use_fsync: 0 2024-01-24T01:51:53.680 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.max_log_file_size: 0 2024-01-24T01:51:53.680 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-24T01:51:53.680 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-24T01:51:53.680 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-24T01:51:53.680 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-24T01:51:53.680 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.allow_fallocate: 1 2024-01-24T01:51:53.681 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-24T01:51:53.681 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-24T01:51:53.681 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.use_direct_reads: 0 2024-01-24T01:51:53.681 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-24T01:51:53.681 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-24T01:51:53.681 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.db_log_dir: 2024-01-24T01:51:53.681 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi027/store.db 2024-01-24T01:51:53.681 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-24T01:51:53.681 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.max_subcompactions: 1 2024-01-24T01:51:53.681 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.max_background_flushes: -1 2024-01-24T01:51:53.681 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-24T01:51:53.682 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-24T01:51:53.682 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-24T01:51:53.682 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-24T01:51:53.682 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-24T01:51:53.682 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-24T01:51:53.682 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-24T01:51:53.682 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.write_buffer_manager: 0x555f67e06480 2024-01-24T01:51:53.682 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-24T01:51:53.682 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-24T01:51:53.682 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-24T01:51:53.682 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-24T01:51:53.682 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-24T01:51:53.683 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-24T01:51:53.683 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-24T01:51:53.683 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-24T01:51:53.683 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-24T01:51:53.683 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.unordered_write: 0 2024-01-24T01:51:53.683 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-24T01:51:53.683 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-24T01:51:53.683 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-24T01:51:53.683 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-24T01:51:53.683 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.row_cache: None 2024-01-24T01:51:53.683 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.wal_filter: None 2024-01-24T01:51:53.683 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-24T01:51:53.684 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-24T01:51:53.684 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.preserve_deletes: 0 2024-01-24T01:51:53.684 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.two_write_queues: 0 2024-01-24T01:51:53.684 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-24T01:51:53.684 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.atomic_flush: 0 2024-01-24T01:51:53.684 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-24T01:51:53.684 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-24T01:51:53.684 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-24T01:51:53.684 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.log_readahead_size: 0 2024-01-24T01:51:53.684 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-24T01:51:53.684 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.max_background_jobs: 2 2024-01-24T01:51:53.684 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.max_background_compactions: -1 2024-01-24T01:51:53.685 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-24T01:51:53.685 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-24T01:51:53.685 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-24T01:51:53.685 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-24T01:51:53.685 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-24T01:51:53.685 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-24T01:51:53.685 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-24T01:51:53.685 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-24T01:51:53.685 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.max_open_files: -1 2024-01-24T01:51:53.685 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-24T01:51:53.685 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-24T01:51:53.685 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-24T01:51:53.686 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-24T01:51:53.686 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Compression algorithms supported: 2024-01-24T01:51:53.686 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-24T01:51:53.686 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: kZSTD supported: 0 2024-01-24T01:51:53.686 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: kXpressCompression supported: 0 2024-01-24T01:51:53.686 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-24T01:51:53.686 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: kLZ4Compression supported: 1 2024-01-24T01:51:53.686 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: kBZip2Compression supported: 0 2024-01-24T01:51:53.686 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: kZlibCompression supported: 1 2024-01-24T01:51:53.686 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: kSnappyCompression supported: 1 2024-01-24T01:51:53.686 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-24T01:51:53.686 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi027/store.db/MANIFEST-000005 2024-01-24T01:51:53.686 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 2024-01-24T01:51:53.687 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-24T01:51:53.687 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 2024-01-24T01:51:53.687 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-24T01:51:53.687 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.merge_operator: 2024-01-24T01:51:53.687 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.compaction_filter: None 2024-01-24T01:51:53.687 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-24T01:51:53.687 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-24T01:51:53.687 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-24T01:51:53.687 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555f67159d28) 2024-01-24T01:51:53.687 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: cache_index_and_filter_blocks: 1 2024-01-24T01:51:53.687 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-24T01:51:53.687 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-24T01:51:53.688 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: pin_top_level_index_and_filter: 1 2024-01-24T01:51:53.688 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: index_type: 0 2024-01-24T01:51:53.688 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: data_block_index_type: 0 2024-01-24T01:51:53.688 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: index_shortening: 1 2024-01-24T01:51:53.688 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: data_block_hash_table_util_ratio: 0.750000 2024-01-24T01:51:53.688 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: hash_index_allow_collision: 1 2024-01-24T01:51:53.688 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: checksum: 1 2024-01-24T01:51:53.688 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: no_block_cache: 0 2024-01-24T01:51:53.688 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: block_cache: 0x555f67192f10 2024-01-24T01:51:53.688 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: block_cache_name: BinnedLRUCache 2024-01-24T01:51:53.688 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: block_cache_options: 2024-01-24T01:51:53.688 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: capacity : 536870912 2024-01-24T01:51:53.689 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: num_shard_bits : 4 2024-01-24T01:51:53.689 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: strict_capacity_limit : 0 2024-01-24T01:51:53.689 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: high_pri_pool_ratio: 0.000 2024-01-24T01:51:53.689 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: block_cache_compressed: (nil) 2024-01-24T01:51:53.689 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: persistent_cache: (nil) 2024-01-24T01:51:53.689 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: block_size: 4096 2024-01-24T01:51:53.689 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: block_size_deviation: 10 2024-01-24T01:51:53.689 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: block_restart_interval: 16 2024-01-24T01:51:53.689 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: index_block_restart_interval: 1 2024-01-24T01:51:53.689 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: metadata_block_size: 4096 2024-01-24T01:51:53.689 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: partition_filters: 0 2024-01-24T01:51:53.689 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: use_delta_encoding: 1 2024-01-24T01:51:53.690 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-24T01:51:53.690 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: whole_key_filtering: 1 2024-01-24T01:51:53.690 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: verify_compression: 0 2024-01-24T01:51:53.690 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: read_amp_bytes_per_bit: 0 2024-01-24T01:51:53.690 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: format_version: 2 2024-01-24T01:51:53.690 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: enable_index_compression: 1 2024-01-24T01:51:53.690 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: block_align: 0 2024-01-24T01:51:53.690 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 2024-01-24T01:51:53.690 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-24T01:51:53.690 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-24T01:51:53.690 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.compression: NoCompression 2024-01-24T01:51:53.690 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-24T01:51:53.690 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-24T01:51:53.691 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-24T01:51:53.691 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.num_levels: 7 2024-01-24T01:51:53.691 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-24T01:51:53.692 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-24T01:51:53.692 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-24T01:51:53.692 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-24T01:51:53.692 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-24T01:51:53.692 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-24T01:51:53.692 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-24T01:51:53.692 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-24T01:51:53.692 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-24T01:51:53.693 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-24T01:51:53.693 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-24T01:51:53.693 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-24T01:51:53.693 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-24T01:51:53.693 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-24T01:51:53.693 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-24T01:51:53.693 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-24T01:51:53.693 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-24T01:51:53.693 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-24T01:51:53.693 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-24T01:51:53.693 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-24T01:51:53.693 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-24T01:51:53.694 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-24T01:51:53.694 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-24T01:51:53.694 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-24T01:51:53.694 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-24T01:51:53.694 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-24T01:51:53.694 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-24T01:51:53.694 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-24T01:51:53.694 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-24T01:51:53.694 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-24T01:51:53.694 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-24T01:51:53.694 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-24T01:51:53.694 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-24T01:51:53.695 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-24T01:51:53.695 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-24T01:51:53.695 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-24T01:51:53.695 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-24T01:51:53.695 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-24T01:51:53.695 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-24T01:51:53.695 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-24T01:51:53.695 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-24T01:51:53.695 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-24T01:51:53.695 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-24T01:51:53.695 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-24T01:51:53.695 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-24T01:51:53.695 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-24T01:51:53.696 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-24T01:51:53.696 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.table_properties_collectors: 2024-01-24T01:51:53.696 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.inplace_update_support: 0 2024-01-24T01:51:53.696 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-24T01:51:53.696 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418 2024-01-24T01:51:53.696 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: +0000 7f0bde8a7880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-24T01:51:53.696 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-24T01:51:53.696 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-24T01:51:53.696 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.bloom_locality: 0 2024-01-24T01:51:53.696 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.max_successive_merges: 0 2024-01-24T01:51:53.696 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-24T01:51:53.696 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-24T01:51:53.697 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-24T01:51:53.697 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-24T01:51:53.697 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.ttl: 2592000 2024-01-24T01:51:53.697 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.418+0000 7f0bde8a7880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-24T01:51:53.697 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.419+0000 7f0bde8a7880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi027/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-24T01:51:53.697 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 2024-01-24T01:51:53.697 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.419+0000 7f0bde8a7880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-24T01:51:53.697 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 2024-01-24T01:51:53.697 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.419+0000 7f0bde8a7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706061113420842, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-24T01:51:53.697 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.419+0000 7f0bde8a7880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-24T01:51:53.697 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.419+0000 7f0bde8a7880 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-24T01:51:53.697 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.420+0000 7f0bde8a7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706061113422186, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83380, "table_properties": {"data_size": 81647, "index_size": 338, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9331, "raw_average_key_size": 47, "raw_value_size": 76159, "raw_average_value_size": 384, "num_data_blocks": 11, "num_entries": 198, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1706061113, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-24T01:51:53.697 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.420+0000 7f0bde8a7880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-24T01:51:53.698 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 2024-01-24T01:51:53.698 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.421+0000 7f0bde8a7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706061113422787, "job": 1, "event": "recovery_finished"} 2024-01-24T01:51:53.698 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 systemd[1]: Started Ceph mon.smithi027 for 07bcd718-ba5b-11ee-95b1-87774f69a715. 2024-01-24T01:51:53.698 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.422+0000 7f0bde8a7880 4 rocksdb: DB pointer 0x555f6725d800 2024-01-24T01:51:53.698 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.422+0000 7f0bc569c700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-24T01:51:53.698 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.422+0000 7f0bc569c700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-24T01:51:53.698 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: ** DB Stats ** 2024-01-24T01:51:53.698 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T01:51:53.698 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 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-24T01:51:53.698 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-24T01:51:53.698 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T01:51:53.698 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 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-24T01:51:53.699 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-24T01:51:53.699 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T01:51:53.699 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 2024-01-24T01:51:53.699 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: ** Compaction Stats [default] ** 2024-01-24T01:51:53.699 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 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-24T01:51:53.699 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:51:53.699 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: L0 2/0 83.12 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.5 0.00 0.00 1 0.001 0 0 2024-01-24T01:51:53.699 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: Sum 2/0 83.12 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.5 0.00 0.00 1 0.001 0 0 2024-01-24T01:51:53.699 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.5 0.00 0.00 1 0.001 0 0 2024-01-24T01:51:53.699 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 2024-01-24T01:51:53.699 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: ** Compaction Stats [default] ** 2024-01-24T01:51:53.699 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 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-24T01:51:53.699 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:51:53.700 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 91.5 0.00 0.00 1 0.001 0 0 2024-01-24T01:51:53.700 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T01:51:53.700 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T01:51:53.700 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T01:51:53.700 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T01:51:53.700 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T01:51:53.700 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: AddFile(Keys): cumulative 0, interval 0 2024-01-24T01:51:53.700 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: Cumulative compaction: 0.00 GB write, 19.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T01:51:53.700 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: Interval compaction: 0.00 GB write, 19.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T01:51:53.700 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 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-24T01:51:53.700 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 2024-01-24T01:51:53.700 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: ** File Read Latency Histogram By Level [default] ** 2024-01-24T01:51:53.701 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 2024-01-24T01:51:53.701 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: ** Compaction Stats [default] ** 2024-01-24T01:51:53.701 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 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-24T01:51:53.701 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:51:53.701 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: L0 2/0 83.12 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.5 0.00 0.00 1 0.001 0 0 2024-01-24T01:51:53.701 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: Sum 2/0 83.12 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.5 0.00 0.00 1 0.001 0 0 2024-01-24T01:51:53.701 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 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-24T01:51:53.701 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 2024-01-24T01:51:53.701 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: ** Compaction Stats [default] ** 2024-01-24T01:51:53.701 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 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-24T01:51:53.701 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:51:53.701 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 91.5 0.00 0.00 1 0.001 0 0 2024-01-24T01:51:53.701 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T01:51:53.702 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T01:51:53.702 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T01:51:53.702 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T01:51:53.702 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T01:51:53.702 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: AddFile(Keys): cumulative 0, interval 0 2024-01-24T01:51:53.702 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: Cumulative compaction: 0.00 GB write, 19.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T01:51:53.702 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 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-24T01:51:53.702 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 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-24T01:51:53.702 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 2024-01-24T01:51:53.702 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: ** File Read Latency Histogram By Level [default] ** 2024-01-24T01:51:53.702 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 2024-01-24T01:51:53.702 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.423+0000 7f0bde8a7880 0 starting mon.smithi027 rank 0 at public addrs [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] at bind addrs [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi027 fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 2024-01-24T01:51:53.702 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.425+0000 7f0bde8a7880 1 mon.smithi027@-1(???) e1 preinit fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 2024-01-24T01:51:53.703 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.425+0000 7f0bde8a7880 0 mon.smithi027@-1(???).mds e1 new map 2024-01-24T01:51:53.703 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.425+0000 7f0bde8a7880 0 mon.smithi027@-1(???).mds e1 print_map 2024-01-24T01:51:53.703 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: e1 2024-01-24T01:51:53.703 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-24T01:51:53.703 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 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-24T01:51:53.703 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: legacy client fscid: -1 2024-01-24T01:51:53.703 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 2024-01-24T01:51:53.703 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: No filesystems configured 2024-01-24T01:51:53.703 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 2024-01-24T01:51:53.703 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.425+0000 7f0bde8a7880 0 mon.smithi027@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-24T01:51:53.703 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.425+0000 7f0bde8a7880 0 mon.smithi027@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-24T01:51:53.703 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.425+0000 7f0bde8a7880 0 mon.smithi027@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-24T01:51:53.704 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.425+0000 7f0bde8a7880 0 mon.smithi027@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-24T01:51:53.704 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: audit 2024-01-24T01:51:53.704 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 2024-01-24T01 2024-01-24T01:51:53.704 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: :51:51.277269+0000 2024-01-24T01:51:53.704 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: mon.smithi027 (mon.0) 10 : 2024-01-24T01:51:53.704 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: audit [DBG] from='client.? 172.21.15.27:0/3393315753' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:51:53.704 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: debug 2024-01-24T01:51:53.425+0000 7f0bde8a7880 1 mon.smithi027@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-24T01:51:53.704 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: cluster 2024-01-24T01:51:53.443197+0000 mon.smithi027 (mon. 2024-01-24T01:51:53.704 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: 0) 1 : cluster [INF] mon.smithi027 is new leader, mons smithi027 in quorum (ranks 0) 2024-01-24T01:51:53.704 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: cluster 2024-01-24T01:51:53.443274+0000 mon.smithi027 (mon.0) 2 : cluster [DBG] 2024-01-24T01:51:53.704 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: monmap e1: 1 mons at {smithi027=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0]} removed_ranks: {} 2024-01-24T01:51:53.704 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: cluster 2024-01-24T01:51 2024-01-24T01:51:53.705 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: :53.443727+0000 mon.smithi027 (mon.0) 3 : cluster [DBG] 2024-01-24T01:51:53.705 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: fsmap 2024-01-24T01:51:53.705 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: cluster 2024 2024-01-24T01:51:53.705 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: -01-24T01:51:53.443763+0000 mon.smithi027 (mon 2024-01-24T01:51:53.705 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: .0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-24T01:51:53.705 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: cluster 2024-01-24 2024-01-24T01:51:53.705 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: T01:51:53.444157+0000 mon.smithi027 (mon 2024-01-24T01:51:53.705 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:53 smithi027 conmon[35362]: .0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-24T01:51:54.530 INFO:teuthology.orchestra.run.smithi027.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-24T01:51:54.530 INFO:teuthology.orchestra.run.smithi027.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-24T01:51:54.530 INFO:teuthology.orchestra.run.smithi027.stderr:Creating mgr... 2024-01-24T01:51:54.530 INFO:teuthology.orchestra.run.smithi027.stderr:Verifying port 9283 ... 2024-01-24T01:51:54.667 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: Failed to reset failed state of unit ceph-07bcd718-ba5b-11ee-95b1-87774f69a715@mgr.smithi027.ahqzdk.service: Unit ceph-07bcd718-ba5b-11ee-95b1-87774f69a715@mgr.smithi027.ahqzdk.service not loaded. 2024-01-24T01:51:54.674 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: Created symlink /etc/systemd/system/ceph-07bcd718-ba5b-11ee-95b1-87774f69a715.target.wants/ceph-07bcd718-ba5b-11ee-95b1-87774f69a715@mgr.smithi027.ahqzdk.service → /etc/systemd/system/ceph-07bcd718-ba5b-11ee-95b1-87774f69a715@.service. 2024-01-24T01:51:55.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:54 smithi027 conmon[35362]: audit 2024-01-24T01:51:53.942738+0000 mon.smithi027 (mon 2024-01-24T01:51:55.230 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:54 smithi027 conmon[35362]: .0) 6 : audit [INF] from='client.? 172.21.15.27:0/3379946555' entity='client.admin' 2024-01-24T01:51:55.360 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: disabled 2024-01-24T01:51:55.368 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: inactive 2024-01-24T01:51:55.369 INFO:teuthology.orchestra.run.smithi027.stderr:firewalld.service is not enabled 2024-01-24T01:51:55.369 INFO:teuthology.orchestra.run.smithi027.stderr:Not possible to enable service . firewalld.service is not available 2024-01-24T01:51:55.378 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: disabled 2024-01-24T01:51:55.386 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: inactive 2024-01-24T01:51:55.387 INFO:teuthology.orchestra.run.smithi027.stderr:firewalld.service is not enabled 2024-01-24T01:51:55.387 INFO:teuthology.orchestra.run.smithi027.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-24T01:51:55.387 INFO:teuthology.orchestra.run.smithi027.stderr:Waiting for mgr to start... 2024-01-24T01:51:55.387 INFO:teuthology.orchestra.run.smithi027.stderr:Waiting for mgr... 2024-01-24T01:51:55.884 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2024-01-24T01:51:55.884 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: { 2024-01-24T01:51:55.884 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "fsid": "07bcd718-ba5b-11ee-95b1-87774f69a715", 2024-01-24T01:51:55.884 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "health": { 2024-01-24T01:51:55.884 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-24T01:51:55.885 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "checks": {}, 2024-01-24T01:51:55.885 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mutes": [] 2024-01-24T01:51:55.885 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2024-01-24T01:51:55.885 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-24T01:51:55.885 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum": [ 2024-01-24T01:51:55.885 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 0 2024-01-24T01:51:55.886 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2024-01-24T01:51:55.886 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-24T01:51:55.886 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "smithi027" 2024-01-24T01:51:55.886 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2024-01-24T01:51:55.886 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-01-24T01:51:55.886 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "monmap": { 2024-01-24T01:51:55.887 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:51:55.887 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-24T01:51:55.887 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-24T01:51:55.887 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2024-01-24T01:51:55.887 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osdmap": { 2024-01-24T01:51:55.887 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:51:55.887 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-24T01:51:55.888 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-24T01:51:55.888 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-24T01:51:55.888 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-24T01:51:55.895 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-24T01:51:55.895 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-24T01:51:55.895 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2024-01-24T01:51:55.895 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "pgmap": { 2024-01-24T01:51:55.895 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-24T01:51:55.896 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-24T01:51:55.896 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-24T01:51:55.896 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-24T01:51:55.896 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-24T01:51:55.896 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-24T01:51:55.896 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-24T01:51:55.897 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-24T01:51:55.897 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2024-01-24T01:51:55.897 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "fsmap": { 2024-01-24T01:51:55.897 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:51:55.897 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-24T01:51:55.897 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-24T01:51:55.898 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2024-01-24T01:51:55.898 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-24T01:51:55.898 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "available": false, 2024-01-24T01:51:55.898 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-24T01:51:55.898 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "modules": [ 2024-01-24T01:51:55.898 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "iostat", 2024-01-24T01:51:55.899 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "nfs", 2024-01-24T01:51:55.899 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "restful" 2024-01-24T01:51:55.899 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2024-01-24T01:51:55.899 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "services": {} 2024-01-24T01:51:55.899 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2024-01-24T01:51:55.899 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "servicemap": { 2024-01-24T01:51:55.899 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:51:55.900 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "modified": "2024-01-24T01:51:48.578091+0000", 2024-01-24T01:51:55.900 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "services": {} 2024-01-24T01:51:55.900 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2024-01-24T01:51:55.900 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-24T01:51:55.900 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: } 2024-01-24T01:51:56.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:55 smithi027 conmon[35362]: audit 2024-01-24T01:51:55.880342+0000 mon.smithi027 (mon 2024-01-24T01:51:56.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:55 smithi027 conmon[35362]: .0) 7 : audit [DBG] from='client.? 172.21.15.27:0/52771704' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-24T01:51:56.446 INFO:teuthology.orchestra.run.smithi027.stderr:mgr not available, waiting (1/15)... 2024-01-24T01:51:58.951 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2024-01-24T01:51:58.951 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: { 2024-01-24T01:51:58.952 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "fsid": "07bcd718-ba5b-11ee-95b1-87774f69a715", 2024-01-24T01:51:58.952 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "health": { 2024-01-24T01:51:58.952 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-24T01:51:58.952 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "checks": {}, 2024-01-24T01:51:58.952 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mutes": [] 2024-01-24T01:51:58.952 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2024-01-24T01:51:58.952 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-24T01:51:58.952 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum": [ 2024-01-24T01:51:58.952 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 0 2024-01-24T01:51:58.952 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2024-01-24T01:51:58.952 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-24T01:51:58.952 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "smithi027" 2024-01-24T01:51:58.952 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2024-01-24T01:51:58.953 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-01-24T01:51:58.953 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "monmap": { 2024-01-24T01:51:58.953 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:51:58.953 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-24T01:51:58.953 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-24T01:51:58.953 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2024-01-24T01:51:58.953 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osdmap": { 2024-01-24T01:51:58.953 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:51:58.953 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-24T01:51:58.953 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-24T01:51:58.953 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-24T01:51:58.957 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-24T01:51:58.957 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-24T01:51:58.957 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-24T01:51:58.957 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2024-01-24T01:51:58.957 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "pgmap": { 2024-01-24T01:51:58.957 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-24T01:51:58.957 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-24T01:51:58.957 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-24T01:51:58.957 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-24T01:51:58.957 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-24T01:51:58.957 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-24T01:51:58.957 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-24T01:51:58.957 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-24T01:51:58.958 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2024-01-24T01:51:58.958 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "fsmap": { 2024-01-24T01:51:58.958 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:51:58.958 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-24T01:51:58.958 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-24T01:51:58.958 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2024-01-24T01:51:58.958 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-24T01:51:58.958 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "available": false, 2024-01-24T01:51:58.958 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-24T01:51:58.958 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "modules": [ 2024-01-24T01:51:58.958 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "iostat", 2024-01-24T01:51:58.958 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "nfs", 2024-01-24T01:51:58.958 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "restful" 2024-01-24T01:51:58.958 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2024-01-24T01:51:58.959 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "services": {} 2024-01-24T01:51:58.959 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2024-01-24T01:51:58.959 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "servicemap": { 2024-01-24T01:51:58.959 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:51:58.959 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "modified": "2024-01-24T01:51:48.578091+0000", 2024-01-24T01:51:58.959 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "services": {} 2024-01-24T01:51:58.959 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2024-01-24T01:51:58.959 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-24T01:51:58.959 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: } 2024-01-24T01:51:59.420 INFO:teuthology.orchestra.run.smithi027.stderr:mgr not available, waiting (2/15)... 2024-01-24T01:51:59.750 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:59 smithi027 conmon[35362]: audit 2024-01-24T01:51:58.948743+0000 mon.smithi027 (mon 2024-01-24T01:51:59.750 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:51:59 smithi027 conmon[35362]: .0) 8 : audit [DBG] from='client.? 172.21.15.27:0/3775066603' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-24T01:52:01.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:00 smithi027 conmon[35362]: cluster 2024-01-24T01:52:00.929554+0000 mon.smithi027 (mon.0 2024-01-24T01:52:01.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:00 smithi027 conmon[35362]: ) 9 : cluster [INF] Activating manager daemon smithi027.ahqzdk 2024-01-24T01:52:01.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:00 smithi027 conmon[35362]: cluster 2024-01-24T01:52:00.931990+0000 mon.smithi027 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi027.ahqzdk(active, starting, since 0.00254744s) 2024-01-24T01:52:01.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:00 smithi027 conmon[35362]: audit 2024-01-24T01:52:00.932934+0000 mon.smithi027 (mon.0) 11 : audit [DBG] 2024-01-24T01:52:01.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:00 smithi027 conmon[35362]: from='mgr.14100 172.21.15.27:0/1206545963' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T01:52:01.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:00 smithi027 conmon[35362]: audit 2024-01-24T 2024-01-24T01:52:01.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:00 smithi027 conmon[35362]: 01:52:00.933176+0000 mon.smithi027 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.27:0/1206545963' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T01:52:01.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:00 smithi027 conmon[35362]: audit 2024-01-24T01:52:00.933339+0000 2024-01-24T01:52:01.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:00 smithi027 conmon[35362]: mon.smithi027 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.27:0/1206545963' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T01:52:01.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:00 smithi027 conmon[35362]: audit 2024-01-24T01:52:00.933454+0000 mon.smithi027 (mon. 2024-01-24T01:52:01.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:00 smithi027 conmon[35362]: 0) 14 : audit [DBG] from='mgr.14100 172.21.15.27:0/1206545963' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2024-01-24T01:52:01.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:00 smithi027 conmon[35362]: audit 2024-01-24T01:52:01.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:00 smithi027 conmon[35362]: 2024-01-24T01:52:00.933869+0000 mon.smithi027 (mon.0) 15 : audit [DBG] 2024-01-24T01:52:01.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:00 smithi027 conmon[35362]: from='mgr.14100 172.21.15.27:0/1206545963' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mgr metadata", "who": "smithi027.ahqzdk", "id": "smithi027.ahqzdk"}]: dispatch 2024-01-24T01:52:01.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:00 smithi027 conmon[35362]: cluster 2024-01-24T01:52 2024-01-24T01:52:01.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:00 smithi027 conmon[35362]: :00.947273+0000 mon.smithi027 (mon.0) 16 : cluster [INF] Manager daemon smithi027.ahqzdk is now available 2024-01-24T01:52:01.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:00 smithi027 conmon[35362]: audit 2024-01-24T01:52:00.958169+0000 mon.smithi027 (mon. 2024-01-24T01:52:01.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:00 smithi027 conmon[35362]: 0) 17 : audit [INF] from='mgr.14100 172.21.15.27:0/1206545963' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:52:01.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:00 smithi027 conmon[35362]: audit 2024- 2024-01-24T01:52:01.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:00 smithi027 conmon[35362]: 01-24T01:52:00.961869+0000 mon.smithi027 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.27:0/1206545963' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.ahqzdk/mirror_snapshot_schedule"}]: dispatch 2024-01-24T01:52:01.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:00 smithi027 conmon[35362]: audit 2024-01-24T01:52: 2024-01-24T01:52:01.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:00 smithi027 conmon[35362]: 00.964428+0000 mon.smithi027 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.27:0/1206545963' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.ahqzdk/trash_purge_schedule"}]: dispatch 2024-01-24T01:52:01.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:00 smithi027 conmon[35362]: audit 2024-01-24T01:52: 2024-01-24T01:52:01.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:00 smithi027 conmon[35362]: 00.970033+0000 mon.smithi027 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.27:0/1206545963' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:52:01.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:00 smithi027 conmon[35362]: audit 2024-01-24T01:52:00 2024-01-24T01:52:01.410 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:00 smithi027 conmon[35362]: .974638+0000 mon.smithi027 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.27:0/1206545963' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:52:01.960 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2024-01-24T01:52:01.960 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: { 2024-01-24T01:52:01.960 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "fsid": "07bcd718-ba5b-11ee-95b1-87774f69a715", 2024-01-24T01:52:01.960 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "health": { 2024-01-24T01:52:01.960 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-24T01:52:01.961 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "checks": {}, 2024-01-24T01:52:01.961 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mutes": [] 2024-01-24T01:52:01.961 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2024-01-24T01:52:01.961 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-24T01:52:01.961 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum": [ 2024-01-24T01:52:01.961 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 0 2024-01-24T01:52:01.961 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2024-01-24T01:52:01.961 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-24T01:52:01.961 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "smithi027" 2024-01-24T01:52:01.961 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2024-01-24T01:52:01.961 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-01-24T01:52:01.961 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "monmap": { 2024-01-24T01:52:01.961 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:52:01.961 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-24T01:52:01.962 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-24T01:52:01.962 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2024-01-24T01:52:01.962 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osdmap": { 2024-01-24T01:52:01.962 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:52:01.962 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-24T01:52:01.962 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-24T01:52:01.962 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-24T01:52:01.966 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-24T01:52:01.966 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-24T01:52:01.966 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-24T01:52:01.966 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2024-01-24T01:52:01.966 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "pgmap": { 2024-01-24T01:52:01.967 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-24T01:52:01.967 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-24T01:52:01.967 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-24T01:52:01.967 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-24T01:52:01.967 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-24T01:52:01.967 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-24T01:52:01.967 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-24T01:52:01.967 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-24T01:52:01.967 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2024-01-24T01:52:01.967 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "fsmap": { 2024-01-24T01:52:01.967 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:52:01.967 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-24T01:52:01.967 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-24T01:52:01.967 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2024-01-24T01:52:01.968 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-24T01:52:01.968 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "available": true, 2024-01-24T01:52:01.968 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-24T01:52:01.968 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "modules": [ 2024-01-24T01:52:01.968 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "iostat", 2024-01-24T01:52:01.968 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "nfs", 2024-01-24T01:52:01.968 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "restful" 2024-01-24T01:52:01.968 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ], 2024-01-24T01:52:01.968 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "services": {} 2024-01-24T01:52:01.968 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2024-01-24T01:52:01.968 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "servicemap": { 2024-01-24T01:52:01.968 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T01:52:01.968 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "modified": "2024-01-24T01:51:48.578091+0000", 2024-01-24T01:52:01.968 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "services": {} 2024-01-24T01:52:01.969 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: }, 2024-01-24T01:52:01.969 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-24T01:52:01.969 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: } 2024-01-24T01:52:02.478 INFO:teuthology.orchestra.run.smithi027.stderr:mgr is available 2024-01-24T01:52:03.097 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2024-01-24T01:52:03.097 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: [global] 2024-01-24T01:52:03.097 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: fsid = 07bcd718-ba5b-11ee-95b1-87774f69a715 2024-01-24T01:52:03.097 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-24T01:52:03.097 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-24T01:52:03.097 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-24T01:52:03.097 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-24T01:52:03.097 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2024-01-24T01:52:03.098 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: [mgr] 2024-01-24T01:52:03.098 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-24T01:52:03.098 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 2024-01-24T01:52:03.098 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: [osd] 2024-01-24T01:52:03.098 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-24T01:52:03.098 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-24T01:52:03.260 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:02 smithi027 conmon[35362]: cluster 2024-01-24T01:52:01.936017+0000 mon.smithi027 (mon.0) 22 : cluster 2024-01-24T01:52:03.260 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:02 smithi027 conmon[35362]: [DBG] mgrmap e3: smithi027.ahqzdk(active, since 1.00657s) 2024-01-24T01:52:03.260 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:02 smithi027 conmon[35362]: audit 2024-01-24T01:52:01.957569+0000 mon.smithi027 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.27:0/3421802561' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-24T01:52:03.620 INFO:teuthology.orchestra.run.smithi027.stderr:Enabling cephadm module... 2024-01-24T01:52:04.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:03 smithi027 conmon[35362]: audit 2024-01-24T01:52:03.095004+0000 mon.smithi027 (mon.0) 24 : audit [INF] from='client.? 172.21.15.27:0/3299443921' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-24T01:52:05.192 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:04 smithi027 conmon[35362]: cluster 2024-01-24T01:52:03.936457+0000 mon.smithi027 (mon. 2024-01-24T01:52:05.192 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:04 smithi027 conmon[35362]: 0) 25 : cluster [DBG] mgrmap e4: smithi027.ahqzdk(active, since 3s) 2024-01-24T01:52:05.192 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:04 smithi027 conmon[35362]: audit 2024-01-24T01:52:04.299386+0000 mon.smithi027 (mon.0) 26 : audit [INF] from='client.? 172.21.15.27:0/2022990577' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-24T01:52:06.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:05 smithi027 conmon[35362]: audit 2024-01-24T01:52:04.938298+0000 mon.smithi027 (mon.0) 27 : audit 2024-01-24T01:52:06.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:05 smithi027 conmon[35362]: [INF] from='client.? 172.21.15.27:0/2022990577' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-24T01:52:06.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:05 smithi027 conmon[35362]: cluster 2024-01-24T01:52:04.938360+0000 mon.smithi027 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi027.ahqzdk(active, since 4s) 2024-01-24T01:52:06.198 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: { 2024-01-24T01:52:06.198 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-24T01:52:06.199 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "available": true, 2024-01-24T01:52:06.199 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "active_name": "smithi027.ahqzdk", 2024-01-24T01:52:06.199 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-24T01:52:06.199 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: } 2024-01-24T01:52:06.728 INFO:teuthology.orchestra.run.smithi027.stderr:Waiting for the mgr to restart... 2024-01-24T01:52:06.728 INFO:teuthology.orchestra.run.smithi027.stderr:Waiting for mgr epoch 5... 2024-01-24T01:52:07.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:06 smithi027 conmon[35362]: audit 2024-01-24T01:52:06.197337+0000 2024-01-24T01:52:07.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:06 smithi027 conmon[35362]: mon.smithi027 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.27:0/2005160336' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-24T01:52:10.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: cluster 2024-01-24T01:52:10.580353+0000 mon.smithi027 (mon.0) 2024-01-24T01:52:10.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: 30 : cluster [INF] Active manager daemon smithi027.ahqzdk restarted 2024-01-24T01:52:10.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: cluster 2024-01-24T01:52:10.580577+0000 mon.smithi027 (mon.0) 31 : cluster [INF] Activating manager daemon smithi027.ahqzdk 2024-01-24T01:52:10.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: cluster 2024-01 2024-01-24T01:52:10.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: -24T01:52:10.583283+0000 mon.smithi027 (mon.0 2024-01-24T01:52:10.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: ) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-24T01:52:10.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: cluster 2024-01-24T01:52:10.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: 2024-01-24T01:52:10.583433 2024-01-24T01:52:10.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: +0000 mon.smithi027 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi027.ahqzdk(active, starting, since 0.00294681s) 2024-01-24T01:52:10.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: 2024-01-24T01:52:10.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: audit 2024-01-24 2024-01-24T01:52:10.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: T01:52:10.584273+0000 mon.smithi027 (mon.0 2024-01-24T01:52:10.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: ) 34 : audit [DBG] from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2024-01-24T01:52:10.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: audit 2024- 2024-01-24T01:52:10.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: 01-24T01:52:10.584875+0000 mon.smithi027 2024-01-24T01:52:10.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mgr metadata", "who": "smithi027.ahqzdk", "id": "smithi027.ahqzdk"}]: dispatch 2024-01-24T01:52:10.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: audit 2024-01-24T01:52:10.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: 2024-01-24T01: 2024-01-24T01:52:10.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: 52:10.585673+0000 mon.smithi027 (mon.0) 36 2024-01-24T01:52:10.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: : audit [DBG] from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T01:52:10.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: audit 2024-01-24T01:52:10.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: 2024-01-24T01:52:10.585896+0000 2024-01-24T01:52:10.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: mon.smithi027 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T01:52:10.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: 2024-01-24T01:52:10.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: audit 2024-01-24T01:52:10.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: 2024-01-24T01:52:10 2024-01-24T01:52:10.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: .586094+0000 mon.smithi027 (mon.0) 38 : audit 2024-01-24T01:52:10.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: [DBG] from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T01:52:10.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: cluster 2024-01 2024-01-24T01:52:10.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: -24T01:52:10.599837+0000 mon.smithi027 (mon. 2024-01-24T01:52:10.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: 0) 39 : cluster [INF] Manager daemon smithi027.ahqzdk is now available 2024-01-24T01:52:10.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: audit 2024-01-24T01:52:10.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: 2024-01-24T01:52:10. 2024-01-24T01:52:10.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: 612479+0000 mon.smithi027 (mon.0) 40 : audit [INF] 2024-01-24T01:52:10.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:10 smithi027 conmon[35362]: from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:52:11.594 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: { 2024-01-24T01:52:11.594 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-24T01:52:11.594 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "initialized": true 2024-01-24T01:52:11.594 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: } 2024-01-24T01:52:11.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:11 smithi027 conmon[35362]: cephadm 2024-01-24T01:52:10.609894+0000 mgr.smithi027.ahqzdk ( 2024-01-24T01:52:11.968 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:11 smithi027 conmon[35362]: mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-24T01:52:11.969 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:11 smithi027 conmon[35362]: audit 2024-01-24T01:52:10.703874+0000 mon.smithi027 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:52:11.969 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:11 smithi027 conmon[35362]: audit 2024-01-24T01:52:10.704857+0000 mon.smithi027 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:52:11.969 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:11 smithi027 conmon[35362]: audit 2024-01-24T01:52 2024-01-24T01:52:11.969 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:11 smithi027 conmon[35362]: :10.706040+0000 mon.smithi027 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:52:11.969 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:11 smithi027 conmon[35362]: audit 2024-01-24T 2024-01-24T01:52:11.969 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:11 smithi027 conmon[35362]: 01:52:10.708258+0000 mon.smithi027 (mon.0) 44 : audit [DBG] 2024-01-24T01:52:11.969 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:11 smithi027 conmon[35362]: from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:52:11.970 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:11 smithi027 conmon[35362]: audit 2024- 2024-01-24T01:52:11.970 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:11 smithi027 conmon[35362]: 01-24T01:52:10.723033+0000 mon.smithi027 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.ahqzdk/mirror_snapshot_schedule"}]: dispatch 2024-01-24T01:52:11.970 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:11 smithi027 conmon[35362]: audit 2024-01-24T01:52:11.970 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:11 smithi027 conmon[35362]: 2024-01-24T01:52:10.725930+0000 mon.smithi027 ( 2024-01-24T01:52:11.970 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:11 smithi027 conmon[35362]: mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.ahqzdk/trash_purge_schedule"}]: dispatch 2024-01-24T01:52:11.970 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:11 smithi027 conmon[35362]: cluster 2024-01-24T 2024-01-24T01:52:11.970 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:11 smithi027 conmon[35362]: 01:52:11.586385+0000 mon.smithi027 (mon.0) 47 : cluster [DBG] 2024-01-24T01:52:11.970 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:11 smithi027 conmon[35362]: mgrmap e7: smithi027.ahqzdk(active, since 1.00589s) 2024-01-24T01:52:12.144 INFO:teuthology.orchestra.run.smithi027.stderr:mgr epoch 5 is available 2024-01-24T01:52:12.144 INFO:teuthology.orchestra.run.smithi027.stderr:Setting orchestrator backend to cephadm... 2024-01-24T01:52:13.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:12 smithi027 conmon[35362]: audit 2024-01-24T01:52:11.585724+0000 mgr.smithi027.ahqzdk (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-24T01:52:13.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:12 smithi027 conmon[35362]: audit 2024-01-24T01:52:11.592712+0000 mgr.smithi027.ahqzdk (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-24T01:52:13.807 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: value unchanged 2024-01-24T01:52:13.967 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:13 smithi027 conmon[35362]: cluster 2024-01-24T01:52:12.706326+0000 mon.smithi027 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi027.ahqzdk(active, since 2s) 2024-01-24T01:52:13.968 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:13 smithi027 conmon[35362]: audit 2024-01-24T01:52:12.744406+0000 mgr.smithi027.ahqzdk (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-24T01:52:13.968 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:13 smithi027 conmon[35362]: audit 2024-01-24T01:52:12.748823+0000 mon.smithi027 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:52:13.968 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:13 smithi027 conmon[35362]: audit 2024-01-24T01:52:12.781403+0000 mon.smithi027 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:52:14.318 INFO:teuthology.orchestra.run.smithi027.stderr:Generating ssh key... 2024-01-24T01:52:15.146 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:14 smithi027 conmon[35362]: audit 2024-01-24T01:52:13.807236+0000 mgr.smithi027.ahqzdk (mgr.14116) 5 : audit 2024-01-24T01:52:15.147 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:14 smithi027 conmon[35362]: [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:52:16.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:15 smithi027 conmon[35362]: audit 2024-01-24T01:52:14.916036+0000 mgr.smithi027.ahqzdk (mgr.14116) 2024-01-24T01:52:16.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:15 smithi027 conmon[35362]: 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:52:16.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:15 smithi027 conmon[35362]: cephadm 2024-01-24T01:52:14.916264+0000 mgr.smithi027.ahqzdk (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-01-24T01:52:16.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:15 smithi027 conmon[35362]: audit 2024-01-24T01:52:15.150146+0000 mon.smithi027 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:52:16.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:15 smithi027 conmon[35362]: audit 2024-01-24T01:52:15.151989+0000 mon.smithi027 2024-01-24T01:52:16.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:15 smithi027 conmon[35362]: (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:52:16.288 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyVZMFF/HUghkCwEyEq+nfWpkwleuXNCq2Mr3ckJXFv0Bqn7YpkPCX0HlfLeS4rtTRirS0kL3zE9OysFB9RCNvaXxEce9hE92webqyStW1g6uwonjmxet9CT/DBsF9P7qZJHnYwT21mPc4wETETX2qjoVOLmZzYIK/ZmVT0QeFQkoeqnyPCvlof8GkCJVYTSWHisZW7O0oskgYsHVgwTvnRMyCCMunRT+ufzngP2yuXeS5P2LinWyXfhP6s6hIBoLe/0i3LzXjdXNxkiE2Jror38MBsq396W7fpfHNTI3A+bzV2z+W1fr4vnG0hGftL5oDe75Xuz3wI0fOYUiE/B2k0/BeyQDiZQB+Wd5enO6WdgoMK4gXCNhmTm5rn6lq7UlZH/Tvt8Oi3LO1HV2DxMwBjFkWI3d/uvVacOa6zcoiR0utknEeuGfwQ10kU1nb2dTTXGPLDH1IGMMbkpTL9tv+kny1oI2qnmA+u91oMsSeW5k5fMzDu0MO3GlKbHh0oWU= ceph-07bcd718-ba5b-11ee-95b1-87774f69a715 2024-01-24T01:52:16.802 INFO:teuthology.orchestra.run.smithi027.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-24T01:52:16.802 INFO:teuthology.orchestra.run.smithi027.stderr:Adding key to root@localhost authorized_keys... 2024-01-24T01:52:16.803 INFO:teuthology.orchestra.run.smithi027.stderr:Adding host smithi027... 2024-01-24T01:52:17.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:17 smithi027 conmon[35362]: audit 2024-01-24T01:52:16.288255+0000 mgr.smithi027.ahqzdk (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:52:18.056 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: Added host 'smithi027' with addr '172.21.15.27' 2024-01-24T01:52:18.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:18 smithi027 conmon[35362]: audit 2024-01-24T01:52:17.407464+0000 mgr.smithi027.ahqzdk (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi027", "addr": "172.21.15.27", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:52:18.610 INFO:teuthology.orchestra.run.smithi027.stderr:Deploying mon service with default placement... 2024-01-24T01:52:19.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:19 smithi027 conmon[35362]: audit 2024-01-24T01:52:18.054058+0000 mon.smithi027 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:52:19.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:19 smithi027 conmon[35362]: cephadm 2024-01-24T01:52:18.054341+0000 mgr.smithi027.ahqzdk (mgr.14116) 10 : cephadm [INF] Added host smithi027 2024-01-24T01:52:19.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:19 smithi027 conmon[35362]: audit 2024-01-24T01:52:18.054900+0000 mon.smithi027 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:52:19.376 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-24T01:52:20.126 INFO:teuthology.orchestra.run.smithi027.stderr:Deploying mgr service with default placement... 2024-01-24T01:52:20.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:20 smithi027 conmon[35362]: audit 2024-01-24T01:52:19.371270+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T01:52:20.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:20 smithi027 conmon[35362]: .14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:52:20.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:20 smithi027 conmon[35362]: cephadm 2024-01-24T01:52:19.372610+0000 mgr.smithi027.ahqzdk (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-24T01:52:20.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:20 smithi027 conmon[35362]: audit 2024-01-24T01:52:19.375013+0000 mon.smithi027 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:52:21.077 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-24T01:52:21.626 INFO:teuthology.orchestra.run.smithi027.stderr:Deploying crash service with default placement... 2024-01-24T01:52:22.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:21 smithi027 conmon[35362]: audit 2024-01-24T01:52:20.682780+0000 mon.smithi027 ( 2024-01-24T01:52:22.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:21 smithi027 conmon[35362]: mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:52:22.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:21 smithi027 conmon[35362]: audit 2024-01-24T01:52:20.957791+0000 mon.smithi027 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:52:22.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:21 smithi027 conmon[35362]: audit 2024-01-24T01:52:21.076335+0000 mon.smithi027 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:52:22.435 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-24T01:52:22.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:22 smithi027 conmon[35362]: audit 2024-01-24T01:52:21.072492+0000 mgr.smithi027.ahqzdk (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:52:22.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:22 smithi027 conmon[35362]: cephadm 2024-01-24T01:52:21.073340+0000 mgr.smithi027.ahqzdk (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-24T01:52:22.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:22 smithi027 conmon[35362]: audit 2024-01-24T01:52:22.434646+0000 mon.smithi027 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:52:22.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:22 smithi027 conmon[35362]: audit 2024-01-24T01:52:22.440676+0000 mon.smithi027 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:52:23.000 INFO:teuthology.orchestra.run.smithi027.stderr:Deploying prometheus service with default placement... 2024-01-24T01:52:23.749 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-24T01:52:23.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:23 smithi027 conmon[35362]: audit 2024-01-24T01:52:22.431516+0000 mgr.smithi027.ahqzdk (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:52:23.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:23 smithi027 conmon[35362]: cephadm 2024-01-24T01:52:22.432456+0000 mgr.smithi027.ahqzdk (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-24T01:52:24.534 INFO:teuthology.orchestra.run.smithi027.stderr:Deploying grafana service with default placement... 2024-01-24T01:52:24.797 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:24 smithi027 conmon[35362]: audit 2024-01-24T01:52:23.742517+0000 mgr.smithi027.ahqzdk (mgr.14116) 17 : audit [DBG] 2024-01-24T01:52:24.798 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:24 smithi027 conmon[35362]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:52:24.798 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:24 smithi027 conmon[35362]: cephadm 2024-01-24T01:52:23.743347+0000 mgr.smithi027.ahqzdk (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-24T01:52:24.798 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:24 smithi027 conmon[35362]: audit 2024-01-24T01:52:23.747991+0000 mon.smithi027 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:52:25.185 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-24T01:52:25.701 INFO:teuthology.orchestra.run.smithi027.stderr:Deploying node-exporter service with default placement... 2024-01-24T01:52:26.360 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-24T01:52:26.557 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:26 smithi027 conmon[35362]: audit 2024-01-24T01:52:25.179392+0000 mgr.smithi027.ahqzdk (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:52:26.558 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:26 smithi027 conmon[35362]: 2024-01-24T01:52:26.558 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:26 smithi027 conmon[35362]: cephadm 2024-01-24T01:52:25.180243+0000 mgr.smithi027.ahqzdk (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-24T01:52:26.558 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:26 smithi027 conmon[35362]: audit 2024-01-24T01:52:25.184965+0000 mon.smithi027 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:52:26.958 INFO:teuthology.orchestra.run.smithi027.stderr:Deploying alertmanager service with default placement... 2024-01-24T01:52:27.576 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-24T01:52:27.657 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:27 smithi027 conmon[35362]: audit 2024-01-24T01:52:26.356552+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T01:52:27.657 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:27 smithi027 conmon[35362]: .14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:52:27.657 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:27 smithi027 conmon[35362]: cephadm 2024-01-24T01:52:26.357414+0000 mgr.smithi027.ahqzdk (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-24T01:52:27.657 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:27 smithi027 conmon[35362]: audit 2024-01-24T01:52:26.359667+0000 mon.smithi027 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:52:28.836 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:28 smithi027 conmon[35362]: audit 2024-01-24T01:52:27.572138+0000 mgr.smithi027.ahqzdk (mgr.14116) 23 : 2024-01-24T01:52:28.837 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:28 smithi027 conmon[35362]: audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:52:28.837 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:28 smithi027 conmon[35362]: cephadm 2024-01-24T01:52:27.572993+0000 mgr.smithi027.ahqzdk (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-24T01:52:28.837 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:28 smithi027 conmon[35362]: audit 2024-01-24T01:52:27.575312+0000 mon.smithi027 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.27:0/3667428494' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:52:30.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:29 smithi027 conmon[35362]: audit 2024-01-24T01:52:28.810028+0000 mon.smithi027 (mon.0) 65 : audit [INF] 2024-01-24T01:52:30.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:29 smithi027 conmon[35362]: from='client.? 172.21.15.27:0/3997668233' entity='client.admin' 2024-01-24T01:52:30.483 INFO:teuthology.orchestra.run.smithi027.stderr:Enabling the dashboard module... 2024-01-24T01:52:31.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:30 smithi027 conmon[35362]: audit 2024-01-24T01:52:29.991416+0000 mon.smithi027 (mon.0) 66 : audit [INF] from='client.? 172.21.15.27:0/152623353' entity='client.admin' 2024-01-24T01:52:31.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:30 smithi027 conmon[35362]: cluster 2024-01-24T01:52:30.587163+0000 mgr.smithi027.ahqzdk (mgr.14116) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:52:32.259 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:31 smithi027 conmon[35362]: audit 2024-01-24T01:52:31.122359+0000 mon.smithi027 (mon.0) 67 : audit [INF] from='client.? 172.21.15.27:0/4217045102' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-24T01:52:33.280 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: { 2024-01-24T01:52:33.280 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-24T01:52:33.280 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "available": true, 2024-01-24T01:52:33.280 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "active_name": "smithi027.ahqzdk", 2024-01-24T01:52:33.280 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-24T01:52:33.280 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: } 2024-01-24T01:52:33.301 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:32 smithi027 conmon[35362]: audit 2024-01-24T01:52:31.996707+0000 mon.smithi027 (mon.0) 68 : audit [INF] 2024-01-24T01:52:33.301 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:32 smithi027 conmon[35362]: from='client.? 172.21.15.27:0/4217045102' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-24T01:52:33.301 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:32 smithi027 conmon[35362]: cluster 2024-01-24T01:52:31.996796+0000 mon.smithi027 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi027.ahqzdk(active, since 21s) 2024-01-24T01:52:33.824 INFO:teuthology.orchestra.run.smithi027.stderr:Waiting for the mgr to restart... 2024-01-24T01:52:33.824 INFO:teuthology.orchestra.run.smithi027.stderr:Waiting for mgr epoch 9... 2024-01-24T01:52:34.023 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:33 smithi027 conmon[35362]: audit 2024-01-24T01:52:33.278772+0000 mon.smithi027 (mon.0 2024-01-24T01:52:34.024 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:33 smithi027 conmon[35362]: ) 70 : audit [DBG] from='client.? 172.21.15.27:0/24088085' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-24T01:52:37.857 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: cluster 2024-01-24T01:52:37.618477+0000 mon.smithi027 (mon.0) 2024-01-24T01:52:37.857 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: 71 : cluster [INF] Active manager daemon smithi027.ahqzdk restarted 2024-01-24T01:52:37.857 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: cluster 2024-01-24T01:52:37.618699+0000 mon.smithi027 (mon.0) 72 : cluster [INF] Activating manager daemon smithi027.ahqzdk 2024-01-24T01:52:37.857 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: cluster 2024-01-24T01:52:37.621928 2024-01-24T01:52:37.857 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: +0000 mon.smithi027 (mon.0) 73 : cluster 2024-01-24T01:52:37.857 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-24T01:52:37.857 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: cluster 2024-01-24T01:52:37.858 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: 2024-01-24T01:52:37.622070+0000 2024-01-24T01:52:37.858 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: mon.smithi027 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi027.ahqzdk(active, starting, since 0.00345316s) 2024-01-24T01:52:37.858 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: 2024-01-24T01:52:37.858 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: audit 2024-01 2024-01-24T01:52:37.858 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: -24T01:52:37.623055+0000 mon.smithi027 (mon. 2024-01-24T01:52:37.858 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: 0) 75 : audit [DBG] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2024-01-24T01:52:37.858 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: audit 2024-01-24T01: 2024-01-24T01:52:37.858 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: 52:37.623699+0000 mon.smithi027 (mon.0) 2024-01-24T01:52:37.858 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: 76 : audit [DBG] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mgr metadata", "who": "smithi027.ahqzdk", "id": "smithi027.ahqzdk"}]: dispatch 2024-01-24T01:52:37.858 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: audit 2024-01-24T01:52 2024-01-24T01:52:37.858 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: :37.624558+0000 mon.smithi027 (mon.0) 2024-01-24T01:52:37.858 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: 77 : audit [DBG] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T01:52:37.858 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: audit 2024-01-24T01:52 2024-01-24T01:52:37.858 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: :37.624760+0000 mon.smithi027 (mon.0) 2024-01-24T01:52:37.859 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: 78 : audit [DBG] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T01:52:37.859 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: audit 2024-01-24T01: 2024-01-24T01:52:37.859 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: 52:37.624919+0000 mon.smithi027 (mon.0 2024-01-24T01:52:37.859 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: ) 79 : audit [DBG] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T01:52:37.859 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: cluster 2024-01-24T 2024-01-24T01:52:37.859 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: 01:52:37.639014+0000 mon.smithi027 (mon 2024-01-24T01:52:37.859 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:37 smithi027 conmon[35362]: .0) 80 : cluster [INF] Manager daemon smithi027.ahqzdk is now available 2024-01-24T01:52:38.630 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: { 2024-01-24T01:52:38.631 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-24T01:52:38.631 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: "initialized": true 2024-01-24T01:52:38.631 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: } 2024-01-24T01:52:39.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:38 smithi027 conmon[35362]: audit 2024-01-24T01:52:37.739853+0000 mon.smithi027 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:52:39.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:38 smithi027 conmon[35362]: audit 2024-01-24T01:52:37.741184+0000 mon.smithi027 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:52:39.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:38 smithi027 conmon[35362]: audit 2024-01-24T01:52:37.767480+0000 mon.smithi027 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.ahqzdk/mirror_snapshot_schedule"}]: dispatch 2024-01-24T01:52:39.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:38 smithi027 conmon[35362]: audit 2024-01-24T01:52:37.770765+0000 mon.smithi027 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.ahqzdk/trash_purge_schedule"}]: dispatch 2024-01-24T01:52:39.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:38 smithi027 conmon[35362]: cluster 2024-01-24T01:52:38.624303+0000 mon.smithi027 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi027.ahqzdk(active, since 1.00569s) 2024-01-24T01:52:39.257 INFO:teuthology.orchestra.run.smithi027.stderr:mgr epoch 9 is available 2024-01-24T01:52:39.257 INFO:teuthology.orchestra.run.smithi027.stderr:Generating a dashboard self-signed certificate... 2024-01-24T01:52:39.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:39 smithi027 conmon[35362]: audit 2024-01-24T01:52:38.623697+0000 mgr.smithi027.ahqzdk (mgr.14156) 2024-01-24T01:52:39.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:39 smithi027 conmon[35362]: 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-24T01:52:39.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:39 smithi027 conmon[35362]: audit 2024-01-24T01:52:38.629951+0000 mgr.smithi027.ahqzdk (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-24T01:52:39.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:39 smithi027 conmon[35362]: audit 2024-01-24T01:52:39.250137+0000 mon.smithi027 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:52:40.058 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-24T01:52:41.020 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:40 smithi027 conmon[35362]: audit 2024-01-24T01:52:39.949244+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T01:52:41.020 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:40 smithi027 conmon[35362]: 14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:52:41.020 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:40 smithi027 conmon[35362]: audit 2024-01-24T01:52:40.055141+0000 mon.smithi027 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:52:41.020 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:40 smithi027 conmon[35362]: audit 2024-01-24T01:52:40.056915+0000 mon.smithi027 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:52:41.020 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:40 smithi027 conmon[35362]: cluster 2024-01-24T01:52:40.251489+0000 mon.smithi027 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi027.ahqzdk(active, since 2s) 2024-01-24T01:52:41.048 INFO:teuthology.orchestra.run.smithi027.stderr:Creating initial admin user... 2024-01-24T01:52:41.960 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$JPyHl9IR5knWFjAzfjkZ6eZwKNDTGytlQrLnGQaSFJTYWYghKhzXO", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1706061161, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-24T01:52:42.556 INFO:teuthology.orchestra.run.smithi027.stderr:Fetching dashboard port number... 2024-01-24T01:52:43.206 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: 8443 2024-01-24T01:52:43.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:42 smithi027 conmon[35362]: audit 2024-01-24T01:52:41.715143+0000 mgr.smithi027.ahqzdk (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-24T01:52:43.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:42 smithi027 conmon[35362]: audit 2024-01-24T01:52:41.960249+0000 mon.smithi027 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:52:43.708 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: disabled 2024-01-24T01:52:43.716 INFO:teuthology.orchestra.run.smithi027.stderr:systemctl: inactive 2024-01-24T01:52:43.717 INFO:teuthology.orchestra.run.smithi027.stderr:firewalld.service is not enabled 2024-01-24T01:52:43.717 INFO:teuthology.orchestra.run.smithi027.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-24T01:52:43.719 INFO:teuthology.orchestra.run.smithi027.stderr:Ceph Dashboard is now available at: 2024-01-24T01:52:43.719 INFO:teuthology.orchestra.run.smithi027.stderr: 2024-01-24T01:52:43.719 INFO:teuthology.orchestra.run.smithi027.stderr: URL: https://smithi027:8443/ 2024-01-24T01:52:43.719 INFO:teuthology.orchestra.run.smithi027.stderr: User: admin 2024-01-24T01:52:43.719 INFO:teuthology.orchestra.run.smithi027.stderr: Password: mr4iqe8tcg 2024-01-24T01:52:43.719 INFO:teuthology.orchestra.run.smithi027.stderr: 2024-01-24T01:52:43.719 INFO:teuthology.orchestra.run.smithi027.stderr:Enabling autotune for osd_memory_target 2024-01-24T01:52:44.374 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:43 smithi027 conmon[35362]: audit 2024-01-24T01:52:43.204869+0000 mon.smithi027 ( 2024-01-24T01:52:44.374 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:43 smithi027 conmon[35362]: mon.0) 91 : audit [DBG] from='client.? 172.21.15.27:0/2599319690' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-24T01:52:45.650 INFO:teuthology.orchestra.run.smithi027.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-24T01:52:45.822 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:45 smithi027 conmon[35362]: cluster 2024-01-24T01:52:44.465865+0000 2024-01-24T01:52:45.822 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:45 smithi027 conmon[35362]: mon.smithi027 (mon.0) 92 : cluster [DBG] mgrmap e13: smithi027.ahqzdk(active, since 6s) 2024-01-24T01:52:46.198 INFO:teuthology.orchestra.run.smithi027.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-24T01:52:46.198 INFO:teuthology.orchestra.run.smithi027.stderr: 2024-01-24T01:52:46.198 INFO:teuthology.orchestra.run.smithi027.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-24T01:52:46.198 INFO:teuthology.orchestra.run.smithi027.stderr: 2024-01-24T01:52:46.198 INFO:teuthology.orchestra.run.smithi027.stderr:Or, if you are only running a single cluster on this host: 2024-01-24T01:52:46.198 INFO:teuthology.orchestra.run.smithi027.stderr: 2024-01-24T01:52:46.198 INFO:teuthology.orchestra.run.smithi027.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-24T01:52:46.198 INFO:teuthology.orchestra.run.smithi027.stderr: 2024-01-24T01:52:46.198 INFO:teuthology.orchestra.run.smithi027.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-24T01:52:46.199 INFO:teuthology.orchestra.run.smithi027.stderr: 2024-01-24T01:52:46.199 INFO:teuthology.orchestra.run.smithi027.stderr: ceph telemetry on 2024-01-24T01:52:46.199 INFO:teuthology.orchestra.run.smithi027.stderr: 2024-01-24T01:52:46.199 INFO:teuthology.orchestra.run.smithi027.stderr:For more information see: 2024-01-24T01:52:46.199 INFO:teuthology.orchestra.run.smithi027.stderr: 2024-01-24T01:52:46.199 INFO:teuthology.orchestra.run.smithi027.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-24T01:52:46.199 INFO:teuthology.orchestra.run.smithi027.stderr: 2024-01-24T01:52:46.199 INFO:teuthology.orchestra.run.smithi027.stderr:Bootstrap complete. 2024-01-24T01:52:46.257 INFO:tasks.cephadm:Fetching config... 2024-01-24T01:52:46.257 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-01-24T01:52:46.257 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-24T01:52:46.277 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-24T01:52:46.277 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-01-24T01:52:46.277 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-24T01:52:46.335 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-24T01:52:46.335 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-01-24T01:52:46.335 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/mon.smithi027/keyring of=/dev/stdout 2024-01-24T01:52:46.404 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-24T01:52:46.404 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-01-24T01:52:46.404 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-24T01:52:46.463 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-24T01:52:46.463 DEBUG:teuthology.orchestra.run.smithi027:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyVZMFF/HUghkCwEyEq+nfWpkwleuXNCq2Mr3ckJXFv0Bqn7YpkPCX0HlfLeS4rtTRirS0kL3zE9OysFB9RCNvaXxEce9hE92webqyStW1g6uwonjmxet9CT/DBsF9P7qZJHnYwT21mPc4wETETX2qjoVOLmZzYIK/ZmVT0QeFQkoeqnyPCvlof8GkCJVYTSWHisZW7O0oskgYsHVgwTvnRMyCCMunRT+ufzngP2yuXeS5P2LinWyXfhP6s6hIBoLe/0i3LzXjdXNxkiE2Jror38MBsq396W7fpfHNTI3A+bzV2z+W1fr4vnG0hGftL5oDe75Xuz3wI0fOYUiE/B2k0/BeyQDiZQB+Wd5enO6WdgoMK4gXCNhmTm5rn6lq7UlZH/Tvt8Oi3LO1HV2DxMwBjFkWI3d/uvVacOa6zcoiR0utknEeuGfwQ10kU1nb2dTTXGPLDH1IGMMbkpTL9tv+kny1oI2qnmA+u91oMsSeW5k5fMzDu0MO3GlKbHh0oWU= ceph-07bcd718-ba5b-11ee-95b1-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-24T01:52:46.544 INFO:teuthology.orchestra.run.smithi027.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyVZMFF/HUghkCwEyEq+nfWpkwleuXNCq2Mr3ckJXFv0Bqn7YpkPCX0HlfLeS4rtTRirS0kL3zE9OysFB9RCNvaXxEce9hE92webqyStW1g6uwonjmxet9CT/DBsF9P7qZJHnYwT21mPc4wETETX2qjoVOLmZzYIK/ZmVT0QeFQkoeqnyPCvlof8GkCJVYTSWHisZW7O0oskgYsHVgwTvnRMyCCMunRT+ufzngP2yuXeS5P2LinWyXfhP6s6hIBoLe/0i3LzXjdXNxkiE2Jror38MBsq396W7fpfHNTI3A+bzV2z+W1fr4vnG0hGftL5oDe75Xuz3wI0fOYUiE/B2k0/BeyQDiZQB+Wd5enO6WdgoMK4gXCNhmTm5rn6lq7UlZH/Tvt8Oi3LO1HV2DxMwBjFkWI3d/uvVacOa6zcoiR0utknEeuGfwQ10kU1nb2dTTXGPLDH1IGMMbkpTL9tv+kny1oI2qnmA+u91oMsSeW5k5fMzDu0MO3GlKbHh0oWU= ceph-07bcd718-ba5b-11ee-95b1-87774f69a715 2024-01-24T01:52:46.557 DEBUG:teuthology.orchestra.run.smithi173:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyVZMFF/HUghkCwEyEq+nfWpkwleuXNCq2Mr3ckJXFv0Bqn7YpkPCX0HlfLeS4rtTRirS0kL3zE9OysFB9RCNvaXxEce9hE92webqyStW1g6uwonjmxet9CT/DBsF9P7qZJHnYwT21mPc4wETETX2qjoVOLmZzYIK/ZmVT0QeFQkoeqnyPCvlof8GkCJVYTSWHisZW7O0oskgYsHVgwTvnRMyCCMunRT+ufzngP2yuXeS5P2LinWyXfhP6s6hIBoLe/0i3LzXjdXNxkiE2Jror38MBsq396W7fpfHNTI3A+bzV2z+W1fr4vnG0hGftL5oDe75Xuz3wI0fOYUiE/B2k0/BeyQDiZQB+Wd5enO6WdgoMK4gXCNhmTm5rn6lq7UlZH/Tvt8Oi3LO1HV2DxMwBjFkWI3d/uvVacOa6zcoiR0utknEeuGfwQ10kU1nb2dTTXGPLDH1IGMMbkpTL9tv+kny1oI2qnmA+u91oMsSeW5k5fMzDu0MO3GlKbHh0oWU= ceph-07bcd718-ba5b-11ee-95b1-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-24T01:52:46.614 INFO:teuthology.orchestra.run.smithi173.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyVZMFF/HUghkCwEyEq+nfWpkwleuXNCq2Mr3ckJXFv0Bqn7YpkPCX0HlfLeS4rtTRirS0kL3zE9OysFB9RCNvaXxEce9hE92webqyStW1g6uwonjmxet9CT/DBsF9P7qZJHnYwT21mPc4wETETX2qjoVOLmZzYIK/ZmVT0QeFQkoeqnyPCvlof8GkCJVYTSWHisZW7O0oskgYsHVgwTvnRMyCCMunRT+ufzngP2yuXeS5P2LinWyXfhP6s6hIBoLe/0i3LzXjdXNxkiE2Jror38MBsq396W7fpfHNTI3A+bzV2z+W1fr4vnG0hGftL5oDe75Xuz3wI0fOYUiE/B2k0/BeyQDiZQB+Wd5enO6WdgoMK4gXCNhmTm5rn6lq7UlZH/Tvt8Oi3LO1HV2DxMwBjFkWI3d/uvVacOa6zcoiR0utknEeuGfwQ10kU1nb2dTTXGPLDH1IGMMbkpTL9tv+kny1oI2qnmA+u91oMsSeW5k5fMzDu0MO3GlKbHh0oWU= ceph-07bcd718-ba5b-11ee-95b1-87774f69a715 2024-01-24T01:52:46.627 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-24T01:52:46.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:46 smithi027 conmon[35362]: audit 2024-01-24T01:52:45.647134+0000 mon.smithi027 (mon.0) 93 : audit [INF] from='client.? 172.21.15.27:0/2221452351' entity='client.admin' 2024-01-24T01:52:49.456 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-24T01:52:49.457 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-24T01:52:50.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:49 smithi027 conmon[35362]: audit 2024-01-24T01:52:48.739793+0000 mon.smithi027 (mon.0) 94 : audit [INF] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:52:50.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:49 smithi027 conmon[35362]: audit 2024-01-24T01:52:48.835332+0000 mon.smithi027 (mon.0) 95 : audit [INF] from='client.? 172.21.15.27:0/3050677850' entity='client.admin' 2024-01-24T01:52:50.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:49 smithi027 conmon[35362]: audit 2024-01-24T01:52:49.525611+0000 mon.smithi027 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd/host:smithi027", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:52:50.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:49 smithi027 conmon[35362]: audit 2024-01-24T01:52:49.529042+0000 mon.smithi027 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:52:51.034 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:50 smithi027 conmon[35362]: cephadm 2024-01-24T01:52:49.538569+0000 mgr.smithi027.ahqzdk (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi027 on smithi027 2024-01-24T01:52:52.553 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi173 2024-01-24T01:52:52.554 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-01-24T01:52:52.554 DEBUG:teuthology.orchestra.run.smithi173:> dd of=/etc/ceph/ceph.conf 2024-01-24T01:52:52.575 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-01-24T01:52:52.575 DEBUG:teuthology.orchestra.run.smithi173:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-24T01:52:52.635 INFO:tasks.cephadm:Adding host smithi173 to orchestrator... 2024-01-24T01:52:52.636 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch host add smithi173 2024-01-24T01:52:52.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:52 smithi027 conmon[35362]: audit 2024-01-24T01:52:51.676691+0000 mgr.smithi027.ahqzdk (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-24T01:52:52.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:52 smithi027 conmon[35362]: audit 2024-01-24T01:52:51.679103+0000 mon.smithi027 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:52:59.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:58 smithi027 conmon[35362]: cluster 2024-01-24T01:52:57.625976+0000 mgr.smithi027.ahqzdk (mgr.14156) 2024-01-24T01:52:59.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:58 smithi027 conmon[35362]: 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:52:59.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:58 smithi027 conmon[35362]: audit 2024-01-24T01:52:57.863826+0000 mon.smithi027 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:52:59.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:58 smithi027 conmon[35362]: audit 2024-01-24T01:52:57.865692+0000 mon.smithi027 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi027", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T01:52:59.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:58 smithi027 conmon[35362]: audit 2024-01-24T01:52:57.867274+0000 mon.smithi027 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi027", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-24T01:52:59.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:58 smithi027 conmon[35362]: audit 2024-01-24T01:52:57.867904+0000 mon.smithi027 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:52:59.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:52:58 smithi027 conmon[35362]: cephadm 2024-01-24T01:52:57.868457+0000 mgr.smithi027.ahqzdk (mgr.14156) 8 : cephadm [INF] Deploying daemon crash.smithi027 on smithi027 2024-01-24T01:53:01.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:00 smithi027 conmon[35362]: cluster 2024-01-24T01:52:59.626254+0000 mgr.smithi027.ahqzdk (mgr.14156) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:53:01.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:00 smithi027 conmon[35362]: audit 2024-01-24T01:53:00.065905+0000 mon.smithi027 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:53:01.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:00 smithi027 conmon[35362]: audit 2024-01-24T01:53:00.110272+0000 mon.smithi027 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:53:01.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:00 smithi027 conmon[35362]: audit 2024-01-24T01:53:00.112032+0000 mon.smithi027 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:53:01.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:00 smithi027 conmon[35362]: audit 2024-01-24T01:53:00.113467+0000 mon.smithi027 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-24T01:53:01.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:00 smithi027 conmon[35362]: audit 2024-01-24T01:53:00.116151+0000 mon.smithi027 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:53:02.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:01 smithi027 conmon[35362]: audit 2024-01-24T01:53:00.113832+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T01:53:02.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:01 smithi027 conmon[35362]: 14156) 10 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-24T01:53:02.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:01 smithi027 conmon[35362]: cephadm 2024-01-24T01:53:00.122219+0000 mgr.smithi027.ahqzdk (mgr.14156) 11 : cephadm [INF] Deploying daemon grafana.smithi027 on smithi027 2024-01-24T01:53:03.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:02 smithi027 conmon[35362]: cluster 2024-01-24T01:53:01.626651 2024-01-24T01:53:03.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:02 smithi027 conmon[35362]: +0000 mgr.smithi027.ahqzdk (mgr.14156) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:53:03.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:02 smithi027 conmon[35362]: audit 2024-01-24T01:53 2024-01-24T01:53:03.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:02 smithi027 conmon[35362]: :02.766495+0000 mon.smithi027 (mon.0) 108 : audit 2024-01-24T01:53:03.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:02 smithi027 conmon[35362]: [INF] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:53:04.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:04 smithi027 conmon[35362]: cluster 2024-01-24T01:53:03.626874+0000 mgr.smithi027.ahqzdk (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:53:07.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:06 smithi027 conmon[35362]: cluster 2024-01-24T01:53:05.627129+0000 mgr.smithi027.ahqzdk (mgr.14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:53:09.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:08 smithi027 conmon[35362]: cluster 2024-01-24T01:53:07. 2024-01-24T01:53:09.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:08 smithi027 conmon[35362]: 627382+0000 mgr.smithi027.ahqzdk (mgr.14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:53:11.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:10 smithi027 conmon[35362]: cluster 2024-01-24T01:53:09.627649+0000 mgr.smithi027.ahqzdk (mgr.14156) 2024-01-24T01:53:11.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:10 smithi027 conmon[35362]: 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:53:13.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:12 smithi027 conmon[35362]: cluster 2024-01-24T01:53:11.628021+0000 mgr.smithi027.ahqzdk (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:53:14.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:14 smithi027 conmon[35362]: cluster 2024-01-24T01:53:13.628447+0000 mgr.smithi027.ahqzdk (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:53:17.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:16 smithi027 conmon[35362]: cluster 2024-01-24T01:53:15.628823+0000 mgr.smithi027.ahqzdk (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:53:18.951 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:18 smithi027 conmon[35362]: cluster 2024-01-24T01:53:17.629083+0000 mgr.smithi027.ahqzdk (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:53:20.239 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:20 smithi027 conmon[35362]: audit 2024-01-24T01:53:19.011881+0000 mon.smithi027 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:53:20.239 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:20 smithi027 conmon[35362]: cephadm 2024-01-24T01:53:19.014011+0000 mgr.smithi027.ahqzdk (mgr.14156) 21 : cephadm [INF] Deploying daemon node-exporter.smithi027 on smithi027 2024-01-24T01:53:21.282 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:21 smithi027 conmon[35362]: cluster 2024-01-24T01:53:19.629345+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T01:53:21.282 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:21 smithi027 conmon[35362]: 14156) 22 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:53:23.215 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:23 smithi027 conmon[35362]: cluster 2024-01-24T01:53:21.629819+0000 mgr.smithi027.ahqzdk ( 2024-01-24T01:53:23.215 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:23 smithi027 conmon[35362]: mgr.14156) 23 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:53:23.215 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:23 smithi027 conmon[35362]: audit 2024-01-24T01:53:22.772593+0000 mon.smithi027 (mon.0) 110 : 2024-01-24T01:53:23.215 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:23 smithi027 conmon[35362]: audit [INF] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:53:23.215 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:23 smithi027 conmon[35362]: audit 2024-01-24T01:53:22.780257+0000 mon.smithi027 (mon. 2024-01-24T01:53:23.215 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:23 smithi027 conmon[35362]: 0) 111 : audit [INF] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:53:23.215 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:23 smithi027 conmon[35362]: audit 2024-01-24T01: 2024-01-24T01:53:23.215 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:23 smithi027 conmon[35362]: 53:22.782532+0000 mon.smithi027 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-24T01:53:24.803 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:24 smithi027 conmon[35362]: audit 2024-01-24T01:53:23.782367+0000 mon.smithi027 (mon.0) 113 : 2024-01-24T01:53:24.803 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:24 smithi027 conmon[35362]: audit [INF] from='mgr.14156 172.21.15.27:0/3409181850' entity='mgr.smithi027.ahqzdk' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-24T01:53:24.803 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:24 smithi027 conmon[35362]: cluster 2024-01-24T01:53:23.782432+0000 mon.smithi027 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi027.ahqzdk(active, since 46s) 2024-01-24T01:53:29.628 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:29 smithi027 conmon[35362]: cluster 2024-01-24T01:53:29.387444+0000 2024-01-24T01:53:29.629 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:29 smithi027 conmon[35362]: mon.smithi027 (mon.0) 115 : cluster [INF] Active manager daemon smithi027.ahqzdk restarted 2024-01-24T01:53:29.629 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:29 smithi027 conmon[35362]: cluster 2024-01-24T01:53:29.387677+0000 mon.smithi027 (mon.0) 2024-01-24T01:53:29.629 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:29 smithi027 conmon[35362]: 116 : cluster [INF] Activating manager daemon smithi027.ahqzdk 2024-01-24T01:53:29.629 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:29 smithi027 conmon[35362]: cluster 2024-01-24T01:53:29.390343+0000 2024-01-24T01:53:29.629 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:29 smithi027 conmon[35362]: mon.smithi027 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-24T01:53:29.629 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:29 smithi027 conmon[35362]: cluster 2024- 2024-01-24T01:53:29.629 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:29 smithi027 conmon[35362]: 01-24T01:53:29.390428+0000 mon.smithi027 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi027.ahqzdk(active, starting, since 0.00283833s) 2024-01-24T01:53:29.629 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:29 smithi027 conmon[35362]: 2024-01-24T01:53:29.629 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:29 smithi027 conmon[35362]: audit 2024-01-24T01:53 2024-01-24T01:53:29.629 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:29 smithi027 conmon[35362]: :29.391482+0000 mon.smithi027 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2024-01-24T01:53:29.629 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:29 smithi027 conmon[35362]: audit 2024-01-24T01:53:29.392158+0000 2024-01-24T01:53:29.629 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:29 smithi027 conmon[35362]: mon.smithi027 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mgr metadata", "who": "smithi027.ahqzdk", "id": "smithi027.ahqzdk"}]: dispatch 2024-01-24T01:53:29.630 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:29 smithi027 conmon[35362]: audit 2024-01-24T01:53:29.392802+0000 mon.smithi027 ( 2024-01-24T01:53:29.630 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:29 smithi027 conmon[35362]: mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T01:53:29.630 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:29 smithi027 conmon[35362]: audit 2024-01-24T01:53:29.392961+0000 mon.smithi027 (mon.0) 2024-01-24T01:53:29.630 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:29 smithi027 conmon[35362]: 122 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T01:53:29.630 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:29 smithi027 conmon[35362]: audit 2024 2024-01-24T01:53:29.630 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:29 smithi027 conmon[35362]: -01-24T01:53:29.393107+0000 mon.smithi027 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T01:53:29.630 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:29 smithi027 conmon[35362]: 2024-01-24T01:53:29.630 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:29 smithi027 conmon[35362]: cluster 2024-01-24T01: 2024-01-24T01:53:29.630 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:29 smithi027 conmon[35362]: 53:29.407045+0000 mon.smithi027 (mon.0) 124 : cluster [INF] Manager daemon smithi027.ahqzdk is now available 2024-01-24T01:53:30.697 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:30 smithi027 conmon[35362]: audit 2024-01-24T01:53:29.508694+0000 mon.smithi027 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:53:30.697 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:30 smithi027 conmon[35362]: audit 2024-01-24T01:53:30.697 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:30 smithi027 conmon[35362]: 2024-01-24T01:53:29.510392+0000 mon.smithi027 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:53:30.697 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:30 smithi027 conmon[35362]: audit 2024-01-24T01:53:29.526852+0000 mon.smithi027 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:53:30.697 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:30 smithi027 conmon[35362]: audit 2024-01-24T01:53:29.540950+0000 2024-01-24T01:53:30.697 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:30 smithi027 conmon[35362]: mon.smithi027 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.ahqzdk/mirror_snapshot_schedule"}]: dispatch 2024-01-24T01:53:30.697 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:30 smithi027 conmon[35362]: audit 2024-01-24T01:53: 2024-01-24T01:53:30.697 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:30 smithi027 conmon[35362]: 29.546307+0000 mon.smithi027 (mon.0) 129 : 2024-01-24T01:53:30.697 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:30 smithi027 conmon[35362]: audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi027.ahqzdk/trash_purge_schedule"}]: dispatch 2024-01-24T01:53:30.697 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:30 smithi027 conmon[35362]: cluster 2024-01-24T01:53 2024-01-24T01:53:30.697 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:30 smithi027 conmon[35362]: :30.392072+0000 mon.smithi027 (mon.0) 130 2024-01-24T01:53:30.697 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:30 smithi027 conmon[35362]: : cluster [DBG] mgrmap e16: smithi027.ahqzdk(active, since 1.00448s) 2024-01-24T01:53:32.682 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:32 smithi027 conmon[35362]: cluster 2024-01-24T01:53:31.469598+0000 mon.smithi027 ( 2024-01-24T01:53:32.682 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:32 smithi027 conmon[35362]: mon.0) 131 : cluster [DBG] mgrmap e17: smithi027.ahqzdk(active, since 2s) 2024-01-24T01:53:33.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:33 smithi027 conmon[35362]: audit 2024-01-24T01:53:32.556075+0000 mon.smithi027 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:53:33.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:33 smithi027 conmon[35362]: audit 2024-01-24T01:53:33.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:33 smithi027 conmon[35362]: 2024-01-24T01:53:32.883410+0000 mon.smithi027 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd/host:smithi027", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:53:33.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:33 smithi027 conmon[35362]: audit 2024-01-24T01:53:32.884240+0000 mon.smithi027 (mon.0) 134 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:53:33.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:33 smithi027 conmon[35362]: audit 2024-01-24T01:53:32.884836+0000 mon.smithi027 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:53:33.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:33 smithi027 conmon[35362]: audit 2024-01-24T01:53:32.983402+0000 mon.smithi027 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:53:33.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:33 smithi027 conmon[35362]: audit 2024-01-24T01:53:32.985860+0000 mon.smithi027 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:53:34.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:34 smithi027 conmon[35362]: cephadm 2024-01-24T01:53:32.885849+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T01:53:34.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:34 smithi027 conmon[35362]: .14180) 1 : cephadm [INF] Updating smithi027:/etc/ceph/ceph.conf 2024-01-24T01:53:34.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:34 smithi027 conmon[35362]: cephadm 2024-01-24T01:53:32.912444+0000 mgr.smithi027.ahqzdk (mgr.14180) 2 2024-01-24T01:53:34.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:34 smithi027 conmon[35362]: : cephadm [INF] Updating smithi027:/etc/ceph/ceph.client.admin.keyring 2024-01-24T01:53:34.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:34 smithi027 conmon[35362]: cephadm 2024-01- 2024-01-24T01:53:34.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:34 smithi027 conmon[35362]: 24T01:53:32.998163 2024-01-24T01:53:34.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:34 smithi027 conmon[35362]: +0000 mgr.smithi027.ahqzdk (mgr.14180) 3 2024-01-24T01:53:34.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:34 smithi027 conmon[35362]: : cephadm [INF] Deploying daemon prometheus.smithi027 on smithi027 2024-01-24T01:53:36.032 INFO:teuthology.orchestra.run.smithi173.stdout:Added host 'smithi173' with addr '172.21.15.173' 2024-01-24T01:53:36.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:35 smithi027 conmon[35362]: audit 2024-01-24T01:53:35.410170+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T01:53:36.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:35 smithi027 conmon[35362]: ) 4 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:53:36.581 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch host ls --format=json 2024-01-24T01:53:37.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:37 smithi027 conmon[35362]: audit 2024-01-24T01:53:36.031030+0000 mon.smithi027 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:53:37.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:37 smithi027 conmon[35362]: cephadm 2024-01-24T01:53:36.031321+0000 mgr.smithi027.ahqzdk (mgr.14180) 5 : cephadm [INF] Added host smithi173 2024-01-24T01:53:38.322 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-01-24T01:53:38.322 INFO:teuthology.orchestra.run.smithi173.stdout:[{"addr": "172.21.15.27", "hostname": "smithi027", "labels": [], "status": ""}, {"addr": "172.21.15.173", "hostname": "smithi173", "labels": [], "status": ""}] 2024-01-24T01:53:38.906 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-24T01:53:38.906 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd crush tunables default 2024-01-24T01:53:39.719 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:39 smithi027 conmon[35362]: audit 2024-01-24T01:53:38.321152+0000 mgr.smithi027.ahqzdk (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:53:44.477 INFO:teuthology.orchestra.run.smithi027.stderr:adjusted tunables profile to default 2024-01-24T01:53:44.565 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:44 smithi027 conmon[35362]: audit 2024-01-24T01:53:43.736059+0000 2024-01-24T01:53:44.565 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:44 smithi027 conmon[35362]: mon.smithi027 (mon.0) 139 : audit [INF] from='client.? 172.21.15.27:0/2914297287' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-24T01:53:45.179 INFO:tasks.cephadm:Adding mon.smithi027 on smithi027 2024-01-24T01:53:45.179 INFO:tasks.cephadm:Adding mon.smithi173 on smithi173 2024-01-24T01:53:45.179 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch apply mon '2;smithi027:172.21.15.27=smithi027;smithi173:172.21.15.173=smithi173' 2024-01-24T01:53:45.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:45 smithi027 conmon[35362]: audit 2024-01-24T01:53:44.473107+0000 mon.smithi027 (mon 2024-01-24T01:53:45.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:45 smithi027 conmon[35362]: .0) 140 : audit [INF] from='client.? 172.21.15.27:0/2914297287' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-24T01:53:45.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:45 smithi027 conmon[35362]: cluster 2024-01-24T01:53:44.473177+0000 mon.smithi027 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-24T01:53:45.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:45 smithi027 conmon[35362]: audit 2024-01-24T01:53:44.528416+0000 mon.smithi027 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:53:45.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:45 smithi027 conmon[35362]: audit 2024-01-24T01:53:44.529570+0000 mon.smithi027 (mon.0) 143 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:53:45.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:45 smithi027 conmon[35362]: audit 2024-01-24T01:53:45.006021+0000 mon.smithi027 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:53:45.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:45 smithi027 conmon[35362]: audit 2024-01-24T01:53:45.367901+0000 2024-01-24T01:53:45.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:45 smithi027 conmon[35362]: mon.smithi027 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:53:47.145 INFO:teuthology.orchestra.run.smithi173.stdout:Scheduled mon update... 2024-01-24T01:53:47.972 DEBUG:teuthology.orchestra.run.smithi173:mon.smithi173> sudo journalctl -f -n 0 -u ceph-07bcd718-ba5b-11ee-95b1-87774f69a715@mon.smithi173.service 2024-01-24T01:53:47.974 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:53:47.974 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:53:48.004 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:-- Logs begin at Wed 2024-01-24 01:39:10 UTC. -- 2024-01-24T01:53:48.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:48 smithi027 conmon[35362]: audit 2024-01-24T01:53:47.140369+0000 mgr.smithi027.ahqzdk (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi027:172.21.15.27=smithi027;smithi173:172.21.15.173=smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:53:48.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:48 smithi027 conmon[35362]: cephadm 2024-01-24T01:53:47.142461+0000 mgr.smithi027.ahqzdk (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi027:172.21.15.27=smithi027;smithi173:172.21.15.173=smithi173;count:2 2024-01-24T01:53:48.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:48 smithi027 conmon[35362]: audit 2024-01-24T01:53:47.144699+0000 mon.smithi027 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:53:48.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:48 smithi027 conmon[35362]: audit 2024-01-24T01:53:47.600378+0000 mon.smithi027 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:53:50.455 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-01-24T01:53:50.456 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"07bcd718-ba5b-11ee-95b1-87774f69a715","modified":"2024-01-24T01:51:45.942632Z","created":"2024-01-24T01:51:45.942632Z","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":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:53:50.457 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2024-01-24T01:53:50.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: cluster 2024-01-24T01:53:49.394099+0000 mgr.smithi027.ahqzdk (mgr.14180) 9 : cluster 2024-01-24T01:53:50.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:53:50.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: audit 2024-01-24T01:53:49.529993+0000 mon.smithi027 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:53:50.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: audit 2024-01-24T01:53:50.083654+0000 mon.smithi027 (mon.0) 2024-01-24T01:53:50.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: 149 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:53:50.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: audit 2024-01-24T01:53:50 2024-01-24T01:53:50.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: .423140+0000 mon.smithi027 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:53:50.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: audit 2024-01- 2024-01-24T01:53:50.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: 24T01:53:50.423989+0000 mon.smithi027 (mon.0) 151 : 2024-01-24T01:53:50.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd/host:smithi173", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:53:50.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: audit 2024-01-24T01:53:50.425073 2024-01-24T01:53:50.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: +0000 mon.smithi027 (mon.0) 152 : 2024-01-24T01:53:50.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:53:50.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: audit 2024- 2024-01-24T01:53:50.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: 01-24T01:53:50.425973+0000 mon.smithi027 (mon.0 2024-01-24T01:53:50.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: ) 153 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:53:50.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: audit 2024-01-24 2024-01-24T01:53:50.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: T01:53:50.454920+0000 2024-01-24T01:53:50.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: mon.smithi027 (mon.0) 154 : audit 2024-01-24T01:53:50.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: [DBG] from='client.? 172.21.15.173:0/3306730553' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:53:50.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: audit 2024-01-24 2024-01-24T01:53:50.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: T01:53:50.472334+0000 mon.smithi027 ( 2024-01-24T01:53:50.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: mon.0) 155 : audit [INF] 2024-01-24T01:53:50.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:53:50.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: audit 2024-01-24T01:53:50.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: 2024-01-24T01:53 2024-01-24T01:53:50.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: :50.475762+0000 mon.smithi027 (mon 2024-01-24T01:53:50.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: .0) 156 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:53:50.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: 2024-01-24T01:53:50.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: audit 2024- 2024-01-24T01:53:50.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: 01-24T01:53:50 2024-01-24T01:53:50.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: .477547+0000 mon.smithi027 (mon.0 2024-01-24T01:53:50.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: ) 157 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi173", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T01:53:50.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: 2024-01-24T01:53:50.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: audit 2024-01-24T01:53:50.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: 2024-01-24T01:53:50 2024-01-24T01:53:50.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: .480150+0000 mon.smithi027 (mon. 2024-01-24T01:53:50.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: 0) 158 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi173", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-24T01:53:50.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: 2024-01-24T01:53:50.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: audit 2024- 2024-01-24T01:53:50.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: 01-24T01:53:50 2024-01-24T01:53:50.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: .480924+0000 mon.smithi027 (mon. 2024-01-24T01:53:50.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: 0) 159 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:53:50.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:50 smithi027 conmon[35362]: 2024-01-24T01:53:51.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:51 smithi027 conmon[35362]: cephadm 2024-01-24T01:53:50.427326+0000 mgr.smithi027.ahqzdk (mgr.14180) 10 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-01-24T01:53:51.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:51 smithi027 conmon[35362]: cephadm 2024- 2024-01-24T01:53:51.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:51 smithi027 conmon[35362]: 01-24T01:53:50.443331+0000 mgr.smithi027.ahqzdk (mgr.14180) 11 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.client.admin.keyring 2024-01-24T01:53:51.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:51 smithi027 conmon[35362]: cephadm 2024-01-24T01:53:50.481647+0000 mgr.smithi027.ahqzdk (mgr.14180) 12 : cephadm [INF] Deploying daemon crash.smithi173 on smithi173 2024-01-24T01:53:52.117 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:53:52.118 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:53:52.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:52 smithi027 conmon[35362]: cluster 2024-01-24T01:53:51.394422+0000 mgr.smithi027.ahqzdk (mgr.14180) 13 2024-01-24T01:53:52.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:52 smithi027 conmon[35362]: : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:53:54.355 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-01-24T01:53:54.355 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"07bcd718-ba5b-11ee-95b1-87774f69a715","modified":"2024-01-24T01:51:45.942632Z","created":"2024-01-24T01:51:45.942632Z","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":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:53:54.359 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2024-01-24T01:53:54.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:54 smithi027 conmon[35362]: cluster 2024-01-24T01:53:53.394789+0000 mgr.smithi027.ahqzdk (mgr.14180) 14 : cluster [DBG] 2024-01-24T01:53:54.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:54 smithi027 conmon[35362]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:53:54.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:54 smithi027 conmon[35362]: audit 2024-01-24T01:53:53.970772+0000 mon.smithi027 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:53:54.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:54 smithi027 conmon[35362]: audit 2024-01-24 2024-01-24T01:53:54.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:54 smithi027 conmon[35362]: T01:53:53.973100+0000 mon.smithi027 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi173.zvksgn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-24T01:53:54.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:54 smithi027 conmon[35362]: audit 2024-01-24T01:53:54.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:54 smithi027 conmon[35362]: 2024-01-24T01:53:53.975107+0000 mon.smithi027 (mon.0) 162 : audit [INF] 2024-01-24T01:53:54.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:54 smithi027 conmon[35362]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi173.zvksgn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-24T01:53:54.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:54 smithi027 conmon[35362]: audit 2024-01-24T01:53:53.975891+0000 mon.smithi027 ( 2024-01-24T01:53:54.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:54 smithi027 conmon[35362]: mon.0) 163 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-24T01:53:54.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:54 smithi027 conmon[35362]: audit 2024-01 2024-01-24T01:53:54.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:54 smithi027 conmon[35362]: -24T01:53:53.976862+0000 mon.smithi027 (mon.0) 2024-01-24T01:53:54.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:54 smithi027 conmon[35362]: 164 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:53:54.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:54 smithi027 conmon[35362]: audit 2024-01-24T01:53:54 2024-01-24T01:53:54.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:54 smithi027 conmon[35362]: .353936+0000 mon.smithi027 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.173:0/1713580322' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:53:54.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:54 smithi027 conmon[35362]: 2024-01-24T01:53:54.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:54 smithi027 conmon[35362]: audit 2024-01-24T01:53:54.533703+0000 mon.smithi027 ( 2024-01-24T01:53:54.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:54 smithi027 conmon[35362]: mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:53:55.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:55 smithi027 conmon[35362]: cephadm 2024-01-24T01:53:53.977544+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T01:53:55.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:55 smithi027 conmon[35362]: ) 15 : cephadm [INF] Deploying daemon mgr.smithi173.zvksgn on smithi173 2024-01-24T01:53:56.161 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:53:56.161 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:53:56.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:56 smithi027 conmon[35362]: cluster 2024-01-24T01:53:55.395152+0000 mgr.smithi027.ahqzdk (mgr.14180) 16 : cluster [DBG] 2024-01-24T01:53:56.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:56 smithi027 conmon[35362]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:53:56.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:56 smithi027 conmon[35362]: audit 2024-01-24T01:53:56.521190+0000 mon.smithi027 (mon.0) 167 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:53:56.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:56 smithi027 conmon[35362]: audit 2024-01-24T01:53:56.523321+0000 mon.smithi027 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-24T01:53:56.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:56 smithi027 conmon[35362]: audit 2024-01-24T 2024-01-24T01:53:56.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:56 smithi027 conmon[35362]: 01:53:56.524076+0000 mon.smithi027 (mon.0) 169 : audit [DBG] 2024-01-24T01:53:56.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:56 smithi027 conmon[35362]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:53:57.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:57 smithi027 conmon[35362]: cephadm 2024-01-24T01:53:56.524745+0000 mgr.smithi027.ahqzdk (mgr.14180) 17 : cephadm [INF] Deploying daemon mon.smithi173 on smithi173 2024-01-24T01:53:57.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:57 smithi027 conmon[35362]: 2024-01-24T01:53:58.225 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-01-24T01:53:58.225 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"07bcd718-ba5b-11ee-95b1-87774f69a715","modified":"2024-01-24T01:51:45.942632Z","created":"2024-01-24T01:51:45.942632Z","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":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T01:53:58.227 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2024-01-24T01:53:58.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:58 smithi027 conmon[35362]: cluster 2024-01-24T01:53:57.395417+0000 mgr.smithi027.ahqzdk (mgr.14180) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:53:58.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:58 smithi027 conmon[35362]: 2024-01-24T01:53:58.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:53:58 smithi027 conmon[35362]: audit 2024-01-24T01:53:58.224687+0000 mon.smithi027 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.173:0/315575524' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:53:59.970 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T01:53:59.970 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T01:54:00.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 systemd[1]: Starting Ceph mon.smithi173 for 07bcd718-ba5b-11ee-95b1-87774f69a715... 2024-01-24T01:54:00.738 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.610+0000 7fa12c0fe880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-24T01:54:00.739 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.610+0000 7fa12c0fe880 0 ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable), process ceph-mon, pid 7 2024-01-24T01:54:00.739 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.610+0000 7fa12c0fe880 0 pidfile_write: ignore empty --pid-file 2024-01-24T01:54:00.739 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 bash[40090]: cfbf13e3f4b22bd0d42873839417aeaa497f5f1497825a223ac413e507d5aded 2024-01-24T01:54:00.739 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.615+0000 7fa12c0fe880 0 load: jerasure load: lrc load: isa 2024-01-24T01:54:00.739 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 systemd[1]: Started Ceph mon.smithi173 for 07bcd718-ba5b-11ee-95b1-87774f69a715. 2024-01-24T01:54:00.739 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.615+0000 7fa12c0fe880 4 rocksdb: RocksDB version: 6.8.1 2024-01-24T01:54:00.739 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 2024-01-24T01:54:00.739 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-24T01:54:00.739 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Compile date Jan 11 2024 2024-01-24T01:54:00.739 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: DB SUMMARY 2024-01-24T01:54:00.739 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 2024-01-24T01:54:00.739 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: CURRENT file: CURRENT 2024-01-24T01:54:00.740 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 2024-01-24T01:54:00.740 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-24T01:54:00.740 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 2024-01-24T01:54:00.740 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-01-24T01:54:00.740 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 2024-01-24T01:54:00.740 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi173/store.db dir, Total Num: 0, files: 2024-01-24T01:54:00.740 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 2024-01-24T01:54:00.740 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi173/store.db: 000003.log size: 511 ; 2024-01-24T01:54:00.740 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 2024-01-24T01:54:00.740 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.error_if_exists: 0 2024-01-24T01:54:00.740 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.create_if_missing: 0 2024-01-24T01:54:00.740 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.paranoid_checks: 1 2024-01-24T01:54:00.740 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.env: 0x559485eeb080 2024-01-24T01:54:00.741 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.fs: Posix File System 2024-01-24T01:54:00.741 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.info_log: 0x559487f63d20 2024-01-24T01:54:00.741 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-24T01:54:00.741 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.statistics: (nil) 2024-01-24T01:54:00.741 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.use_fsync: 0 2024-01-24T01:54:00.741 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.max_log_file_size: 0 2024-01-24T01:54:00.741 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-24T01:54:00.741 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-24T01:54:00.741 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-24T01:54:00.741 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-24T01:54:00.741 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.allow_fallocate: 1 2024-01-24T01:54:00.741 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-24T01:54:00.741 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-24T01:54:00.741 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.use_direct_reads: 0 2024-01-24T01:54:00.741 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-24T01:54:00.742 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-24T01:54:00.742 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.db_log_dir: 2024-01-24T01:54:00.742 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi173/store.db 2024-01-24T01:54:00.742 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-24T01:54:00.742 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.max_subcompactions: 1 2024-01-24T01:54:00.742 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.max_background_flushes: -1 2024-01-24T01:54:00.742 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-24T01:54:00.742 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-24T01:54:00.742 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-24T01:54:00.742 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-24T01:54:00.742 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-24T01:54:00.742 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-24T01:54:00.742 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-24T01:54:00.742 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.write_buffer_manager: 0x559488bba480 2024-01-24T01:54:00.742 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-24T01:54:00.742 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-24T01:54:00.743 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-24T01:54:00.743 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-24T01:54:00.743 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-24T01:54:00.743 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-24T01:54:00.743 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-24T01:54:00.743 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-24T01:54:00.743 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-24T01:54:00.743 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.unordered_write: 0 2024-01-24T01:54:00.743 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-24T01:54:00.743 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-24T01:54:00.743 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-24T01:54:00.743 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-24T01:54:00.743 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.row_cache: None 2024-01-24T01:54:00.744 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.wal_filter: None 2024-01-24T01:54:00.744 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-24T01:54:00.744 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-24T01:54:00.744 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.preserve_deletes: 0 2024-01-24T01:54:00.744 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.two_write_queues: 0 2024-01-24T01:54:00.744 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-24T01:54:00.744 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.atomic_flush: 0 2024-01-24T01:54:00.744 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-24T01:54:00.744 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-24T01:54:00.744 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-24T01:54:00.744 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.log_readahead_size: 0 2024-01-24T01:54:00.744 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-24T01:54:00.744 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.max_background_jobs: 2 2024-01-24T01:54:00.744 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.max_background_compactions: -1 2024-01-24T01:54:00.744 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-24T01:54:00.745 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-24T01:54:00.746 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-24T01:54:00.746 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-24T01:54:00.746 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-24T01:54:00.746 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-24T01:54:00.746 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-24T01:54:00.746 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-24T01:54:00.746 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.max_open_files: -1 2024-01-24T01:54:00.746 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-24T01:54:00.746 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-24T01:54:00.746 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-24T01:54:00.746 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-24T01:54:00.747 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Compression algorithms supported: 2024-01-24T01:54:00.747 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-24T01:54:00.747 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: kZSTD supported: 0 2024-01-24T01:54:00.747 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: kXpressCompression supported: 0 2024-01-24T01:54:00.747 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-24T01:54:00.747 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: kLZ4Compression supported: 1 2024-01-24T01:54:00.747 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: kBZip2Compression supported: 0 2024-01-24T01:54:00.747 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: kZlibCompression supported: 1 2024-01-24T01:54:00.747 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: kSnappyCompression supported: 1 2024-01-24T01:54:00.747 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-24T01:54:00.747 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi173/store.db/MANIFEST-000001 2024-01-24T01:54:00.747 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 2024-01-24T01:54:00.747 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-24T01:54:00.747 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 2024-01-24T01:54:00.747 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-24T01:54:00.747 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.merge_operator: 2024-01-24T01:54:00.748 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.compaction_filter: None 2024-01-24T01:54:00.748 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-24T01:54:00.748 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-24T01:54:00.748 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-24T01:54:00.748 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559487f0dd28) 2024-01-24T01:54:00.748 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: cache_index_and_filter_blocks: 1 2024-01-24T01:54:00.748 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-24T01:54:00.748 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-24T01:54:00.748 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: pin_top_level_index_and_filter: 1 2024-01-24T01:54:00.748 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: index_type: 0 2024-01-24T01:54:00.748 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: data_block_index_type: 0 2024-01-24T01:54:00.748 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: index_shortening: 1 2024-01-24T01:54:00.748 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: data_block_hash_table_util_ratio: 0.750000 2024-01-24T01:54:00.748 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: hash_index_allow_collision: 1 2024-01-24T01:54:00.748 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: checksum: 1 2024-01-24T01:54:00.749 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: no_block_cache: 0 2024-01-24T01:54:00.749 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: block_cache: 0x559487f46f10 2024-01-24T01:54:00.749 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: block_cache_name: BinnedLRUCache 2024-01-24T01:54:00.749 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: block_cache_options: 2024-01-24T01:54:00.749 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: capacity : 536870912 2024-01-24T01:54:00.749 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: num_shard_bits : 4 2024-01-24T01:54:00.749 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: strict_capacity_limit : 0 2024-01-24T01:54:00.749 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: high_pri_pool_ratio: 0.000 2024-01-24T01:54:00.749 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: block_cache_compressed: (nil) 2024-01-24T01:54:00.749 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: persistent_cache: (nil) 2024-01-24T01:54:00.749 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: block_size: 4096 2024-01-24T01:54:00.749 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: block_size_deviation: 10 2024-01-24T01:54:00.749 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: block_restart_interval: 16 2024-01-24T01:54:00.749 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: index_block_restart_interval: 1 2024-01-24T01:54:00.749 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: metadata_block_size: 4096 2024-01-24T01:54:00.749 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: partition_filters: 0 2024-01-24T01:54:00.750 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: use_delta_encoding: 1 2024-01-24T01:54:00.750 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-24T01:54:00.750 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: whole_key_filtering: 1 2024-01-24T01:54:00.750 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: verify_compression: 0 2024-01-24T01:54:00.750 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: read_amp_bytes_per_bit: 0 2024-01-24T01:54:00.750 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: format_version: 2 2024-01-24T01:54:00.750 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: enable_index_compression: 1 2024-01-24T01:54:00.750 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: block_align: 0 2024-01-24T01:54:00.750 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 2024-01-24T01:54:00.750 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-24T01:54:00.750 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-24T01:54:00.750 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.compression: NoCompression 2024-01-24T01:54:00.750 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-24T01:54:00.750 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-24T01:54:00.750 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-24T01:54:00.750 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.num_levels: 7 2024-01-24T01:54:00.751 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-24T01:54:00.751 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-24T01:54:00.751 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-24T01:54:00.751 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-24T01:54:00.751 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-24T01:54:00.751 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-24T01:54:00.751 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-24T01:54:00.751 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-24T01:54:00.751 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-24T01:54:00.751 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-24T01:54:00.751 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-24T01:54:00.751 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-24T01:54:00.751 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-24T01:54:00.751 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-24T01:54:00.752 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-24T01:54:00.752 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-24T01:54:00.752 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-24T01:54:00.752 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-24T01:54:00.752 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-24T01:54:00.752 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-24T01:54:00.752 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-24T01:54:00.752 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-24T01:54:00.752 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-24T01:54:00.752 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-24T01:54:00.752 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-24T01:54:00.752 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-24T01:54:00.752 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-24T01:54:00.752 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-24T01:54:00.753 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-24T01:54:00.753 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-24T01:54:00.753 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-24T01:54:00.753 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-24T01:54:00.753 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-24T01:54:00.753 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-24T01:54:00.753 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-24T01:54:00.753 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-24T01:54:00.753 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-24T01:54:00.753 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-24T01:54:00.753 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-24T01:54:00.753 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-24T01:54:00.753 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-24T01:54:00.753 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-24T01:54:00.753 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-24T01:54:00.754 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-24T01:54:00.754 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-24T01:54:00.754 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-24T01:54:00.754 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-24T01:54:00.754 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.table_properties_collectors: 2024-01-24T01:54:00.754 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.inplace_update_support: 0 2024-01-24T01:54:00.754 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-24T01:54:00.754 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-24T01:54:00.754 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-24T01:54:00.754 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-24T01:54:00.754 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.bloom_locality: 0 2024-01-24T01:54:00.754 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.max_successive_merges: 0 2024-01-24T01:54:00.754 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-24T01:54:00.754 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-24T01:54:00.754 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-24T01:54:00.755 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-24T01:54:00.755 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.ttl: 2592000 2024-01-24T01:54:00.755 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.616+0000 7fa12c0fe880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-24T01:54:00.755 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.617+0000 7fa12c0fe880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi173/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-24T01:54:00.755 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 2024-01-24T01:54:00.755 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.617+0000 7fa12c0fe880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-24T01:54:00.755 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 2024-01-24T01:54:00.755 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.617+0000 7fa12c0fe880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706061240618510, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-01-24T01:54:00.755 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.617+0000 7fa12c0fe880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-01-24T01:54:00.755 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.617+0000 7fa12c0fe880 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-24T01:54:00.755 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.617+0000 7fa12c0fe880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706061240619024, "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": 1706061240, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-24T01:54:00.755 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.617+0000 7fa12c0fe880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-01-24T01:54:00.755 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 2024-01-24T01:54:00.755 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.618+0000 7fa12c0fe880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706061240619432, "job": 1, "event": "recovery_finished"} 2024-01-24T01:54:00.755 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.618+0000 7fa12c0fe880 4 rocksdb: DB pointer 0x559488011800 2024-01-24T01:54:00.756 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.619+0000 7fa112ef3700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-24T01:54:00.756 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.619+0000 7fa112ef3700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-24T01:54:00.756 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: ** DB Stats ** 2024-01-24T01:54:00.756 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T01:54:00.756 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 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-24T01:54:00.756 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-24T01:54:00.756 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T01:54:00.756 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 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-24T01:54:00.756 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-24T01:54:00.756 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T01:54:00.756 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 2024-01-24T01:54:00.756 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: ** Compaction Stats [default] ** 2024-01-24T01:54:00.756 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 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-24T01:54:00.756 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:54:00.756 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-01-24T01:54:00.756 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-01-24T01:54:00.757 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-01-24T01:54:00.757 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 2024-01-24T01:54:00.757 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: ** Compaction Stats [default] ** 2024-01-24T01:54:00.757 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 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-24T01:54:00.757 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:54:00.757 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-01-24T01:54:00.757 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T01:54:00.757 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T01:54:00.757 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T01:54:00.757 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T01:54:00.757 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T01:54:00.757 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: AddFile(Keys): cumulative 0, interval 0 2024-01-24T01:54:00.757 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: Cumulative compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T01:54:00.757 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: Interval compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T01:54:00.757 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 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-24T01:54:00.757 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 2024-01-24T01:54:00.758 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: ** File Read Latency Histogram By Level [default] ** 2024-01-24T01:54:00.758 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 2024-01-24T01:54:00.758 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: ** Compaction Stats [default] ** 2024-01-24T01:54:00.758 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 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-24T01:54:00.758 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:54:00.758 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-01-24T01:54:00.758 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-01-24T01:54:00.758 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 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-24T01:54:00.758 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 2024-01-24T01:54:00.758 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: ** Compaction Stats [default] ** 2024-01-24T01:54:00.758 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 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-24T01:54:00.758 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T01:54:00.758 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.9 0.00 0.00 1 0.000 0 0 2024-01-24T01:54:00.758 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T01:54:00.758 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T01:54:00.759 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T01:54:00.759 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T01:54:00.759 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T01:54:00.759 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: AddFile(Keys): cumulative 0, interval 0 2024-01-24T01:54:00.759 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: Cumulative compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T01:54:00.759 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 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-24T01:54:00.759 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 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-24T01:54:00.759 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 2024-01-24T01:54:00.759 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: ** File Read Latency Histogram By Level [default] ** 2024-01-24T01:54:00.759 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 2024-01-24T01:54:00.759 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.619+0000 7fa12c0fe880 0 mon.smithi173 does not exist in monmap, will attempt to join an existing cluster 2024-01-24T01:54:00.759 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.619+0000 7fa12c0fe880 0 using public_addr v2:172.21.15.173:0/0 -> [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] 2024-01-24T01:54:00.759 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.619+0000 7fa12c0fe880 0 starting mon.smithi173 rank -1 at public addrs [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] at bind addrs [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi173 fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 2024-01-24T01:54:00.759 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.620+0000 7fa12c0fe880 1 mon.smithi173@-1(???) e0 preinit fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 2024-01-24T01:54:00.759 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.647+0000 7fa1156f8700 0 mon.smithi173@-1(synchronizing).mds e1 new map 2024-01-24T01:54:00.759 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.647+0000 7fa1156f8700 0 mon.smithi173@-1(synchronizing).mds e1 print_map 2024-01-24T01:54:00.759 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: e1 2024-01-24T01:54:00.760 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-24T01:54:00.760 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 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-24T01:54:00.760 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: legacy client fscid: -1 2024-01-24T01:54:00.760 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 2024-01-24T01:54:00.760 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: No filesystems configured 2024-01-24T01:54:00.760 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 2024-01-24T01:54:00.760 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.647+0000 7fa1156f8700 1 mon.smithi173@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-01-24T01:54:00.760 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.648+0000 7fa1156f8700 1 mon.smithi173@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-01-24T01:54:00.760 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.648+0000 7fa1156f8700 1 mon.smithi173@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-01-24T01:54:00.760 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.648+0000 7fa1156f8700 1 mon.smithi173@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-01-24T01:54:00.760 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.648+0000 7fa1156f8700 1 mon.smithi173@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-01-24T01:54:00.760 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.648+0000 7fa1156f8700 1 mon.smithi173@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-01-24T01:54:00.760 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.648+0000 7fa1156f8700 1 mon.smithi173@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-01-24T01:54:00.760 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.650+0000 7fa1156f8700 0 mon.smithi173@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-24T01:54:00.761 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.650+0000 7fa1156f8700 0 mon.smithi173@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-24T01:54:00.761 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.650+0000 7fa1156f8700 0 mon.smithi173@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-24T01:54:00.761 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.650+0000 7fa1156f8700 0 mon.smithi173@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-24T01:54:00.761 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: cluster 2024-01 2024-01-24T01:54:00.761 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: -24T01:53:59.395777+0000 mgr.smithi027.ahqzdk (mgr.14180) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:00.761 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: audit 2024-01-24T 2024-01-24T01:54:00.761 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: 01:53:59.537450+0000 mon.smithi027 (mon.0) 171 : audit 2024-01-24T01:54:00.761 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:00.761 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:00 smithi173 conmon[40198]: debug 2024-01-24T01:54:00.650+0000 7fa1156f8700 1 mon.smithi173@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-24T01:54:00.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:00 smithi027 conmon[35362]: cluster 2024-01-24T01:53:59.395777+0000 mgr.smithi027.ahqzdk (mgr.14180) 19 : 2024-01-24T01:54:00.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:00 smithi027 conmon[35362]: cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:00.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:00 smithi027 conmon[35362]: audit 2024-01-24T01:53:59.537450+0000 mon.smithi027 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:06.043 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: audit 2024-01-24T01:54:00.662977+0000 mon.smithi027 (mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2024-01-24T01:54:06.043 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: audit 2024-01-24T01:54:00.663195+0000 mon.smithi027 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mon metadata", "id": "smithi173"}]: dispatch 2024-01-24T01:54:06.043 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: cluster 2024-01-24T01:54:00.663330+0000 mon.smithi027 (mon.0) 175 : cluster [INF] mon.smithi027 calling monitor election 2024-01-24T01:54:06.043 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: cluster 2024-01-24T01:54:01.396116+0000 mgr.smithi027.ahqzdk (mgr.14180) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:06.044 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: audit 2024-01-24T01:54:01.656822+0000 mon.smithi027 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mon metadata", "id": "smithi173"}]: dispatch 2024-01-24T01:54:06.044 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: audit 2024-01-24T01:54:02.175324+0000 mon.smithi027 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.173:0/3109619222' entity='mgr.smithi173.zvksgn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi173.zvksgn/crt"}]: dispatch 2024-01-24T01:54:06.044 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: audit 2024-01-24T01:54:02.656661+0000 mon.smithi027 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mon metadata", "id": "smithi173"}]: dispatch 2024-01-24T01:54:06.044 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: cluster 2024-01-24T01:54:02.658666+0000 mon.smithi173 (mon.1) 1 : cluster [INF] mon.smithi173 calling monitor election 2024-01-24T01:54:06.044 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: cluster 2024-01-24T01:54:03.396436+0000 mgr.smithi027.ahqzdk (mgr.14180) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:06.044 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: audit 2024-01-24T01:54:03.656924+0000 mon.smithi027 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mon metadata", "id": "smithi173"}]: dispatch 2024-01-24T01:54:06.045 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: audit 2024 2024-01-24T01:54:06.045 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: -01-24T01:54:04.657094+0000 mon.smithi027 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mon metadata", "id": "smithi173"}]: dispatch 2024-01-24T01:54:06.045 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: audit 2024-01-24T01:54:05.657051+0000 mon.smithi027 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mon metadata", "id": "smithi173"}]: dispatch 2024-01-24T01:54:06.045 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: cluster 2024-01-24T01:54:05.692204+0000 mon.smithi027 (mon.0) 182 : cluster [INF] mon.smithi027 is new leader, mons smithi027,smithi173 in quorum (ranks 0,1) 2024-01-24T01:54:06.045 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: cluster 2024-01-24T01:54:05.698027+0000 mon.smithi027 (mon.0) 183 : cluster [DBG] monmap e2: 2 mons at {smithi027=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0],smithi173=[v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0]} removed_ranks: {} 2024-01-24T01:54:06.045 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: cluster 2024-01-24 2024-01-24T01:54:06.046 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: T01:54:05.710003+0000 mon.smithi027 (mon.0) 184 : cluster [DBG] fsmap 2024-01-24T01:54:06.046 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: cluster 2024-01-24T01: 2024-01-24T01:54:06.046 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: 54:05.710056+0000 mon.smithi027 (mon.0) 185 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-24T01:54:06.046 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: 2024-01-24T01:54:06.046 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: cluster 2024-01 2024-01-24T01:54:06.046 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: -24T01:54:05.710296+0000 mon.smithi027 (mon.0) 186 : cluster 2024-01-24T01:54:06.047 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: [DBG] mgrmap e17: smithi027.ahqzdk(active, since 36s) 2024-01-24T01:54:06.047 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: cluster 2024-01-24T01:54:06.047 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: 2024-01-24T01:54:05.711419+0000 mon.smithi027 (mon.0 2024-01-24T01:54:06.047 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: ) 187 : cluster [DBG] Standby manager daemon smithi173.zvksgn started 2024-01-24T01:54:06.048 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: audit 2024-01-24T01:54: 2024-01-24T01:54:06.048 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: 05.712710+0000 mon.smithi027 (mon.0) 188 : audit 2024-01-24T01:54:06.048 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: [DBG] from='mgr.? 172.21.15.173:0/3109619222' entity='mgr.smithi173.zvksgn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-24T01:54:06.048 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: cluster 2024-01-24T01:54:05. 2024-01-24T01:54:06.049 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: 714710+0000 mon.smithi027 (mon.0) 189 : cluster [INF] 2024-01-24T01:54:06.049 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: overall HEALTH_OK 2024-01-24T01:54:06.049 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: audit 2024 2024-01-24T01:54:06.049 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: -01-24T01:54:05.715693+0000 mon.smithi027 (mon.0) 2024-01-24T01:54:06.049 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: 190 : audit [DBG] from='mgr.? 172.21.15.173:0/3109619222' entity='mgr.smithi173.zvksgn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi173.zvksgn/key"}]: dispatch 2024-01-24T01:54:06.049 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: audit 2024-01-24T01 2024-01-24T01:54:06.050 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: :54:05.716163+0000 mon.smithi027 (mon.0) 2024-01-24T01:54:06.050 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: 191 : audit [DBG] from='mgr.? 172.21.15.173:0/3109619222' entity='mgr.smithi173.zvksgn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-24T01:54:06.050 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: audit 2024-01-24T01:54:05. 2024-01-24T01:54:06.050 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: 719682+0000 mon.smithi027 (mon.0) 192 : audit [INF] 2024-01-24T01:54:06.050 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:05 smithi173 conmon[40198]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:06.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: audit 2024-01-24T01:54:00.662977+0000 mon.smithi027 (mon.0) 173 : audit [DBG] 2024-01-24T01:54:06.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mon metadata", "id": "smithi027"}]: dispatch 2024-01-24T01:54:06.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: audit 2024-01-24T01:54:00.663195+0000 mon.smithi027 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mon metadata", "id": "smithi173"}]: dispatch 2024-01-24T01:54:06.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: cluster 2024-01-24T01:54:06.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: 2024-01-24T01:54:00.663330+0000 mon.smithi027 (mon.0) 175 : cluster [INF] mon.smithi027 calling monitor election 2024-01-24T01:54:06.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: cluster 2024-01-24T01:54:01.396116+0000 2024-01-24T01:54:06.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:06.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: audit 2024-01-24T01:54:06.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: 2024-01-24T01:54:01.656822+0000 mon.smithi027 (mon. 2024-01-24T01:54:06.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: 0) 176 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mon metadata", "id": "smithi173"}]: dispatch 2024-01-24T01:54:06.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: audit 2024-01-24T01: 2024-01-24T01:54:06.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: 54:02.175324+0000 mon.smithi027 (mon.0) 177 : audit [DBG] 2024-01-24T01:54:06.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: from='mgr.? 172.21.15.173:0/3109619222' entity='mgr.smithi173.zvksgn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi173.zvksgn/crt"}]: dispatch 2024-01-24T01:54:06.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: audit 2024-01-24T01:54:02.656661 2024-01-24T01:54:06.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: +0000 mon.smithi027 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mon metadata", "id": "smithi173"}]: dispatch 2024-01-24T01:54:06.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: cluster 2024-01-24T01:54:06.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: 2024-01-24T01:54:02.658666+0000 mon.smithi173 (mon.1 2024-01-24T01:54:06.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: ) 1 : cluster [INF] mon.smithi173 calling monitor election 2024-01-24T01:54:06.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: cluster 2024-01- 2024-01-24T01:54:06.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: 24T01:54:03.396436+0000 mgr.smithi027.ahqzdk (mgr.14180) 21 2024-01-24T01:54:06.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:06.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: audit 2024-01-24T01:54 2024-01-24T01:54:06.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: :03.656924+0000 mon.smithi027 (mon.0) 179 : audit [DBG] 2024-01-24T01:54:06.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mon metadata", "id": "smithi173"}]: dispatch 2024-01-24T01:54:06.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: audit 2024-01-24T01:54:06.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: 2024-01-24T01:54:04.657094+0000 mon.smithi027 (mon.0) 180 : 2024-01-24T01:54:06.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mon metadata", "id": "smithi173"}]: dispatch 2024-01-24T01:54:06.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: audit 2024-01-24T01:54:05.657051+0000 mon.smithi027 ( 2024-01-24T01:54:06.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mon metadata", "id": "smithi173"}]: dispatch 2024-01-24T01:54:06.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: cluster 2024-01-24T 2024-01-24T01:54:06.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: 01:54:05.692204+0000 mon.smithi027 (mon.0) 182 : cluster 2024-01-24T01:54:06.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: [INF] mon.smithi027 is new leader, mons smithi027,smithi173 in quorum (ranks 0,1) 2024-01-24T01:54:06.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: cluster 2024-01-24T01:54:05. 2024-01-24T01:54:06.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: 698027+0000 mon.smithi027 (mon.0) 183 : cluster [DBG] monmap e2: 2 mons at {smithi027=[v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0],smithi173=[v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0]} removed_ranks: {} 2024-01-24T01:54:06.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: 2024-01-24T01:54:06.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: cluster 2024-01-24T01:54:06.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: 2024-01-24T01:54:05.710003+0000 mon.smithi027 (mon.0) 184 2024-01-24T01:54:06.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: : cluster [DBG] fsmap 2024-01-24T01:54:06.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: cluster 2024-01-24T01:54:05 2024-01-24T01:54:06.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: .710056+0000 mon.smithi027 (mon.0) 185 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-24T01:54:06.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: cluster 2024-01-24T01:54:06.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: 2024-01-24T01:54:05.710296+0000 mon.smithi027 (mon. 2024-01-24T01:54:06.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: 0) 186 : cluster [DBG] mgrmap e17: smithi027.ahqzdk(active, since 36s) 2024-01-24T01:54:06.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: cluster 2024-01-24T 2024-01-24T01:54:06.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: 01:54:05.711419+0000 mon.smithi027 (mon.0) 187 : 2024-01-24T01:54:06.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: cluster [DBG] Standby manager daemon smithi173.zvksgn started 2024-01-24T01:54:06.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: audit 2024-01-24T01:54:05 2024-01-24T01:54:06.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: .712710+0000 mon.smithi027 (mon.0) 188 : audit [DBG] from='mgr.? 172.21.15.173:0/3109619222' entity='mgr.smithi173.zvksgn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-24T01:54:06.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: 2024-01-24T01:54:06.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: cluster 2024-01-24T01:54:06.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: 2024-01-24T01:54:05.714710+0000 mon.smithi027 (mon.0) 189 : cluster 2024-01-24T01:54:06.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: [INF] overall HEALTH_OK 2024-01-24T01:54:06.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: audit 2024-01-24T01:54:05 2024-01-24T01:54:06.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: .715693+0000 mon.smithi027 (mon.0) 190 : audit [DBG] 2024-01-24T01:54:06.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: from='mgr.? 172.21.15.173:0/3109619222' entity='mgr.smithi173.zvksgn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi173.zvksgn/key"}]: dispatch 2024-01-24T01:54:06.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: audit 2024-01-24T01:54:05.716163+0000 mon.smithi027 2024-01-24T01:54:06.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.173:0/3109619222' entity='mgr.smithi173.zvksgn' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-24T01:54:06.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: audit 2024- 2024-01-24T01:54:06.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: 01-24T01:54:05.719682+0000 mon.smithi027 (mon.0 2024-01-24T01:54:06.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:05 smithi027 conmon[35362]: ) 192 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:06.628 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-01-24T01:54:06.631 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":2,"fsid":"07bcd718-ba5b-11ee-95b1-87774f69a715","modified":"2024-01-24T01:54:00.657707Z","created":"2024-01-24T01:51:45.942632Z","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":"smithi027","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:3300","nonce":0},{"type":"v1","addr":"172.21.15.27:6789","nonce":0}]},"addr":"172.21.15.27:6789/0","public_addr":"172.21.15.27:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi173","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:3300","nonce":0},{"type":"v1","addr":"172.21.15.173:6789","nonce":0}]},"addr":"172.21.15.173:6789/0","public_addr":"172.21.15.173:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-24T01:54:06.632 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 2 2024-01-24T01:54:06.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:06 smithi173 conmon[40198]: cluster 2024-01-24T01:54:05.396699+0000 mgr.smithi027.ahqzdk (mgr.14180) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:06.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:06 smithi173 conmon[40198]: cephadm 2024-01-24 2024-01-24T01:54:06.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:06 smithi173 conmon[40198]: T01:54:05.721544+0000 mgr.smithi027.ahqzdk (mgr.14180) 23 : cephadm [INF] Deploying daemon node-exporter.smithi173 on smithi173 2024-01-24T01:54:06.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:06 smithi173 conmon[40198]: cluster 2024-01-24T01:54:05.772394+0000 mon.smithi027 (mon.0) 193 : cluster [DBG] mgrmap e18: smithi027.ahqzdk(active, since 36s), standbys: smithi173.zvksgn 2024-01-24T01:54:06.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:06 smithi173 conmon[40198]: audit 2024-01-24T01:54:05.772570+0000 mon.smithi027 (mon.0) 194 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mgr metadata", "who": "smithi173.zvksgn", "id": "smithi173.zvksgn"}]: dispatch 2024-01-24T01:54:06.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:06 smithi173 conmon[40198]: audit 2024-01-24T01:54:06.626418+0000 mon.smithi027 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.173:0/3760913984' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:54:06.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:06 smithi173 conmon[40198]: audit 2024-01-24T01:54:06.657195+0000 mon.smithi027 (mon.0) 196 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mon metadata", "id": "smithi173"}]: dispatch 2024-01-24T01:54:07.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:06 smithi027 conmon[35362]: cluster 2024-01-24T01:54:05.396699+0000 mgr.smithi027.ahqzdk (mgr.14180) 22 : cluster [DBG] 2024-01-24T01:54:07.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:06 smithi027 conmon[35362]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:07.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:06 smithi027 conmon[35362]: cephadm 2024-01-24T01:54:05.721544+0000 mgr.smithi027.ahqzdk (mgr.14180) 23 : cephadm [INF] Deploying daemon node-exporter.smithi173 on smithi173 2024-01-24T01:54:07.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:06 smithi027 conmon[35362]: cluster 2024-01-24T01:54:05.772394+0000 mon.smithi027 (mon.0) 193 : cluster [DBG] mgrmap e18: smithi027.ahqzdk(active, since 36s), standbys: smithi173.zvksgn 2024-01-24T01:54:07.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:06 smithi027 conmon[35362]: audit 2024-01-24T01 2024-01-24T01:54:07.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:06 smithi027 conmon[35362]: :54:05.772570+0000 mon.smithi027 (mon.0) 194 : audit [DBG] 2024-01-24T01:54:07.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:06 smithi027 conmon[35362]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mgr metadata", "who": "smithi173.zvksgn", "id": "smithi173.zvksgn"}]: dispatch 2024-01-24T01:54:07.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:06 smithi027 conmon[35362]: audit 2024-01-24T01:54:06.626418+0000 mon.smithi027 (mon.0) 195 2024-01-24T01:54:07.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:06 smithi027 conmon[35362]: : audit [DBG] from='client.? 172.21.15.173:0/3760913984' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T01:54:07.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:06 smithi027 conmon[35362]: audit 2024-01-24T01:54 2024-01-24T01:54:07.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:06 smithi027 conmon[35362]: :06.657195+0000 mon.smithi027 (mon.0) 196 : audit [DBG] 2024-01-24T01:54:07.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:06 smithi027 conmon[35362]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mon metadata", "id": "smithi173"}]: dispatch 2024-01-24T01:54:07.178 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-24T01:54:07.178 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph config generate-minimal-conf 2024-01-24T01:54:08.993 INFO:teuthology.orchestra.run.smithi027.stdout:# minimal ceph.conf for 07bcd718-ba5b-11ee-95b1-87774f69a715 2024-01-24T01:54:08.993 INFO:teuthology.orchestra.run.smithi027.stdout:[global] 2024-01-24T01:54:08.993 INFO:teuthology.orchestra.run.smithi027.stdout: fsid = 07bcd718-ba5b-11ee-95b1-87774f69a715 2024-01-24T01:54:08.993 INFO:teuthology.orchestra.run.smithi027.stdout: mon_host = [v2:172.21.15.27:3300/0,v1:172.21.15.27:6789/0] [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] 2024-01-24T01:54:09.076 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:08 smithi173 conmon[40198]: cluster 2024-01-24T01:54:07.396951+0000 mgr.smithi027.ahqzdk (mgr.14180) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:09.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:08 smithi027 conmon[35362]: cluster 2024-01-24T01:54:07.396951+0000 mgr.smithi027.ahqzdk (mgr.14180) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:09.593 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-24T01:54:09.594 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-01-24T01:54:09.594 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/ceph/ceph.conf 2024-01-24T01:54:09.625 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-01-24T01:54:09.625 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-24T01:54:09.693 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-01-24T01:54:09.693 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/ceph/ceph.conf 2024-01-24T01:54:09.724 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-01-24T01:54:09.724 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-24T01:54:09.794 INFO:tasks.cephadm:Deploying OSDs... 2024-01-24T01:54:09.794 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-01-24T01:54:09.794 DEBUG:teuthology.orchestra.run.smithi027:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T01:54:09.812 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-24T01:54:09.812 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/nvme1n1 2024-01-24T01:54:09.870 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/nvme1n1 2024-01-24T01:54:09.872 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T01:54:09.873 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 6h/6d Inode: 202507 Links: 1 Device type: 103,1 2024-01-24T01:54:09.873 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T01:54:09.873 INFO:teuthology.orchestra.run.smithi027.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-24T01:54:09.873 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2024-01-24 01:52:49.205424405 +0000 2024-01-24T01:54:09.873 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2024-01-24 01:51:00.586223003 +0000 2024-01-24T01:54:09.873 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2024-01-24 01:51:00.586223003 +0000 2024-01-24T01:54:09.873 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2024-01-24T01:54:09.873 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-24T01:54:09.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:09 smithi027 conmon[35362]: audit 2024-01-24T01:54:08.992680+0000 mon.smithi027 2024-01-24T01:54:09.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:09 smithi027 conmon[35362]: (mon.0) 197 : audit [DBG] from='client.? 172.21.15.27:0/2890660792' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:54:09.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:09 smithi027 conmon[35362]: audit 2024-01-24T01:54:09.150466+0000 mon.smithi027 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:09.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:09 smithi027 conmon[35362]: audit 2024-01-24T01:54:09.151837+0000 mon.smithi027 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:54:09.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:09 smithi027 conmon[35362]: audit 2024-01-24T01:54:09.542851+0000 mon.smithi027 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:09.933 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2024-01-24T01:54:09.933 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2024-01-24T01:54:09.934 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000226482 s, 2.3 MB/s 2024-01-24T01:54:09.935 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-24T01:54:09.994 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/nvme2n1 2024-01-24T01:54:10.053 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/nvme2n1 2024-01-24T01:54:10.053 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T01:54:10.053 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 6h/6d Inode: 202598 Links: 1 Device type: 103,2 2024-01-24T01:54:10.053 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T01:54:10.053 INFO:teuthology.orchestra.run.smithi027.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-24T01:54:10.053 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2024-01-24 01:52:49.216424122 +0000 2024-01-24T01:54:10.054 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2024-01-24 01:51:00.741219009 +0000 2024-01-24T01:54:10.054 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2024-01-24 01:51:00.741219009 +0000 2024-01-24T01:54:10.054 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2024-01-24T01:54:10.054 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-24T01:54:10.120 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2024-01-24T01:54:10.120 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2024-01-24T01:54:10.120 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000224748 s, 2.3 MB/s 2024-01-24T01:54:10.121 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-24T01:54:10.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:09 smithi173 conmon[40198]: audit 2024-01-24T01:54:08.992680+0000 mon.smithi027 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.27:0/2890660792' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:54:10.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:09 smithi173 conmon[40198]: audit 2024-01-24T01:54:09.150466+0000 mon.smithi027 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:10.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:09 smithi173 conmon[40198]: audit 2024-01-24T01:54:09.151837+0000 mon.smithi027 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:54:10.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:09 smithi173 conmon[40198]: audit 2024-01-24T01:54:09.542851+0000 mon.smithi027 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:10.180 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/nvme3n1 2024-01-24T01:54:10.237 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/nvme3n1 2024-01-24T01:54:10.237 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T01:54:10.237 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 6h/6d Inode: 202724 Links: 1 Device type: 103,3 2024-01-24T01:54:10.238 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T01:54:10.238 INFO:teuthology.orchestra.run.smithi027.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-24T01:54:10.238 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2024-01-24 01:52:49.227423838 +0000 2024-01-24T01:54:10.238 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2024-01-24 01:51:00.896215014 +0000 2024-01-24T01:54:10.238 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2024-01-24 01:51:00.896215014 +0000 2024-01-24T01:54:10.238 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2024-01-24T01:54:10.238 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-24T01:54:10.304 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2024-01-24T01:54:10.304 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2024-01-24T01:54:10.304 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.000218526 s, 2.3 MB/s 2024-01-24T01:54:10.305 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-24T01:54:10.364 DEBUG:teuthology.orchestra.run.smithi027:> stat /dev/nvme4n1 2024-01-24T01:54:10.422 INFO:teuthology.orchestra.run.smithi027.stdout: File: /dev/nvme4n1 2024-01-24T01:54:10.422 INFO:teuthology.orchestra.run.smithi027.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T01:54:10.422 INFO:teuthology.orchestra.run.smithi027.stdout:Device: 6h/6d Inode: 202978 Links: 1 Device type: 103,4 2024-01-24T01:54:10.422 INFO:teuthology.orchestra.run.smithi027.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T01:54:10.422 INFO:teuthology.orchestra.run.smithi027.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-24T01:54:10.422 INFO:teuthology.orchestra.run.smithi027.stdout:Access: 2024-01-24 01:52:49.237423581 +0000 2024-01-24T01:54:10.422 INFO:teuthology.orchestra.run.smithi027.stdout:Modify: 2024-01-24 01:51:01.051211020 +0000 2024-01-24T01:54:10.422 INFO:teuthology.orchestra.run.smithi027.stdout:Change: 2024-01-24 01:51:01.051211020 +0000 2024-01-24T01:54:10.422 INFO:teuthology.orchestra.run.smithi027.stdout: Birth: - 2024-01-24T01:54:10.422 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-24T01:54:10.488 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records in 2024-01-24T01:54:10.488 INFO:teuthology.orchestra.run.smithi027.stderr:1+0 records out 2024-01-24T01:54:10.489 INFO:teuthology.orchestra.run.smithi027.stderr:512 bytes copied, 0.00025497 s, 2.0 MB/s 2024-01-24T01:54:10.489 DEBUG:teuthology.orchestra.run.smithi027:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-24T01:54:10.549 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-01-24T01:54:10.549 DEBUG:teuthology.orchestra.run.smithi173:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T01:54:10.567 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-24T01:54:10.567 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/nvme1n1 2024-01-24T01:54:10.626 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/nvme1n1 2024-01-24T01:54:10.626 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T01:54:10.626 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 6h/6d Inode: 201265 Links: 1 Device type: 103,1 2024-01-24T01:54:10.626 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T01:54:10.626 INFO:teuthology.orchestra.run.smithi173.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-24T01:54:10.626 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2024-01-24 01:53:48.717439246 +0000 2024-01-24T01:54:10.626 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2024-01-24 01:51:02.249082937 +0000 2024-01-24T01:54:10.626 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2024-01-24 01:51:02.249082937 +0000 2024-01-24T01:54:10.626 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2024-01-24T01:54:10.627 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-24T01:54:10.692 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2024-01-24T01:54:10.692 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2024-01-24T01:54:10.692 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000294169 s, 1.7 MB/s 2024-01-24T01:54:10.693 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-24T01:54:10.752 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/nvme2n1 2024-01-24T01:54:10.809 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/nvme2n1 2024-01-24T01:54:10.809 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T01:54:10.809 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 6h/6d Inode: 206925 Links: 1 Device type: 103,2 2024-01-24T01:54:10.809 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T01:54:10.809 INFO:teuthology.orchestra.run.smithi173.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-24T01:54:10.810 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2024-01-24 01:53:48.729438983 +0000 2024-01-24T01:54:10.810 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2024-01-24 01:51:02.402079581 +0000 2024-01-24T01:54:10.810 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2024-01-24 01:51:02.402079581 +0000 2024-01-24T01:54:10.810 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2024-01-24T01:54:10.810 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-24T01:54:10.875 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2024-01-24T01:54:10.876 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2024-01-24T01:54:10.876 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000245265 s, 2.1 MB/s 2024-01-24T01:54:10.877 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-24T01:54:10.935 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/nvme3n1 2024-01-24T01:54:10.992 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/nvme3n1 2024-01-24T01:54:10.992 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T01:54:10.993 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 6h/6d Inode: 207006 Links: 1 Device type: 103,3 2024-01-24T01:54:10.993 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T01:54:10.993 INFO:teuthology.orchestra.run.smithi173.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-24T01:54:10.993 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2024-01-24 01:53:48.740438743 +0000 2024-01-24T01:54:10.993 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2024-01-24 01:51:02.554076247 +0000 2024-01-24T01:54:10.993 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2024-01-24 01:51:02.554076247 +0000 2024-01-24T01:54:10.993 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2024-01-24T01:54:10.993 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-24T01:54:11.053 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: cluster 2024-01-24T01:54: 2024-01-24T01:54:11.053 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: 09.397288+0000 mgr.smithi027.ahqzdk (mgr.14180) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:11.053 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: audit 2024-01-24T01:54:10.534572 2024-01-24T01:54:11.053 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: +0000 mon.smithi027 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:11.053 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: audit 2024- 2024-01-24T01:54:11.053 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: 01-24T01:54:10.535334+0000 mon.smithi027 (mon 2024-01-24T01:54:11.053 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: .0) 202 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:54:11.053 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: audit 2024-01 2024-01-24T01:54:11.053 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: -24T01:54:10.536102+0000 mon.smithi027 (mon 2024-01-24T01:54:11.053 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: .0) 203 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:54:11.054 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: audit 2024-01 2024-01-24T01:54:11.054 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: -24T01:54:10.563961+0000 mon.smithi027 (mon 2024-01-24T01:54:11.054 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: .0) 204 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:11.054 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: audit 2024-01-24T01:54:11.054 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: 2024-01-24T01:54: 2024-01-24T01:54:11.054 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: 10.590284+0000 mon.smithi027 (mon.0) 205 : audit 2024-01-24T01:54:11.054 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:11.054 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: audit 2024 2024-01-24T01:54:11.054 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: -01-24T01:54:10.593132+0000 mon.smithi027 2024-01-24T01:54:11.054 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:11.054 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: audit 2024 2024-01-24T01:54:11.054 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: -01-24T01:54:10.595973+0000 mon.smithi027 2024-01-24T01:54:11.054 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-24T01:54:11.054 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: audit 2024-01-24T01:54:11.055 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: 2024-01-24T01:54:10.596562+0000 mon.smithi027 2024-01-24T01:54:11.055 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-24T01:54:11.055 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: audit 2024 2024-01-24T01:54:11.055 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: -01-24T01:54:10.597088+0000 mon.smithi027 2024-01-24T01:54:11.055 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:10 smithi027 conmon[35362]: (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:54:11.056 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:10 smithi173 conmon[40198]: cluster 2024-01-24T01:54:09.397288+0000 mgr.smithi027.ahqzdk (mgr.14180) 25 2024-01-24T01:54:11.056 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:10 smithi173 conmon[40198]: : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:11.056 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:10 smithi173 conmon[40198]: audit 2024-01-24T01:54:10.534572+0000 mon.smithi027 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:11.056 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:10 smithi173 conmon[40198]: audit 2024-01-24T01:54:10.535334+0000 mon.smithi027 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:54:11.056 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:10 smithi173 conmon[40198]: audit 2024-01-24T01:54:10.536102+0000 mon.smithi027 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:54:11.056 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:10 smithi173 conmon[40198]: audit 2024-01-24T01:54:10.563961+0000 mon.smithi027 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:11.056 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:10 smithi173 conmon[40198]: audit 2024-01-24T01:54:10.590284+0000 mon.smithi027 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:11.056 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:10 smithi173 conmon[40198]: audit 2024-01-24 2024-01-24T01:54:11.056 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:10 smithi173 conmon[40198]: T01:54:10.593132+0000 mon.smithi027 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:11.056 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:10 smithi173 conmon[40198]: audit 2024-01-24T01:54:10.595973+0000 mon.smithi027 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-24T01:54:11.057 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:10 smithi173 conmon[40198]: audit 2024-01-24T01 2024-01-24T01:54:11.057 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:10 smithi173 conmon[40198]: :54:10.596562+0000 mon.smithi027 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-24T01:54:11.057 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:10 smithi173 conmon[40198]: audit 2024-01-24 2024-01-24T01:54:11.057 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:10 smithi173 conmon[40198]: T01:54:10.597088+0000 mon.smithi027 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:54:11.058 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2024-01-24T01:54:11.058 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2024-01-24T01:54:11.058 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.00019554 s, 2.6 MB/s 2024-01-24T01:54:11.059 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-24T01:54:11.118 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/nvme4n1 2024-01-24T01:54:11.175 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/nvme4n1 2024-01-24T01:54:11.175 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T01:54:11.175 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 6h/6d Inode: 207058 Links: 1 Device type: 103,4 2024-01-24T01:54:11.175 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T01:54:11.175 INFO:teuthology.orchestra.run.smithi173.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-24T01:54:11.175 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2024-01-24 01:53:48.750438524 +0000 2024-01-24T01:54:11.175 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2024-01-24 01:51:02.704072958 +0000 2024-01-24T01:54:11.176 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2024-01-24 01:51:02.704072958 +0000 2024-01-24T01:54:11.176 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2024-01-24T01:54:11.176 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-24T01:54:11.240 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2024-01-24T01:54:11.241 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2024-01-24T01:54:11.241 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000224919 s, 2.3 MB/s 2024-01-24T01:54:11.242 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-24T01:54:11.299 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-24T01:54:12.081 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:11 smithi173 conmon[40198]: cephadm 2024-01-24T01:54:10.537086+0000 mgr.smithi027.ahqzdk (mgr.14180) 26 2024-01-24T01:54:12.081 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:11 smithi173 conmon[40198]: : cephadm [INF] Updating smithi027:/etc/ceph/ceph.conf 2024-01-24T01:54:12.081 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:11 smithi173 conmon[40198]: cephadm 2024-01-24T01:54:10.537330+0000 mgr.smithi027.ahqzdk (mgr.14180) 27 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-01-24T01:54:12.081 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:11 smithi173 conmon[40198]: cephadm 2024-01-24T01:54:10.595738+0000 mgr.smithi027.ahqzdk (mgr.14180) 28 : cephadm [INF] Reconfiguring mon.smithi027 (unknown last config time)... 2024-01-24T01:54:12.081 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:11 smithi173 conmon[40198]: cephadm 2024-01-24T01:54:10.597575+0000 mgr.smithi027.ahqzdk (mgr.14180) 29 : cephadm [INF] Reconfiguring daemon mon.smithi027 on smithi027 2024-01-24T01:54:12.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:11 smithi027 conmon[35362]: cephadm 2024-01-24T01:54:10.537086+0000 mgr.smithi027.ahqzdk (mgr.14180) 26 : cephadm [INF] Updating smithi027:/etc/ceph/ceph.conf 2024-01-24T01:54:12.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:11 smithi027 conmon[35362]: cephadm 2024-01-24T01:54:10.537330+0000 mgr.smithi027.ahqzdk (mgr.14180) 27 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-01-24T01:54:12.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:11 smithi027 conmon[35362]: cephadm 2024-01-24T01:54:10.595738+0000 mgr.smithi027.ahqzdk (mgr.14180) 28 : cephadm [INF] Reconfiguring mon.smithi027 (unknown last config time)... 2024-01-24T01:54:12.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:11 smithi027 conmon[35362]: cephadm 2024-01-24T01:54:10.597575+0000 mgr.smithi027.ahqzdk (mgr.14180) 29 : cephadm [INF] Reconfiguring daemon mon.smithi027 on smithi027 2024-01-24T01:54:12.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:12 smithi027 conmon[35362]: cluster 2024-01-24T01:54:11.397718+0000 2024-01-24T01:54:12.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:12 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:12.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:12 smithi027 conmon[35362]: audit 2024-01-24T01:54:11.817290+0000 mon.smithi027 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:12.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:12 smithi027 conmon[35362]: cephadm 2024-01-24T01:54:11.817879+0000 mgr.smithi027.ahqzdk (mgr.14180) 31 : cephadm [INF] Reconfiguring mgr.smithi027.ahqzdk (unknown last config time)... 2024-01-24T01:54:12.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:12 smithi027 conmon[35362]: audit 2024-01-24T01:54:11.818115+0000 mon.smithi027 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi027.ahqzdk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-24T01:54:12.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:12 smithi027 conmon[35362]: audit 2024-01-24T01:54:11.818749+0000 mon.smithi027 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-24T01:54:12.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:12 smithi027 conmon[35362]: audit 2024-01-24T01:54:11.819248+0000 mon.smithi027 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:54:12.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:12 smithi027 conmon[35362]: cephadm 2024-01-24T01:54:11.819736+0000 mgr.smithi027.ahqzdk (mgr.14180) 32 : cephadm [INF] Reconfiguring daemon mgr.smithi027.ahqzdk on smithi027 2024-01-24T01:54:12.975 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:12 smithi173 conmon[40198]: cluster 2024-01-24T01:54:11.397718+0000 mgr.smithi027.ahqzdk (mgr.14180) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:12.975 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:12 smithi173 conmon[40198]: audit 2024-01-24T01:54:11.817290+0000 mon.smithi027 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:12.975 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:12 smithi173 conmon[40198]: cephadm 2024-01-24T01:54:11.817879+0000 mgr.smithi027.ahqzdk (mgr.14180) 31 : cephadm [INF] Reconfiguring mgr.smithi027.ahqzdk (unknown last config time)... 2024-01-24T01:54:12.975 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:12 smithi173 conmon[40198]: audit 2024-01-24T01:54:11.818115+0000 mon.smithi027 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi027.ahqzdk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-24T01:54:12.975 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:12 smithi173 conmon[40198]: audit 2024-01-24T01:54:11.818749+0000 mon.smithi027 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-24T01:54:12.975 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:12 smithi173 conmon[40198]: audit 2024-01-24T01:54:11.819248+0000 mon.smithi027 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:54:12.975 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:12 smithi173 conmon[40198]: cephadm 2024-01-24T01:54:11.819736+0000 mgr.smithi027.ahqzdk (mgr.14180) 32 : cephadm [INF] Reconfiguring daemon mgr.smithi027.ahqzdk on smithi027 2024-01-24T01:54:13.333 INFO:teuthology.orchestra.run.smithi173.stdout:Scheduled osd.all-available-devices update... 2024-01-24T01:54:13.962 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-24T01:54:13.962 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:54:14.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:14 smithi027 conmon[35362]: audit 2024-01-24T01:54:13.030952+0000 mon.smithi027 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:14.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:14 smithi027 conmon[35362]: cephadm 2024-01-24T01:54:13.031644+0000 mgr.smithi027.ahqzdk (mgr.14180) 33 : cephadm [INF] Reconfiguring alertmanager.smithi027 (dependencies changed)... 2024-01-24T01:54:14.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:14 smithi027 conmon[35362]: cephadm 2024-01-24T01:54:13.038505+0000 mgr.smithi027.ahqzdk (mgr.14180) 34 : cephadm [INF] Reconfiguring daemon alertmanager.smithi027 on smithi027 2024-01-24T01:54:14.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:14 smithi027 conmon[35362]: audit 2024-01-24T01:54:13.328461+0000 mgr.smithi027.ahqzdk (mgr.14180) 35 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:54:14.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:14 smithi027 conmon[35362]: cephadm 2024-01-24T01:54:13.329822+0000 mgr.smithi027.ahqzdk (mgr.14180) 36 : cephadm [INF] Marking host: smithi027 for OSDSpec preview refresh. 2024-01-24T01:54:14.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:14 smithi027 conmon[35362]: cephadm 2024-01-24T01:54:13.329877+0000 mgr.smithi027.ahqzdk (mgr.14180) 37 : cephadm [INF] Marking host: smithi173 for OSDSpec preview refresh. 2024-01-24T01:54:14.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:14 smithi027 conmon[35362]: cephadm 2024-01-24T01:54:13.330136+0000 2024-01-24T01:54:14.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:14 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 38 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-24T01:54:14.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:14 smithi027 conmon[35362]: audit 2024-01-24T01:54:13.333224+0000 mon.smithi027 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:14.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:14 smithi027 conmon[35362]: cluster 2024-01-24T01:54:13.398091+0000 mgr.smithi027.ahqzdk 2024-01-24T01:54:14.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:14 smithi027 conmon[35362]: (mgr.14180) 39 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:14.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:14 smithi173 conmon[40198]: audit 2024-01-24T01:54:13.030952+0000 mon.smithi027 (mon.0) 214 2024-01-24T01:54:14.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:14 smithi173 conmon[40198]: : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:14.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:14 smithi173 conmon[40198]: cephadm 2024-01-24T01:54:13.031644+0000 mgr.smithi027.ahqzdk (mgr.14180) 33 : cephadm [INF] Reconfiguring alertmanager.smithi027 (dependencies changed)... 2024-01-24T01:54:14.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:14 smithi173 conmon[40198]: cephadm 2024-01-24T01:54:13.038505+0000 mgr.smithi027.ahqzdk (mgr.14180) 34 : cephadm [INF] Reconfiguring daemon alertmanager.smithi027 on smithi027 2024-01-24T01:54:14.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:14 smithi173 conmon[40198]: audit 2024-01-24T01:54:13.328461+0000 mgr.smithi027.ahqzdk (mgr.14180) 35 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:54:14.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:14 smithi173 conmon[40198]: cephadm 2024-01-24T01:54:13.329822+0000 mgr.smithi027.ahqzdk (mgr.14180) 36 : cephadm [INF] Marking host: smithi027 for OSDSpec preview refresh. 2024-01-24T01:54:14.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:14 smithi173 conmon[40198]: cephadm 2024-01-24T01:54:13.329877+0000 mgr.smithi027.ahqzdk (mgr.14180) 37 : cephadm [INF] Marking host: smithi173 for OSDSpec preview refresh. 2024-01-24T01:54:14.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:14 smithi173 conmon[40198]: cephadm 2024-01-24T01:54:13.330136+0000 mgr.smithi027.ahqzdk (mgr.14180) 38 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-24T01:54:14.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:14 smithi173 conmon[40198]: audit 2024-01-24T01:54:13.333224+0000 mon.smithi027 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:14.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:14 smithi173 conmon[40198]: cluster 2024-01-24T01:54:13.398091+0000 mgr.smithi027.ahqzdk (mgr.14180) 39 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:16.310 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:54:16.761 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:16 smithi027 conmon[35362]: cluster 2024-01-24T01:54:15.398452+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T01:54:16.761 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:16 smithi027 conmon[35362]: .14180) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:16.761 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:16 smithi027 conmon[35362]: audit 2024-01-24T01:54:16.309289+0000 mon.smithi027 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.27:0/3027155214' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:54:16.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:16 smithi173 conmon[40198]: cluster 2024-01-24T01:54:15.398452+0000 mgr.smithi027.ahqzdk (mgr.14180) 40 : cluster 2024-01-24T01:54:16.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:16 smithi173 conmon[40198]: [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:16.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:16 smithi173 conmon[40198]: audit 2024-01-24T01:54:16.309289+0000 mon.smithi027 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.27:0/3027155214' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:54:17.193 INFO:teuthology.orchestra.run.smithi027.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-24T01:54:18.194 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:54:18.480 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:18 smithi027 conmon[35362]: cluster 2024-01-24T01:54:17.398734 2024-01-24T01:54:18.480 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:18 smithi027 conmon[35362]: +0000 mgr.smithi027.ahqzdk (mgr.14180) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:18.480 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:18 smithi027 conmon[35362]: audit 2024-01-24T01:54:17.949557+0000 mon.smithi027 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:18.480 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:18 smithi027 conmon[35362]: audit 2024-01-24T01:54:17.950344+0000 mon.smithi027 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi027", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T01:54:18.480 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:18 smithi027 conmon[35362]: audit 2024-01-24T01:54:17.950969+0000 mon.smithi027 (mon.0) 219 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:54:18.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:18 smithi173 conmon[40198]: cluster 2024-01-24T01:54:17.398734+0000 mgr.smithi027.ahqzdk (mgr.14180) 41 : cluster [DBG] 2024-01-24T01:54:18.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:18 smithi173 conmon[40198]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:18.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:18 smithi173 conmon[40198]: audit 2024-01-24T01:54:17.949557+0000 mon.smithi027 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:18.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:18 smithi173 conmon[40198]: audit 2024-01-24T01:54:17.950344+0000 mon.smithi027 (mon.0) 2024-01-24T01:54:18.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:18 smithi173 conmon[40198]: 218 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi027", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T01:54:18.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:18 smithi173 conmon[40198]: audit 2024-01-24T01:54:17.950969+0000 mon.smithi027 (mon.0) 219 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:54:19.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:19 smithi027 conmon[35362]: cephadm 2024-01-24T01:54:17.950115+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T01:54:19.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:19 smithi027 conmon[35362]: 14180) 42 : cephadm [INF] Reconfiguring crash.smithi027 (monmap changed)... 2024-01-24T01:54:19.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:19 smithi027 conmon[35362]: cephadm 2024-01-24T01:54:17.951440+0000 mgr.smithi027.ahqzdk (mgr.14180) 43 : cephadm [INF] Reconfiguring daemon crash.smithi027 on smithi027 2024-01-24T01:54:19.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:19 smithi173 conmon[40198]: cephadm 2024-01-24T01:54:17.950115+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T01:54:19.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:19 smithi173 conmon[40198]: 42 : cephadm [INF] Reconfiguring crash.smithi027 (monmap changed)... 2024-01-24T01:54:19.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:19 smithi173 conmon[40198]: cephadm 2024-01-24T01:54:17.951440+0000 mgr.smithi027.ahqzdk (mgr.14180) 43 : cephadm [INF] Reconfiguring daemon crash.smithi027 on smithi027 2024-01-24T01:54:20.555 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:54:20.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:20 smithi027 conmon[35362]: cluster 2024-01-24T01:54:19.399008+0000 mgr.smithi027.ahqzdk (mgr.14180) 44 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:20.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:20 smithi027 conmon[35362]: audit 2024-01-24T01:54:19.737476+0000 mon.smithi027 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:20.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:20 smithi027 conmon[35362]: cephadm 2024-01-24T01:54:19.738106+0000 mgr.smithi027.ahqzdk (mgr.14180) 45 : cephadm [INF] Reconfiguring grafana.smithi027 (dependencies changed)... 2024-01-24T01:54:20.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:20 smithi027 conmon[35362]: cephadm 2024-01-24T01:54:19.769294+0000 mgr.smithi027.ahqzdk (mgr.14180) 46 : cephadm [INF] Reconfiguring daemon grafana.smithi027 on smithi027 2024-01-24T01:54:20.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:20 smithi027 conmon[35362]: audit 2024-01-24T01:54:20.554992+0000 mon.smithi027 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.27:0/1075091363' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:54:21.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:20 smithi173 conmon[40198]: cluster 2024-01-24T01:54:19.399008+0000 mgr.smithi027.ahqzdk (mgr.14180) 44 : 2024-01-24T01:54:21.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:20 smithi173 conmon[40198]: cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:21.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:20 smithi173 conmon[40198]: audit 2024-01-24T01:54:19.737476+0000 mon.smithi027 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:21.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:20 smithi173 conmon[40198]: cephadm 2024-01-24T01:54:19.738106+0000 mgr.smithi027.ahqzdk 2024-01-24T01:54:21.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:20 smithi173 conmon[40198]: (mgr.14180) 45 : cephadm [INF] Reconfiguring grafana.smithi027 (dependencies changed)... 2024-01-24T01:54:21.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:20 smithi173 conmon[40198]: cephadm 2024-01-24T01:54:19.769294+0000 mgr.smithi027.ahqzdk (mgr.14180) 46 : cephadm [INF] Reconfiguring daemon grafana.smithi027 on smithi027 2024-01-24T01:54:21.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:20 smithi173 conmon[40198]: audit 2024-01-24T01:54:21.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:20 smithi173 conmon[40198]: 2024-01-24T01:54:20.554992+0000 mon.smithi027 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.27:0/1075091363' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:54:21.533 INFO:teuthology.orchestra.run.smithi027.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-24T01:54:22.534 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:54:23.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:22 smithi027 conmon[35362]: cluster 2024-01-24T01:54:21.399371+0000 mgr.smithi027.ahqzdk 2024-01-24T01:54:23.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:22 smithi027 conmon[35362]: (mgr.14180) 47 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:23.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:22 smithi173 conmon[40198]: cluster 2024-01-24T01:54:21.399371+0000 mgr.smithi027.ahqzdk (mgr.14180) 47 : cluster 2024-01-24T01:54:23.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:22 smithi173 conmon[40198]: [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:24.740 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:54:25.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:24 smithi027 conmon[35362]: cluster 2024-01-24T01:54:23.399733 2024-01-24T01:54:25.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:24 smithi027 conmon[35362]: +0000 mgr.smithi027.ahqzdk (mgr.14180) 48 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:25.015 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:24 smithi027 conmon[35362]: audit 2024-01-24T01:54:24.739587+0000 mon.smithi027 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.27:0/846391279' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:54:25.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:24 smithi173 conmon[40198]: cluster 2024-01-24T01:54:23.399733+0000 mgr.smithi027.ahqzdk (mgr.14180) 48 : cluster 2024-01-24T01:54:25.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:24 smithi173 conmon[40198]: [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:25.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:24 smithi173 conmon[40198]: audit 2024-01-24T01:54:24.739587+0000 mon.smithi027 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.27:0/846391279' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:54:25.491 INFO:teuthology.orchestra.run.smithi027.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-24T01:54:26.018 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:25 smithi027 conmon[35362]: audit 2024-01-24T01:54:24.781818+0000 mon.smithi027 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:26.018 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:25 smithi027 conmon[35362]: cephadm 2024-01-24T01:54:24.782660+0000 mgr.smithi027.ahqzdk (mgr.14180) 49 : cephadm [INF] Reconfiguring prometheus.smithi027 (dependencies changed)... 2024-01-24T01:54:26.018 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:25 smithi027 conmon[35362]: cephadm 2024-01-24T01:54:24.786253+0000 mgr.smithi027.ahqzdk (mgr.14180) 50 : cephadm [INF] Reconfiguring daemon prometheus.smithi027 on smithi027 2024-01-24T01:54:26.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:25 smithi173 conmon[40198]: audit 2024-01-24T01:54:24.781818+0000 mon.smithi027 (mon.0) 223 2024-01-24T01:54:26.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:25 smithi173 conmon[40198]: : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:26.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:25 smithi173 conmon[40198]: cephadm 2024-01-24T01:54:24.782660+0000 mgr.smithi027.ahqzdk (mgr.14180) 49 : cephadm [INF] Reconfiguring prometheus.smithi027 (dependencies changed)... 2024-01-24T01:54:26.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:25 smithi173 conmon[40198]: cephadm 2024-01-24T01 2024-01-24T01:54:26.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:25 smithi173 conmon[40198]: :54:24.786253+0000 mgr.smithi027.ahqzdk (mgr.14180) 50 : cephadm [INF] Reconfiguring daemon prometheus.smithi027 on smithi027 2024-01-24T01:54:26.492 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:54:27.001 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:26 smithi027 conmon[35362]: cluster 2024-01-24T01:54:25 2024-01-24T01:54:27.001 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:26 smithi027 conmon[35362]: .399993+0000 mgr.smithi027.ahqzdk (mgr.14180) 51 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:27.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:26 smithi173 conmon[40198]: cluster 2024-01-24T01:54:25.399993+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T01:54:27.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:26 smithi173 conmon[40198]: 14180) 51 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:29.061 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:28 smithi027 conmon[35362]: cluster 2024-01-24T01:54:27.400309+0000 mgr.smithi027.ahqzdk (mgr.14180) 52 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:29.129 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:54:29.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:28 smithi173 conmon[40198]: cluster 2024-01-24T01:54:27.400309+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T01:54:29.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:28 smithi173 conmon[40198]: 52 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:29.674 INFO:teuthology.orchestra.run.smithi027.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-24T01:54:29.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:29 smithi027 conmon[35362]: audit 2024-01-24T01:54:29.129040+0000 mon.smithi027 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.27:0/1392459163' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:54:30.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:29 smithi173 conmon[40198]: audit 2024-01-24T01:54:29. 2024-01-24T01:54:30.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:29 smithi173 conmon[40198]: 129040+0000 mon.smithi027 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.27:0/1392459163' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:54:30.675 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:54:31.125 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:30 smithi027 conmon[35362]: cluster 2024-01-24T01:54:29.400582+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T01:54:31.125 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:30 smithi027 conmon[35362]: .14180) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:31.125 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:30 smithi027 conmon[35362]: audit 2024-01-24T01:54:30.114905+0000 mon.smithi027 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:31.125 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:30 smithi027 conmon[35362]: audit 2024-01-24T01:54:30.115731+0000 mon.smithi027 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi173", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T01:54:31.125 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:30 smithi027 conmon[35362]: audit 2024-01-24T01:54:30.116337+0000 mon.smithi027 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:54:31.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:30 smithi173 conmon[40198]: cluster 2024-01-24T01:54:29.400582+0000 mgr.smithi027.ahqzdk (mgr.14180) 53 : 2024-01-24T01:54:31.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:30 smithi173 conmon[40198]: cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:31.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:30 smithi173 conmon[40198]: audit 2024-01-24T01:54:30.114905+0000 mon.smithi027 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:31.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:30 smithi173 conmon[40198]: audit 2024-01-24T01:54:30.115731+0000 mon.smithi027 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi173", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T01:54:31.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:30 smithi173 conmon[40198]: audit 2024-01-24T01:54:30.116337+0000 mon.smithi027 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:54:31.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:31 smithi173 conmon[40198]: cephadm 2024-01-24T01:54:30.115488+0000 mgr.smithi027.ahqzdk (mgr.14180) 54 : cephadm [INF] Reconfiguring crash.smithi173 (monmap changed)... 2024-01-24T01:54:31.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:31 smithi173 conmon[40198]: cephadm 2024-01-24T01:54:30.116868+0000 mgr.smithi027.ahqzdk (mgr.14180) 55 : cephadm [INF] Reconfiguring daemon crash.smithi173 on smithi173 2024-01-24T01:54:31.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:31 smithi173 conmon[40198]: audit 2024-01-24T01:54:31.257254+0000 mon.smithi027 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:31.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:31 smithi173 conmon[40198]: audit 2024-01-24T01:54:31.258029+0000 mon.smithi027 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi173.zvksgn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-24T01:54:31.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:31 smithi173 conmon[40198]: audit 2024-01-24T01:54:31.258667+0000 mon.smithi027 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-24T01:54:31.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:31 smithi173 conmon[40198]: audit 2024-01-24T01:54:31.259193+0000 mon.smithi027 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:54:32.111 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:31 smithi027 conmon[35362]: cephadm 2024-01-24T01:54:30.115488+0000 mgr.smithi027.ahqzdk (mgr.14180) 54 : cephadm [INF] Reconfiguring crash.smithi173 (monmap changed)... 2024-01-24T01:54:32.111 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:31 smithi027 conmon[35362]: cephadm 2024-01-24T01:54:30.116868+0000 mgr.smithi027.ahqzdk (mgr.14180) 55 : cephadm [INF] Reconfiguring daemon crash.smithi173 on smithi173 2024-01-24T01:54:32.111 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:31 smithi027 conmon[35362]: audit 2024-01-24T01:54:31.257254+0000 mon.smithi027 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:32.111 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:31 smithi027 conmon[35362]: audit 2024-01-24T01:54:31.258029+0000 mon.smithi027 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi173.zvksgn", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-24T01:54:32.111 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:31 smithi027 conmon[35362]: audit 2024-01-24T01:54:31.258667+0000 mon.smithi027 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-24T01:54:32.112 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:31 smithi027 conmon[35362]: audit 2024-01-24T01:54:31.259193+0000 mon.smithi027 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:54:32.474 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:54:33.115 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:32 smithi027 conmon[35362]: cephadm 2024-01-24T01:54:31.257795+0000 mgr.smithi027.ahqzdk 2024-01-24T01:54:33.115 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:32 smithi027 conmon[35362]: (mgr.14180) 56 : cephadm [INF] Reconfiguring mgr.smithi173.zvksgn (monmap changed)... 2024-01-24T01:54:33.116 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:32 smithi027 conmon[35362]: cephadm 2024-01-24T01:54:31.259666+0000 mgr.smithi027.ahqzdk (mgr.14180) 57 : cephadm [INF] Reconfiguring daemon mgr.smithi173.zvksgn on smithi173 2024-01-24T01:54:33.116 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:32 smithi027 conmon[35362]: cluster 2024-01-24T01:54:31.400802+0000 mgr.smithi027.ahqzdk (mgr.14180) 58 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:33.116 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:32 smithi027 conmon[35362]: audit 2024-01-24T01:54:32.454290+0000 mon.smithi027 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:33.116 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:32 smithi027 conmon[35362]: audit 2024-01-24T01:54:32.455081+0000 mon.smithi027 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-24T01:54:33.116 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:32 smithi027 conmon[35362]: audit 2024-01-24T01:54:32.455702+0000 mon.smithi027 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-24T01:54:33.116 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:32 smithi027 conmon[35362]: audit 2024-01-24T01:54:32.456266+0000 mon.smithi027 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:54:33.116 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:32 smithi027 conmon[35362]: audit 2024-01-24T01:54:32.474536+0000 mon.smithi027 (mon.0) 236 : audit [DBG] from='client.? 172.21.15.27:0/2663788655' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:54:33.133 INFO:teuthology.orchestra.run.smithi027.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-24T01:54:33.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:32 smithi173 conmon[40198]: cephadm 2024-01-24T01:54:31.257795+0000 mgr.smithi027.ahqzdk (mgr.14180) 56 : 2024-01-24T01:54:33.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:32 smithi173 conmon[40198]: cephadm [INF] Reconfiguring mgr.smithi173.zvksgn (monmap changed)... 2024-01-24T01:54:33.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:32 smithi173 conmon[40198]: cephadm 2024-01-24T01:54:31.259666+0000 mgr.smithi027.ahqzdk (mgr.14180) 57 : cephadm [INF] Reconfiguring daemon mgr.smithi173.zvksgn on smithi173 2024-01-24T01:54:33.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:32 smithi173 conmon[40198]: cluster 2024-01-24T01:54:31.400802+0000 mgr.smithi027.ahqzdk (mgr.14180) 58 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:33.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:32 smithi173 conmon[40198]: audit 2024-01-24T01:54:32.454290+0000 mon.smithi027 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:33.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:32 smithi173 conmon[40198]: audit 2024-01-24T01:54:32.455081+0000 mon.smithi027 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-24T01:54:33.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:32 smithi173 conmon[40198]: audit 2024-01-24T01:54:32.455702+0000 mon.smithi027 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-24T01:54:33.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:32 smithi173 conmon[40198]: audit 2024-01-24T01:54:32.456266+0000 mon.smithi027 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:54:33.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:32 smithi173 conmon[40198]: audit 2024-01-24T01:54:32.474536+0000 mon.smithi027 (mon.0) 236 : audit [DBG] from='client.? 172.21.15.27:0/2663788655' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:54:33.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: cephadm 2024-01-24T01:54:32.454837+0000 mgr.smithi027.ahqzdk 2024-01-24T01:54:33.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: (mgr.14180) 59 : cephadm [INF] Reconfiguring mon.smithi173 (monmap changed)... 2024-01-24T01:54:33.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: cephadm 2024-01-24T01:54:32.456741+0000 mgr.smithi027.ahqzdk 2024-01-24T01:54:33.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: (mgr.14180) 60 : cephadm [INF] Reconfiguring daemon mon.smithi173 on smithi173 2024-01-24T01:54:33.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: audit 2024-01 2024-01-24T01:54:33.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: -24T01:54:33. 2024-01-24T01:54:33.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: 640100+0000 mon.smithi027 (mon.0) 237 : audit 2024-01-24T01:54:33.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:33.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: audit 2024- 2024-01-24T01:54:33.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: 01-24T01:54:33 2024-01-24T01:54:33.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: .643408+0000 mon.smithi027 (mon.0) 238 2024-01-24T01:54:33.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-24T01:54:33.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: audit 2024-01- 2024-01-24T01:54:33.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: 24T01:54:33.645022 2024-01-24T01:54:33.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: +0000 mon.smithi027 (mon.0) 239 : audit 2024-01-24T01:54:33.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi027:9093"}]: dispatch 2024-01-24T01:54:33.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: audit 2024-01- 2024-01-24T01:54:33.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: 24T01:54:33.649674 2024-01-24T01:54:33.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: +0000 mon.smithi027 (mon.0) 240 : audit 2024-01-24T01:54:33.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:33.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: audit 2024-01- 2024-01-24T01:54:33.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: 24T01:54:33.655214 2024-01-24T01:54:33.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: +0000 mon.smithi027 (mon.0) 241 : audit 2024-01-24T01:54:33.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-24T01:54:33.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: audit 2024-01- 2024-01-24T01:54:33.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: 24T01:54:33.662391 2024-01-24T01:54:33.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: +0000 mon.smithi027 (mon.0) 242 : audit 2024-01-24T01:54:33.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi027:3000"}]: dispatch 2024-01-24T01:54:33.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: audit 2024-01- 2024-01-24T01:54:33.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: 24T01:54:33.667615 2024-01-24T01:54:33.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: +0000 mon.smithi027 (mon.0) 243 : audit 2024-01-24T01:54:33.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:33.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: audit 2024-01- 2024-01-24T01:54:33.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: 24T01:54:33. 2024-01-24T01:54:33.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: 674514+0000 mon.smithi027 (mon.0) 244 : audit 2024-01-24T01:54:33.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-24T01:54:33.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: audit 2024-01 2024-01-24T01:54:33.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: -24T01:54:33 2024-01-24T01:54:33.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: .677244+0000 mon.smithi027 (mon.0) 245 2024-01-24T01:54:33.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi027:9095"}]: dispatch 2024-01-24T01:54:33.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: audit 2024- 2024-01-24T01:54:33.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: 01-24T01:54: 2024-01-24T01:54:33.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: 33.681889+0000 mon.smithi027 (mon.0) 2024-01-24T01:54:33.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: 246 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:33.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: audit 2024 2024-01-24T01:54:33.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: -01-24T01:54 2024-01-24T01:54:33.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: :33.686180+0000 mon.smithi027 ( 2024-01-24T01:54:33.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:54:33.911 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:33 smithi027 conmon[35362]: 2024-01-24T01:54:33.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:33 smithi173 conmon[40198]: cephadm 2024-01-24T01:54:32.454837+0000 mgr.smithi027.ahqzdk (mgr.14180) 59 : cephadm 2024-01-24T01:54:33.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:33 smithi173 conmon[40198]: [INF] Reconfiguring mon.smithi173 (monmap changed)... 2024-01-24T01:54:33.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:33 smithi173 conmon[40198]: cephadm 2024-01-24T01:54:32.456741+0000 mgr.smithi027.ahqzdk (mgr.14180) 60 : cephadm [INF] Reconfiguring daemon mon.smithi173 on smithi173 2024-01-24T01:54:33.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:33 smithi173 conmon[40198]: audit 2024-01-24T01:54:33.640100+0000 mon.smithi027 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:33.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:33 smithi173 conmon[40198]: audit 2024-01-24T01:54:33.643408+0000 mon.smithi027 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-24T01:54:33.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:33 smithi173 conmon[40198]: audit 2024-01-24T01:54:33.645022+0000 mon.smithi027 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi027:9093"}]: dispatch 2024-01-24T01:54:33.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:33 smithi173 conmon[40198]: audit 2024-01-24T01:54:33.649674+0000 mon.smithi027 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:33.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:33 smithi173 conmon[40198]: audit 2024-01-24T01:54:33.655214+0000 mon.smithi027 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-24T01:54:33.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:33 smithi173 conmon[40198]: audit 2024-01-24T01:54:33.662391+0000 mon.smithi027 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi027:3000"}]: dispatch 2024-01-24T01:54:33.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:33 smithi173 conmon[40198]: audit 2024-01-24T01:54:33.667615+0000 mon.smithi027 (mon.0 2024-01-24T01:54:33.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:33 smithi173 conmon[40198]: ) 243 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:33.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:33 smithi173 conmon[40198]: audit 2024-01-24T01:54:33.674514+0000 mon.smithi027 (mon.0) 244 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-24T01:54:33.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:33 smithi173 conmon[40198]: audit 2024-01-24T01:54:33.677244+0000 mon.smithi027 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi027:9095"}]: dispatch 2024-01-24T01:54:33.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:33 smithi173 conmon[40198]: audit 2024-01- 2024-01-24T01:54:33.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:33 smithi173 conmon[40198]: 24T01:54:33.681889+0000 mon.smithi027 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:33.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:33 smithi173 conmon[40198]: audit 2024-01-24T01:54 2024-01-24T01:54:33.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:33 smithi173 conmon[40198]: :33.686180+0000 mon.smithi027 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:54:34.134 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:54:35.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:34 smithi027 conmon[35362]: cluster 2024-01-24T01:54:33.401278+0000 mgr.smithi027.ahqzdk (mgr.14180) 61 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:35.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:34 smithi027 conmon[35362]: audit 2024-01-24T01:54:33.643837+0000 mgr.smithi027.ahqzdk (mgr.14180) 62 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-24T01:54:35.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:34 smithi027 conmon[35362]: audit 2024-01-24T01:54:33.645328+0000 mgr.smithi027.ahqzdk (mgr.14180) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi027:9093"}]: dispatch 2024-01-24T01:54:35.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:34 smithi027 conmon[35362]: audit 2024-01-24T01:54:33.655649+0000 mgr.smithi027.ahqzdk (mgr.14180) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-24T01:54:35.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:34 smithi027 conmon[35362]: audit 2024-01-24T01:54:33.662741+0000 mgr.smithi027.ahqzdk (mgr.14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi027:3000"}]: dispatch 2024-01-24T01:54:35.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:34 smithi027 conmon[35362]: audit 2024-01-24T01:54:33.675049+0000 mgr.smithi027.ahqzdk (mgr.14180) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-24T01:54:35.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:34 smithi027 conmon[35362]: audit 2024-01-24T01:54:33.677662+0000 mgr.smithi027.ahqzdk (mgr.14180) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi027:9095"}]: dispatch 2024-01-24T01:54:35.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:34 smithi173 conmon[40198]: cluster 2024-01-24T01:54:33.401278+0000 mgr.smithi027.ahqzdk (mgr.14180) 61 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:35.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:34 smithi173 conmon[40198]: audit 2024-01-24T01:54:33.643837+0000 mgr.smithi027.ahqzdk (mgr.14180) 62 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-24T01:54:35.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:34 smithi173 conmon[40198]: audit 2024-01-24T01:54:33.645328+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T01:54:35.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:34 smithi173 conmon[40198]: .14180) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi027:9093"}]: dispatch 2024-01-24T01:54:35.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:34 smithi173 conmon[40198]: audit 2024-01 2024-01-24T01:54:35.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:34 smithi173 conmon[40198]: -24T01:54:33.655649+0000 mgr.smithi027.ahqzdk (mgr.14180) 64 : audit 2024-01-24T01:54:35.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:34 smithi173 conmon[40198]: [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-24T01:54:35.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:34 smithi173 conmon[40198]: audit 2024-01-24T01:54:35.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:34 smithi173 conmon[40198]: 2024-01-24T01:54:33.662741+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T01:54:35.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:34 smithi173 conmon[40198]: .14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi027:3000"}]: dispatch 2024-01-24T01:54:35.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:34 smithi173 conmon[40198]: audit 2024-01-24T01:54:35.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:34 smithi173 conmon[40198]: 2024-01-24T01:54:33. 2024-01-24T01:54:35.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:34 smithi173 conmon[40198]: 675049+0000 mgr.smithi027.ahqzdk (mgr.14180) 66 : audit [DBG] 2024-01-24T01:54:35.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:34 smithi173 conmon[40198]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-24T01:54:35.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:34 smithi173 conmon[40198]: audit 2024-01-24T01:54:35.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:34 smithi173 conmon[40198]: 2024-01-24T01:54:33.677662+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T01:54:35.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:34 smithi173 conmon[40198]: .14180) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi027:9095"}]: dispatch 2024-01-24T01:54:36.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:36 smithi027 conmon[35362]: audit 2024-01-24T01:54:35.008968+0000 mon.smithi027 2024-01-24T01:54:36.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:36 smithi027 conmon[35362]: (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:36.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:36 smithi027 conmon[35362]: audit 2024-01-24T01:54:35.012765+0000 mon.smithi027 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:36.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:36 smithi027 conmon[35362]: cluster 2024-01-24T01:54:35.401510+0000 mgr.smithi027.ahqzdk (mgr.14180) 68 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:36.263 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:54:36.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:36 smithi173 conmon[40198]: audit 2024-01-24T01:54:35.008968+0000 mon.smithi027 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:36.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:36 smithi173 conmon[40198]: audit 2024-01-24T01:54:36.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:36 smithi173 conmon[40198]: 2024-01-24T01:54:35.012765+0000 mon.smithi027 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:36.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:36 smithi173 conmon[40198]: cluster 2024-01-24T01:54:35.401510+0000 mgr.smithi027.ahqzdk (mgr.14180) 68 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:36.963 INFO:teuthology.orchestra.run.smithi027.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-24T01:54:37.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:37 smithi027 conmon[35362]: audit 2024-01-24T01:54 2024-01-24T01:54:37.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:37 smithi027 conmon[35362]: :36.263620+0000 mon.smithi027 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.27:0/2454395341' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:54:37.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:37 smithi173 conmon[40198]: audit 2024-01-24T01:54:36.263620+0000 mon.smithi027 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.27:0/2454395341' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:54:37.965 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:54:38.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: cluster 2024-01-24T01:54:37.401746+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T01:54:38.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: 14180) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:38.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: audit 2024-01-24T01:54:37.812091+0000 mon.smithi027 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:38.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: audit 2024-01-24T01:54:38.135770+0000 mon.smithi027 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:38.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: audit 2024-01-24T01:54:38.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: 2024-01-24T01 2024-01-24T01:54:38.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: :54:38.136644+0000 mon.smithi027 (mon.0) 253 : audit 2024-01-24T01:54:38.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:54:38.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: audit 2024-01-24T01:54:38.137337 2024-01-24T01:54:38.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: +0000 mon.smithi027 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:54:38.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: 2024-01-24T01:54:38.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: audit 2024-01- 2024-01-24T01:54:38.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: 24T01:54:38.141242+0000 mon.smithi027 (mon.0) 255 : 2024-01-24T01:54:38.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:38.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: audit 2024-01-24T01:54:38.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: 2024-01-24T01:54:38.144840+0000 mon.smithi027 (mon 2024-01-24T01:54:38.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: .0) 256 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:54:38.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: audit 2024-01-24T01:54: 2024-01-24T01:54:38.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: 38.147629+0000 mon.smithi027 (mon.0) 257 : audit 2024-01-24T01:54:38.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T01:54:38.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: audit 2024 2024-01-24T01:54:38.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: -01-24T01:54:38.148478+0000 mon.smithi027 (mon.0) 258 : audit 2024-01-24T01:54:38.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T01:54:38.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: audit 2024-01-24T01:54:38.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: 2024-01-24T01:54:38.148689+0000 mon.smithi027 (mon.0 2024-01-24T01:54:38.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: ) 259 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:54:38.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: audit 2024-01-24T01:54: 2024-01-24T01:54:38.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: 38.149162+0000 mon.smithi027 (mon.0) 260 : audit 2024-01-24T01:54:38.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:38 smithi173 conmon[40198]: [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:54:39.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: cluster 2024-01-24T01:54:37.401746+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T01:54:39.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: 14180) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:39.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: audit 2024-01-24T01:54:37.812091+0000 mon.smithi027 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:39.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: audit 2024-01-24T01:54:38.135770+0000 mon.smithi027 (mon 2024-01-24T01:54:39.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: .0) 252 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:39.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: audit 2024-01-24T01:54:38.136644+0000 mon.smithi027 (mon. 2024-01-24T01:54:39.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: 0) 253 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:54:39.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: audit 2024-01 2024-01-24T01:54:39.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: -24T01:54:38.137337+0000 mon.smithi027 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:54:39.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: 2024-01-24T01:54:39.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: audit 2024-01-24T01 2024-01-24T01:54:39.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: :54:38.141242+0000 mon.smithi027 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:54:39.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: audit 2024-01-24 2024-01-24T01:54:39.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: T01:54:38.144840+0000 mon.smithi027 ( 2024-01-24T01:54:39.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:54:39.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: audit 2024-01 2024-01-24T01:54:39.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: -24T01:54:38.147629+0000 mon.smithi027 2024-01-24T01:54:39.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T01:54:39.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: 2024-01-24T01:54:39.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: audit 2024-01 2024-01-24T01:54:39.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: -24T01:54:38.148478+0000 mon.smithi027 (mon. 2024-01-24T01:54:39.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: 0) 258 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T01:54:39.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: audit 2024-01-24T 2024-01-24T01:54:39.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: 01:54:38.148689+0000 mon.smithi027 (mon. 2024-01-24T01:54:39.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: 0) 259 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:54:39.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: audit 2024-01-24T 2024-01-24T01:54:39.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: 01:54:38.149162+0000 mon.smithi027 (mon 2024-01-24T01:54:39.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:38 smithi027 conmon[35362]: .0) 260 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:54:40.020 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:54:40.832 INFO:teuthology.orchestra.run.smithi027.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-24T01:54:41.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:40 smithi027 conmon[35362]: cluster 2024-01-24T01:54:39.402124+0000 mgr.smithi027.ahqzdk (mgr.14180) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:41.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:40 smithi027 conmon[35362]: audit 2024-01-24T01:54:40.020099+0000 mon.smithi027 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.27:0/1963352650' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:54:41.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:40 smithi027 conmon[35362]: audit 2024-01-24T01:54:40.710196+0000 mon.smithi173 (mon.1) 2 : audit [INF] from='client.? 172.21.15.173:0/1404083541' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3705447b-44ae-4bcd-bb45-b99be10fb8ae"}]: dispatch 2024-01-24T01:54:41.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:40 smithi027 conmon[35362]: audit 2024-01-24T01:54:40.710535+0000 mon.smithi027 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3705447b-44ae-4bcd-bb45-b99be10fb8ae"}]: dispatch 2024-01-24T01:54:41.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:40 smithi027 conmon[35362]: audit 2024-01-24T01:54:40.713751+0000 mon.smithi027 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3705447b-44ae-4bcd-bb45-b99be10fb8ae"}]': finished 2024-01-24T01:54:41.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:40 smithi027 conmon[35362]: cluster 2024-01-24T01:54:40.713797+0000 mon.smithi027 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-24T01:54:41.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:40 smithi027 conmon[35362]: audit 2024-01-24T01:54:40.713894+0000 mon.smithi027 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:54:41.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:40 smithi173 conmon[40198]: cluster 2024-01-24T01:54:39.402124+0000 mgr.smithi027.ahqzdk (mgr.14180) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:41.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:40 smithi173 conmon[40198]: audit 2024-01-24T01:54:40.020099+0000 mon.smithi027 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.27:0/1963352650' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:54:41.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:40 smithi173 conmon[40198]: audit 2024-01-24T01:54:40.710196+0000 mon.smithi173 (mon.1) 2 : audit [INF] from='client.? 172.21.15.173:0/1404083541' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3705447b-44ae-4bcd-bb45-b99be10fb8ae"}]: dispatch 2024-01-24T01:54:41.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:40 smithi173 conmon[40198]: audit 2024-01-24T01:54:40.710535+0000 mon.smithi027 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3705447b-44ae-4bcd-bb45-b99be10fb8ae"}]: dispatch 2024-01-24T01:54:41.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:40 smithi173 conmon[40198]: audit 2024-01-24T01:54:40.713751+0000 mon.smithi027 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3705447b-44ae-4bcd-bb45-b99be10fb8ae"}]': finished 2024-01-24T01:54:41.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:40 smithi173 conmon[40198]: cluster 2024-01-24 2024-01-24T01:54:41.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:40 smithi173 conmon[40198]: T01:54:40.713797+0000 mon.smithi027 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-24T01:54:41.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:40 smithi173 conmon[40198]: audit 2024-01-24T01:54:40.713894+0000 mon.smithi027 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:54:41.833 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:54:43.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:42 smithi027 conmon[35362]: cluster 2024-01-24T01:54:41.402353+0000 mgr.smithi027.ahqzdk (mgr.14180) 71 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:43.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:42 smithi027 conmon[35362]: audit 2024-01-24T01:54:41.973560+0000 mon.smithi173 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.173:0/1923908240' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:54:43.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:42 smithi027 conmon[35362]: audit 2024-01-24T01:54:42.142707+0000 mon.smithi173 (mon.1) 4 : audit [INF] from='client.? 172.21.15.27:0/1106623394' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "19b16791-72b8-4cba-ae7f-2c62b74b0153"}]: dispatch 2024-01-24T01:54:43.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:42 smithi027 conmon[35362]: audit 2024-01-24T01:54:42.143203+0000 mon.smithi027 (mon.0) 266 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "19b16791-72b8-4cba-ae7f-2c62b74b0153"}]: dispatch 2024-01-24T01:54:43.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:42 smithi027 conmon[35362]: audit 2024-01-24T01:54:42.147254+0000 mon.smithi027 (mon.0) 267 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "19b16791-72b8-4cba-ae7f-2c62b74b0153"}]': finished 2024-01-24T01:54:43.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:42 smithi027 conmon[35362]: cluster 2024-01- 2024-01-24T01:54:43.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:42 smithi027 conmon[35362]: 24T01:54:42.147308+0000 mon.smithi027 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-24T01:54:43.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:42 smithi027 conmon[35362]: audit 2024-01-24T01:54:42.147418+0000 mon.smithi027 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:54:43.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:42 smithi027 conmon[35362]: audit 2024-01-24T01:54:42.147783+0000 mon.smithi027 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:54:43.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:42 smithi173 conmon[40198]: cluster 2024-01-24T01:54:41.402353+0000 mgr.smithi027.ahqzdk (mgr.14180) 71 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:43.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:42 smithi173 conmon[40198]: audit 2024-01-24T01:54:41.973560+0000 mon.smithi173 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.173:0/1923908240' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:54:43.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:42 smithi173 conmon[40198]: audit 2024-01-24T01:54:42.142707+0000 mon.smithi173 (mon.1) 4 : audit [INF] from='client.? 172.21.15.27:0/1106623394' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "19b16791-72b8-4cba-ae7f-2c62b74b0153"}]: dispatch 2024-01-24T01:54:43.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:42 smithi173 conmon[40198]: audit 2024-01-24T01:54:42.143203+0000 mon.smithi027 (mon.0) 266 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "19b16791-72b8-4cba-ae7f-2c62b74b0153"}]: dispatch 2024-01-24T01:54:43.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:42 smithi173 conmon[40198]: audit 2024-01-24T01:54:42.147254+0000 mon.smithi027 (mon.0) 267 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "19b16791-72b8-4cba-ae7f-2c62b74b0153"}]': finished 2024-01-24T01:54:43.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:42 smithi173 conmon[40198]: cluster 2024-01-24T01:54:42.147308+0000 mon.smithi027 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-24T01:54:43.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:42 smithi173 conmon[40198]: audit 2024-01-24T01:54:42.147418+0000 mon.smithi027 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:54:43.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:42 smithi173 conmon[40198]: audit 2024-01-24T01:54:42.147783+0000 mon.smithi027 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:54:44.091 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:54:44.732 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1706061282,"num_remapped_pgs":0} 2024-01-24T01:54:44.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:44 smithi173 conmon[40198]: cluster 2024-01-24T01:54:43.402674+0000 mgr.smithi027.ahqzdk (mgr.14180) 72 : cluster 2024-01-24T01:54:44.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:44 smithi173 conmon[40198]: [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:44.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:44 smithi173 conmon[40198]: audit 2024-01-24T01:54:44.043575+0000 mon.smithi027 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.27:0/1384179586' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:54:44.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:44 smithi173 conmon[40198]: audit 2024-01-24T01:54:44.090828+0000 mon.smithi027 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.27:0/793392212' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:54:44.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:44 smithi173 conmon[40198]: audit 2024-01-24T01:54:44.479806+0000 mon.smithi173 (mon.1) 5 : audit [INF] from='client.? 172.21.15.173:0/1704785390' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5446d5b-80f4-4944-bb68-00dc9e26e6b4"}]: dispatch 2024-01-24T01:54:44.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:44 smithi173 conmon[40198]: audit 2024-01-24T01:54:44.480378+0000 mon.smithi027 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5446d5b-80f4-4944-bb68-00dc9e26e6b4"}]: dispatch 2024-01-24T01:54:44.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:44 smithi173 conmon[40198]: audit 2024-01-24T01:54:44.485929+0000 mon.smithi027 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b5446d5b-80f4-4944-bb68-00dc9e26e6b4"}]': finished 2024-01-24T01:54:44.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:44 smithi173 conmon[40198]: cluster 2024-01-24T01:54:44.485972+0000 mon.smithi027 (mon.0) 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-24T01:54:44.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:44 smithi173 conmon[40198]: audit 2024-01-24T01:54:44.486073+0000 mon.smithi027 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:54:44.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:44 smithi173 conmon[40198]: audit 2024-01-24T01:54:44.486356+0000 mon.smithi027 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:54:44.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:44 smithi173 conmon[40198]: audit 2024-01-24T01:54:44.486529+0000 mon.smithi027 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:54:45.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:44 smithi027 conmon[35362]: cluster 2024-01-24T01:54:43.402674+0000 mgr.smithi027.ahqzdk (mgr.14180) 72 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:45.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:44 smithi027 conmon[35362]: audit 2024-01-24T01:54:44.043575+0000 mon.smithi027 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.27:0/1384179586' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:54:45.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:44 smithi027 conmon[35362]: audit 2024-01-24T01:54:44.090828+0000 mon.smithi027 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.27:0/793392212' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:54:45.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:44 smithi027 conmon[35362]: audit 2024-01-24T01:54:44.479806+0000 mon.smithi173 (mon.1) 5 : audit [INF] from='client.? 172.21.15.173:0/1704785390' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5446d5b-80f4-4944-bb68-00dc9e26e6b4"}]: dispatch 2024-01-24T01:54:45.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:44 smithi027 conmon[35362]: audit 2024-01-24T01:54:44.480378+0000 mon.smithi027 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b5446d5b-80f4-4944-bb68-00dc9e26e6b4"}]: dispatch 2024-01-24T01:54:45.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:44 smithi027 conmon[35362]: audit 2024-01-24T01:54:44.485929+0000 mon.smithi027 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b5446d5b-80f4-4944-bb68-00dc9e26e6b4"}]': finished 2024-01-24T01:54:45.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:44 smithi027 conmon[35362]: cluster 2024-01-24T01:54:44.485972+0000 mon.smithi027 (mon.0) 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-24T01:54:45.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:44 smithi027 conmon[35362]: audit 2024-01-24T01:54:44.486073+0000 mon.smithi027 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:54:45.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:44 smithi027 conmon[35362]: audit 2024-01-24T01:54:44.486356+0000 mon.smithi027 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:54:45.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:44 smithi027 conmon[35362]: audit 2024-01-24T01:54:44.486529+0000 mon.smithi027 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:54:45.733 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:54:46.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:45 smithi027 conmon[35362]: audit 2024-01-24T01:54:45.755005+0000 mon.smithi173 (mon.1) 6 : audit 2024-01-24T01:54:46.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:45 smithi027 conmon[35362]: [DBG] from='client.? 172.21.15.173:0/943289703' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:54:46.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:45 smithi173 conmon[40198]: audit 2024-01-24T01:54:45.755005+0000 mon.smithi173 (mon.1) 2024-01-24T01:54:46.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:45 smithi173 conmon[40198]: 6 : audit [DBG] from='client.? 172.21.15.173:0/943289703' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:54:47.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:46 smithi027 conmon[35362]: cluster 2024-01-24T01:54:45.402886+0000 mgr.smithi027.ahqzdk (mgr.14180) 73 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:47.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:46 smithi027 conmon[35362]: audit 2024-01-24T01:54:46.576024+0000 mon.smithi027 (mon.0) 279 : audit [INF] from='client.? 172.21.15.27:0/240239286' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e83fd4d-89cc-474d-9ca7-00a893473bd6"}]: dispatch 2024-01-24T01:54:47.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:46 smithi027 conmon[35362]: audit 2024-01-24T01:54:46.579609+0000 mon.smithi027 (mon.0) 280 : audit [INF] from='client.? 172.21.15.27:0/240239286' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8e83fd4d-89cc-474d-9ca7-00a893473bd6"}]': finished 2024-01-24T01:54:47.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:46 smithi027 conmon[35362]: cluster 2024-01-24T01:54:46.579650+0000 mon.smithi027 (mon.0) 281 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-24T01:54:47.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:46 smithi027 conmon[35362]: audit 2024-01-24T01:54:46.579729+0000 mon.smithi027 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:54:47.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:46 smithi027 conmon[35362]: audit 2024-01-24T01:54:46.580007+0000 mon.smithi027 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:54:47.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:46 smithi027 conmon[35362]: audit 2024-01-24T01:54:47.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:46 smithi027 conmon[35362]: 2024-01-24T01:54:46.580169+0000 mon.smithi027 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:54:47.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:46 smithi027 conmon[35362]: audit 2024-01-24T01:54:46.580337+0000 mon.smithi027 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:54:47.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:46 smithi173 conmon[40198]: cluster 2024-01-24T01:54:45.402886+0000 mgr.smithi027.ahqzdk (mgr.14180) 73 : cluster [DBG] 2024-01-24T01:54:47.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:46 smithi173 conmon[40198]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:47.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:46 smithi173 conmon[40198]: audit 2024-01-24T01:54:46.576024+0000 mon.smithi027 (mon.0) 279 : audit [INF] from='client.? 172.21.15.27:0/240239286' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8e83fd4d-89cc-474d-9ca7-00a893473bd6"}]: dispatch 2024-01-24T01:54:47.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:46 smithi173 conmon[40198]: audit 2024-01-24T01:54:47.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:46 smithi173 conmon[40198]: 2024-01-24T01:54:46.579609+0000 mon.smithi027 (mon.0) 280 : audit [INF] 2024-01-24T01:54:47.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:46 smithi173 conmon[40198]: from='client.? 172.21.15.27:0/240239286' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8e83fd4d-89cc-474d-9ca7-00a893473bd6"}]': finished 2024-01-24T01:54:47.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:46 smithi173 conmon[40198]: cluster 2024-01-24 2024-01-24T01:54:47.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:46 smithi173 conmon[40198]: T01:54:46.579650+0000 2024-01-24T01:54:47.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:46 smithi173 conmon[40198]: mon.smithi027 (mon.0) 281 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-24T01:54:47.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:46 smithi173 conmon[40198]: audit 2024-01-24T01:54:47.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:46 smithi173 conmon[40198]: 2024-01-24T01: 2024-01-24T01:54:47.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:46 smithi173 conmon[40198]: 54:46.579729+0000 mon.smithi027 (mon. 2024-01-24T01:54:47.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:46 smithi173 conmon[40198]: 0) 282 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:54:47.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:46 smithi173 conmon[40198]: audit 2024-01- 2024-01-24T01:54:47.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:46 smithi173 conmon[40198]: 24T01:54:46.580007+0000 2024-01-24T01:54:47.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:46 smithi173 conmon[40198]: mon.smithi027 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:54:47.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:46 smithi173 conmon[40198]: 2024-01-24T01:54:47.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:46 smithi173 conmon[40198]: audit 2024-01-24T01:54:47.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:46 smithi173 conmon[40198]: 2024-01-24T01:54: 2024-01-24T01:54:47.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:46 smithi173 conmon[40198]: 46.580169+0000 mon.smithi027 (mon.0) 284 2024-01-24T01:54:47.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:46 smithi173 conmon[40198]: : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:54:47.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:46 smithi173 conmon[40198]: audit 2024- 2024-01-24T01:54:47.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:46 smithi173 conmon[40198]: 01-24T01:54:46. 2024-01-24T01:54:47.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:46 smithi173 conmon[40198]: 580337+0000 mon.smithi027 (mon.0) 285 : audit [DBG] 2024-01-24T01:54:47.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:46 smithi173 conmon[40198]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:54:47.662 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:54:48.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:47 smithi027 conmon[35362]: audit 2024-01-24T01:54:47.661422+0000 mon.smithi027 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.27:0/1745842763' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:54:48.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:47 smithi173 conmon[40198]: audit 2024-01-24T01:54:47.661422+0000 mon.smithi027 (mon.0) 286 : audit [DBG] 2024-01-24T01:54:48.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:47 smithi173 conmon[40198]: from='client.? 172.21.15.27:0/1745842763' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:54:48.312 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1706061286,"num_remapped_pgs":0} 2024-01-24T01:54:49.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: cluster 2024-01-24T01:54:47.403114+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T01:54:49.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: ) 74 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:49.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: audit 2024-01-24T01:54:48.083414+0000 mon.smithi027 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.27:0/4084635805' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:54:49.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: audit 2024-01-24T01:54:48.271903+0000 mon.smithi173 (mon.1) 7 : audit [INF] from='client.? 172.21.15.173:0/607506301' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "09c6a8d8-128c-455a-a31b-1e7e958c12f3"}]: dispatch 2024-01-24T01:54:49.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: audit 2024-01-24T01:54:48 2024-01-24T01:54:49.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: .272374+0000 mon.smithi027 (mon.0) 288 : audit 2024-01-24T01:54:49.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "09c6a8d8-128c-455a-a31b-1e7e958c12f3"}]: dispatch 2024-01-24T01:54:49.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: audit 2024-01-24T01:54:49.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: 2024-01-24T01:54 2024-01-24T01:54:49.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: :48.278445+0000 mon.smithi027 ( 2024-01-24T01:54:49.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: mon.0) 289 : audit [INF] 2024-01-24T01:54:49.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "09c6a8d8-128c-455a-a31b-1e7e958c12f3"}]': finished 2024-01-24T01:54:49.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: cluster 2024-01-24T01:54:49.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: 2024-01-24T01:54 2024-01-24T01:54:49.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: :48.278496+0000 mon.smithi027 (mon 2024-01-24T01:54:49.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: .0) 290 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-24T01:54:49.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: audit 2024-01-24T01:54:49.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: 2024-01-24T01: 2024-01-24T01:54:49.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: 54:48.278588+0000 mon.smithi027 ( 2024-01-24T01:54:49.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:54:49.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: audit 2024 2024-01-24T01:54:49.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: -01-24T01:54: 2024-01-24T01:54:49.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: 48.278821+0000 mon.smithi027 (mon. 2024-01-24T01:54:49.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: 0) 292 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:54:49.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: audit 2024-01-24T01:54:49.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: 2024-01-24T01: 2024-01-24T01:54:49.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: 54:48.278993+0000 mon.smithi027 (mon. 2024-01-24T01:54:49.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: 0) 293 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:54:49.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: audit 2024-01-24T01:54:49.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: 2024-01-24T01: 2024-01-24T01:54:49.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: 54:48.279148+0000 mon.smithi027 (mon.0 2024-01-24T01:54:49.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: ) 294 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:54:49.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: audit 2024-01-24T01:54:49.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: 2024-01-24T01: 2024-01-24T01:54:49.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: 54:48.279296+0000 mon.smithi027 ( 2024-01-24T01:54:49.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:54:49.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:48 smithi027 conmon[35362]: 2024-01-24T01:54:49.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:48 smithi173 conmon[40198]: cluster 2024-01-24T01:54:47.403114+0000 mgr.smithi027.ahqzdk (mgr.14180) 74 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:49.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:48 smithi173 conmon[40198]: audit 2024-01-24T01:54:48.083414+0000 mon.smithi027 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.27:0/4084635805' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:54:49.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:48 smithi173 conmon[40198]: audit 2024-01-24T01:54:48.271903+0000 mon.smithi173 (mon.1) 7 : audit [INF] from='client.? 172.21.15.173:0/607506301' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "09c6a8d8-128c-455a-a31b-1e7e958c12f3"}]: dispatch 2024-01-24T01:54:49.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:48 smithi173 conmon[40198]: audit 2024-01-24T01:54:48.272374+0000 mon.smithi027 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "09c6a8d8-128c-455a-a31b-1e7e958c12f3"}]: dispatch 2024-01-24T01:54:49.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:48 smithi173 conmon[40198]: audit 2024-01-24T01:54:48.278445+0000 mon.smithi027 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "09c6a8d8-128c-455a-a31b-1e7e958c12f3"}]': finished 2024-01-24T01:54:49.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:48 smithi173 conmon[40198]: cluster 2024-01-24T01:54:48.278496+0000 mon.smithi027 (mon.0) 290 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-24T01:54:49.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:48 smithi173 conmon[40198]: audit 2024-01-24T01:54:48.278588+0000 mon.smithi027 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:54:49.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:48 smithi173 conmon[40198]: audit 2024-01-24T01:54:48.278821+0000 mon.smithi027 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:54:49.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:48 smithi173 conmon[40198]: audit 2024-01-24T01:54:48.278993+0000 mon.smithi027 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:54:49.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:48 smithi173 conmon[40198]: audit 2024-01-24T01:54:48.279148+0000 mon.smithi027 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:54:49.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:48 smithi173 conmon[40198]: audit 2024-01-24T01:54:48.279296+0000 mon.smithi027 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:54:49.313 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:54:50.073 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:49 smithi027 conmon[35362]: audit 2024-01-24T01:54:49.565246+0000 mon.smithi173 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.173:0/1940785330' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:54:50.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:49 smithi173 conmon[40198]: audit 2024-01-24T01:54:49.565246+0000 mon.smithi173 (mon. 2024-01-24T01:54:50.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:49 smithi173 conmon[40198]: 1) 8 : audit [DBG] from='client.? 172.21.15.173:0/1940785330' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:54:51.123 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:54:51.144 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:50 smithi027 conmon[35362]: cluster 2024-01-24T01:54:49.403494+0000 mgr.smithi027.ahqzdk (mgr.14180) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:51.144 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:50 smithi027 conmon[35362]: audit 2024-01-24T01:54:50.646871+0000 mon.smithi027 (mon.0) 296 : audit [INF] from='client.? 172.21.15.27:0/897713239' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd706a43-b449-41a9-8158-02f6efab7a7c"}]: dispatch 2024-01-24T01:54:51.144 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:50 smithi027 conmon[35362]: audit 2024-01-24T01:54:50.650436+0000 mon.smithi027 (mon.0) 297 : audit [INF] from='client.? 172.21.15.27:0/897713239' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd706a43-b449-41a9-8158-02f6efab7a7c"}]': finished 2024-01-24T01:54:51.144 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:50 smithi027 conmon[35362]: cluster 2024-01-24T01:54:50.650476+0000 mon.smithi027 (mon.0) 298 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-24T01:54:51.144 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:50 smithi027 conmon[35362]: audit 2024-01-24T01:54:50.650583+0000 mon.smithi027 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:54:51.144 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:50 smithi027 conmon[35362]: audit 2024-01-24T01:54:50.650912+0000 mon.smithi027 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:54:51.144 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:50 smithi027 conmon[35362]: audit 2024-01-24T01:54:50.651053+0000 mon.smithi027 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:54:51.144 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:50 smithi027 conmon[35362]: audit 2024-01-24T01:54:50.651216+0000 mon.smithi027 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:54:51.144 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:50 smithi027 conmon[35362]: audit 2024-01-24T01:54:50.651371+0000 mon.smithi027 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:54:51.144 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:50 smithi027 conmon[35362]: audit 2024-01-24T01:54:50.651529+0000 mon.smithi027 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:54:51.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: cluster 2024-01-24T01:54:49.403494+0000 mgr.smithi027.ahqzdk (mgr.14180) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:51.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: audit 2024-01-24T01:54: 2024-01-24T01:54:51.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: 50.646871+0000 mon.smithi027 (mon.0) 296 : audit [INF] from='client.? 172.21.15.27:0/897713239' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd706a43-b449-41a9-8158-02f6efab7a7c"}]: dispatch 2024-01-24T01:54:51.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: audit 2024-01-24T01:54:50.650436+0000 mon.smithi027 (mon.0) 297 : audit [INF] from='client.? 172.21.15.27:0/897713239' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd706a43-b449-41a9-8158-02f6efab7a7c"}]': finished 2024-01-24T01:54:51.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: cluster 2024-01-24T01:54:50.650476 2024-01-24T01:54:51.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: +0000 mon.smithi027 (mon.0) 298 : cluster 2024-01-24T01:54:51.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-24T01:54:51.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: audit 2024 2024-01-24T01:54:51.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: -01-24T01:54:50 2024-01-24T01:54:51.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: .650583+0000 mon.smithi027 (mon.0) 2024-01-24T01:54:51.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: 299 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:54:51.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: audit 2024- 2024-01-24T01:54:51.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: 01-24T01:54:50. 2024-01-24T01:54:51.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: 650912+0000 mon.smithi027 (mon.0) 2024-01-24T01:54:51.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: 300 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:54:51.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: audit 2024- 2024-01-24T01:54:51.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: 01-24T01:54:50.651053 2024-01-24T01:54:51.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: +0000 mon.smithi027 (mon.0) 301 2024-01-24T01:54:51.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:54:51.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: audit 2024 2024-01-24T01:54:51.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: -01-24T01:54:50. 2024-01-24T01:54:51.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: 651216+0000 mon.smithi027 (mon.0) 2024-01-24T01:54:51.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: 302 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:54:51.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: audit 2024 2024-01-24T01:54:51.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: -01-24T01:54:50. 2024-01-24T01:54:51.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: 651371+0000 mon.smithi027 (mon.0) 2024-01-24T01:54:51.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: 303 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:54:51.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: audit 2024 2024-01-24T01:54:51.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: -01-24T01:54:50 2024-01-24T01:54:51.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: .651529+0000 mon.smithi027 (mon.0) 2024-01-24T01:54:51.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:50 smithi173 conmon[40198]: 304 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:54:51.994 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1706061290,"num_remapped_pgs":0} 2024-01-24T01:54:52.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:51 smithi027 conmon[35362]: audit 2024-01-24T01:54:51.122006+0000 mon.smithi027 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.27:0/3879942421' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:54:52.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:51 smithi027 conmon[35362]: cluster 2024-01-24T01:54:51.403795+0000 mgr.smithi027.ahqzdk (mgr.14180) 76 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:52.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:51 smithi173 conmon[40198]: audit 2024-01-24T01:54:51.122006+0000 mon.smithi027 (mon.0) 305 : 2024-01-24T01:54:52.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:51 smithi173 conmon[40198]: audit [DBG] from='client.? 172.21.15.27:0/3879942421' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:54:52.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:51 smithi173 conmon[40198]: cluster 2024-01-24T01:54:51.403795+0000 mgr.smithi027.ahqzdk (mgr.14180) 76 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:52.995 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:54:53.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:52 smithi027 conmon[35362]: audit 2024-01-24T01:54:52.090496+0000 mon.smithi173 (mon.1) 9 : audit [INF] from='client.? 172.21.15.173:0/115009086' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c2a3e0eb-e0e7-4a60-8804-20253fe7d8a5"}]: dispatch 2024-01-24T01:54:53.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:52 smithi027 conmon[35362]: audit 2024-01-24T01:54:52.090861+0000 mon.smithi027 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c2a3e0eb-e0e7-4a60-8804-20253fe7d8a5"}]: dispatch 2024-01-24T01:54:53.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:52 smithi027 conmon[35362]: audit 2024-01-24T01:54:52.095056+0000 mon.smithi027 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c2a3e0eb-e0e7-4a60-8804-20253fe7d8a5"}]': finished 2024-01-24T01:54:53.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:52 smithi027 conmon[35362]: cluster 2024-01-24T01:54:52.095112+0000 mon.smithi027 (mon.0) 308 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-24T01:54:53.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:52 smithi027 conmon[35362]: audit 2024-01-24T01:54:52.095245+0000 mon.smithi027 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:54:53.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:52 smithi027 conmon[35362]: audit 2024-01-24T01:54:52.095656+0000 mon.smithi027 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:54:53.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:52 smithi027 conmon[35362]: audit 2024-01-24T01:54:52.095895+0000 mon.smithi027 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:54:53.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:52 smithi027 conmon[35362]: audit 2024-01-24T01:54:52.096136+0000 mon.smithi027 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:54:53.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:52 smithi027 conmon[35362]: audit 2024-01-24T01:54:52.096367+0000 mon.smithi027 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:54:53.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:52 smithi027 conmon[35362]: audit 2024-01-24T01:54:52.096516+0000 mon.smithi027 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:54:53.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:52 smithi027 conmon[35362]: audit 2024-01-24T01:54:52.096727+0000 mon.smithi027 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:54:53.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:52 smithi027 conmon[35362]: audit 2024-01-24T01:54:52.449457+0000 mon.smithi027 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.27:0/24242611' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:54:53.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:52 smithi173 conmon[40198]: audit 2024-01-24T01:54:52.090496+0000 mon.smithi173 (mon.1) 2024-01-24T01:54:53.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:52 smithi173 conmon[40198]: 9 : audit [INF] from='client.? 172.21.15.173:0/115009086' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c2a3e0eb-e0e7-4a60-8804-20253fe7d8a5"}]: dispatch 2024-01-24T01:54:53.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:52 smithi173 conmon[40198]: audit 2024-01-24T01:54:52.090861+0000 mon.smithi027 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c2a3e0eb-e0e7-4a60-8804-20253fe7d8a5"}]: dispatch 2024-01-24T01:54:53.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:52 smithi173 conmon[40198]: audit 2024-01-24T01:54:52.095056+0000 mon.smithi027 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c2a3e0eb-e0e7-4a60-8804-20253fe7d8a5"}]': finished 2024-01-24T01:54:53.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:52 smithi173 conmon[40198]: cluster 2024-01-24T01:54:52.095112+0000 mon.smithi027 (mon.0) 308 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-24T01:54:53.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:52 smithi173 conmon[40198]: audit 2024-01-24T01:54:52.095245+0000 mon.smithi027 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:54:53.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:52 smithi173 conmon[40198]: audit 2024-01-24T01:54:52.095656+0000 mon.smithi027 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:54:53.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:52 smithi173 conmon[40198]: audit 2024-01-24T01:54:52.095895+0000 mon.smithi027 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:54:53.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:52 smithi173 conmon[40198]: audit 2024-01-24T01:54:52.096136+0000 mon.smithi027 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:54:53.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:52 smithi173 conmon[40198]: audit 2024-01-24T01:54:52.096367+0000 mon.smithi027 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:54:53.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:52 smithi173 conmon[40198]: audit 2024-01-24T01:54:52.096516+0000 mon.smithi027 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:54:53.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:52 smithi173 conmon[40198]: audit 2024-01-24T01:54:52.096727+0000 mon.smithi027 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:54:53.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:52 smithi173 conmon[40198]: audit 2024-01-24T01:54:52.449457+0000 mon.smithi027 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.27:0/24242611' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:54:54.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:53 smithi027 conmon[35362]: audit 2024-01-24T01:54:53.352356+0000 mon.smithi173 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.173:0/3204254271' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:54:54.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:53 smithi027 conmon[35362]: cluster 2024-01-24T01:54:53.404288+0000 mgr.smithi027.ahqzdk (mgr.14180) 77 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:54.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:53 smithi173 conmon[40198]: audit 2024-01-24T01:54:53.352356+0000 mon.smithi173 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.173:0/3204254271' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:54:54.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:53 smithi173 conmon[40198]: cluster 2024-01-24T01:54:53.404288+0000 mgr.smithi027.ahqzdk (mgr.14180) 77 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:54.846 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:54:55.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:54 smithi027 conmon[35362]: audit 2024-01-24T01:54:54.845792+0000 mon.smithi027 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.27:0/2409597365' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:54:55.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:54 smithi173 conmon[40198]: audit 2024-01-24T01:54:54.845792+0000 mon.smithi027 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.27:0/2409597365' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:54:55.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:54 smithi173 conmon[40198]: 2024-01-24T01:54:55.504 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1706061292,"num_remapped_pgs":0} 2024-01-24T01:54:55.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:55 smithi173 conmon[40198]: audit 2024-01-24T01:54:55.018088+0000 mon.smithi027 (mon.0) 318 : audit [INF] from='client.? 172.21.15.27:0/1363677786' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95dbd5c0-6295-4354-b8b9-1c898b96a37a"}]: dispatch 2024-01-24T01:54:55.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:55 smithi173 conmon[40198]: audit 2024-01-24T01:54:55.021869+0000 mon.smithi027 (mon.0) 319 : audit [INF] from='client.? 172.21.15.27:0/1363677786' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "95dbd5c0-6295-4354-b8b9-1c898b96a37a"}]': finished 2024-01-24T01:54:55.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:55 smithi173 conmon[40198]: cluster 2024-01-24T01:54:55.021910+0000 mon.smithi027 (mon.0) 320 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-24T01:54:55.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:55 smithi173 conmon[40198]: audit 2024-01-24T01:54:55.022013+0000 mon.smithi027 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:54:55.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:55 smithi173 conmon[40198]: audit 2024-01-24T01:54:55.022289+0000 mon.smithi027 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:54:55.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:55 smithi173 conmon[40198]: audit 2024-01-24T01:54:55.022420+0000 mon.smithi027 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:54:55.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:55 smithi173 conmon[40198]: audit 2024-01-24T01:54:55.022590+0000 mon.smithi027 (mon.0) 324 : audit [DBG] 2024-01-24T01:54:55.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:55 smithi173 conmon[40198]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:54:55.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:55 smithi173 conmon[40198]: audit 2024-01-24T01:54:55.022731+0000 mon.smithi027 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:54:55.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:55 smithi173 conmon[40198]: audit 2024-01-24T01:54:55.022874+0000 mon.smithi027 (mon 2024-01-24T01:54:55.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:55 smithi173 conmon[40198]: .0) 326 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:54:55.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:55 smithi173 conmon[40198]: audit 2024-01-24T01:54 2024-01-24T01:54:55.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:55 smithi173 conmon[40198]: :55.022999+0000 mon.smithi027 (mon.0) 327 : 2024-01-24T01:54:55.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:55 smithi173 conmon[40198]: audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:54:55.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:55 smithi173 conmon[40198]: audit 2024-01-24T01:54:55. 2024-01-24T01:54:55.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:55 smithi173 conmon[40198]: 023138+0000 mon.smithi027 (mon.0) 328 : audit [DBG] 2024-01-24T01:54:55.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:55 smithi173 conmon[40198]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:54:55.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:55 smithi173 conmon[40198]: cluster 2024-01-24T01:54:55 2024-01-24T01:54:55.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:55 smithi173 conmon[40198]: .404504+0000 mgr.smithi027.ahqzdk (mgr.14180) 78 : cluster 2024-01-24T01:54:55.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:55 smithi173 conmon[40198]: [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:56.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:55 smithi027 conmon[35362]: audit 2024-01-24T01:54:55.018088+0000 mon.smithi027 (mon.0) 318 : audit [INF] from='client.? 172.21.15.27:0/1363677786' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95dbd5c0-6295-4354-b8b9-1c898b96a37a"}]: dispatch 2024-01-24T01:54:56.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:55 smithi027 conmon[35362]: audit 2024-01-24T01:54:55.021869+0000 mon.smithi027 (mon.0) 319 : audit [INF] from='client.? 172.21.15.27:0/1363677786' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "95dbd5c0-6295-4354-b8b9-1c898b96a37a"}]': finished 2024-01-24T01:54:56.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:55 smithi027 conmon[35362]: cluster 2024-01-24T01:54:55.021910+0000 mon.smithi027 (mon.0) 320 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-24T01:54:56.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:55 smithi027 conmon[35362]: audit 2024-01-24T01:54:55.022013+0000 mon.smithi027 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:54:56.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:55 smithi027 conmon[35362]: audit 2024-01-24T01:54:55.022289+0000 mon.smithi027 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:54:56.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:55 smithi027 conmon[35362]: audit 2024-01-24T01:54:55.022420+0000 mon.smithi027 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:54:56.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:55 smithi027 conmon[35362]: audit 2024-01-24T01:54:55.022590+0000 2024-01-24T01:54:56.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:55 smithi027 conmon[35362]: mon.smithi027 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:54:56.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:55 smithi027 conmon[35362]: audit 2024-01-24T01:54:55.022731+0000 mon.smithi027 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:54:56.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:55 smithi027 conmon[35362]: audit 2024-01-24T01:54:55.022874+0000 mon.smithi027 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:54:56.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:55 smithi027 conmon[35362]: audit 2024-01-24T01:54:55.022999+0000 mon.smithi027 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:54:56.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:55 smithi027 conmon[35362]: audit 2024-01-24T01:54:55.023138+0000 mon.smithi027 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:54:56.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:55 smithi027 conmon[35362]: cluster 2024-01-24T01:54:55.404504+0000 mgr.smithi027.ahqzdk (mgr.14180) 78 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:56.505 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:54:57.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:57 smithi173 conmon[40198]: audit 2024-01-24T01:54:56.449781+0000 mon.smithi027 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.27:0/2907252827' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:54:57.339 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:57 smithi027 conmon[35362]: audit 2024-01-24T01:54:56.449781+0000 mon.smithi027 (mon.0) 2024-01-24T01:54:57.339 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:57 smithi027 conmon[35362]: 329 : audit [DBG] from='client.? 172.21.15.27:0/2907252827' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T01:54:58.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:58 smithi173 conmon[40198]: cluster 2024-01-24T01:54:57.404770+0000 mgr.smithi027.ahqzdk (mgr.14180) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:58.360 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:54:58.390 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:58 smithi027 conmon[35362]: cluster 2024-01-24T01:54:57.404770+0000 mgr.smithi027.ahqzdk (mgr.14180) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:54:59.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:59 smithi173 conmon[40198]: audit 2024-01-24T01:54:58.359615+0000 mon.smithi027 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.27:0/2048935006' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:54:59.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:59 smithi173 conmon[40198]: audit 2024-01-24T01:54:58.891062+0000 mon.smithi027 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-24T01:54:59.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:54:59 smithi173 conmon[40198]: audit 2024-01-24T01:54:58.891680+0000 mon.smithi027 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:54:59.304 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:59 smithi027 conmon[35362]: audit 2024-01-24T01:54:58.359615+0000 mon.smithi027 (mon 2024-01-24T01:54:59.305 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:59 smithi027 conmon[35362]: .0) 330 : audit [DBG] from='client.? 172.21.15.27:0/2048935006' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:54:59.305 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:59 smithi027 conmon[35362]: audit 2024-01-24T01:54:58.891062+0000 mon.smithi027 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-24T01:54:59.305 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:54:59 smithi027 conmon[35362]: audit 2024-01-24T01:54:58.891680+0000 mon.smithi027 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:54:59.323 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1706061295,"num_remapped_pgs":0} 2024-01-24T01:55:00.288 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:00 smithi027 conmon[35362]: cephadm 2024-01-24T01:54:58.892207+0000 mgr.smithi027.ahqzdk (mgr.14180) 80 : cephadm [INF] Deploying daemon osd.0 on smithi173 2024-01-24T01:55:00.288 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:00 smithi027 conmon[35362]: cluster 2024-01-24T01:54:59.405102+0000 mgr.smithi027.ahqzdk (mgr.14180) 81 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:55:00.324 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:55:00.349 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:00 smithi173 conmon[40198]: cephadm 2024-01-24T01:54:58.892207+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T01:55:00.349 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:00 smithi173 conmon[40198]: ) 80 : cephadm [INF] Deploying daemon osd.0 on smithi173 2024-01-24T01:55:00.349 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:00 smithi173 conmon[40198]: cluster 2024-01-24T01:54:59.405102+0000 mgr.smithi027.ahqzdk (mgr.14180) 81 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:55:02.657 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:02 smithi027 conmon[35362]: cluster 2024-01-24T01:55:01.405371+0000 mgr.smithi027.ahqzdk (mgr.14180) 82 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:55:02.658 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:02 smithi027 conmon[35362]: audit 2024-01-24T01:55:02.345603+0000 mon.smithi027 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-24T01:55:02.658 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:02 smithi027 conmon[35362]: audit 2024-01-24T01:55:02.346170+0000 mon.smithi027 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:55:02.764 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:02 smithi173 conmon[40198]: cluster 2024-01-24T01:55:01.405371+0000 mgr.smithi027.ahqzdk (mgr.14180) 82 : 2024-01-24T01:55:02.764 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:02 smithi173 conmon[40198]: cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:55:02.765 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:02 smithi173 conmon[40198]: audit 2024-01-24T01:55:02.345603+0000 mon.smithi027 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-24T01:55:02.765 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:02 smithi173 conmon[40198]: audit 2024-01-24T01:55:02.346170+0000 mon.smithi027 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:55:02.932 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:55:03.610 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1706061295,"num_remapped_pgs":0} 2024-01-24T01:55:03.657 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:03 smithi027 conmon[35362]: cephadm 2024-01-24T01:55:02.346655+0000 mgr.smithi027.ahqzdk (mgr.14180) 83 : cephadm [INF] Deploying daemon osd.1 on smithi027 2024-01-24T01:55:03.657 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:03 smithi027 conmon[35362]: audit 2024-01-24T01:55:02.931635+0000 mon.smithi027 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.27:0/1103224715' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:55:03.729 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:03 smithi173 conmon[40198]: cephadm 2024-01-24T01:55:02.346655+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T01:55:03.729 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:03 smithi173 conmon[40198]: 83 : cephadm [INF] Deploying daemon osd.1 on smithi027 2024-01-24T01:55:03.730 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:03 smithi173 conmon[40198]: audit 2024-01-24T01:55:02.931635+0000 mon.smithi027 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.27:0/1103224715' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:55:04.612 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:55:04.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:04 smithi027 conmon[35362]: cluster 2024-01-24T01:55:03.405855+0000 mgr.smithi027.ahqzdk (mgr.14180) 84 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:55:04.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:04 smithi027 conmon[35362]: audit 2024-01-24T01:55:03.775581+0000 mon.smithi027 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:04.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:04 smithi027 conmon[35362]: audit 2024-01-24T01:55:03.776153+0000 mon.smithi027 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-24T01:55:04.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:04 smithi027 conmon[35362]: audit 2024-01-24T01:55:03.776694+0000 mon.smithi027 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:55:04.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:04 smithi027 conmon[35362]: cephadm 2024-01-24T01:55:03.777162+0000 mgr.smithi027.ahqzdk (mgr.14180) 85 : cephadm [INF] Deploying daemon osd.2 on smithi173 2024-01-24T01:55:04.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:04 smithi173 conmon[40198]: cluster 2024-01-24T01:55:03.405855+0000 mgr.smithi027.ahqzdk (mgr.14180) 84 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:55:04.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:04 smithi173 conmon[40198]: audit 2024 2024-01-24T01:55:04.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:04 smithi173 conmon[40198]: -01-24T01:55:03.775581+0000 mon.smithi027 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:04.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:04 smithi173 conmon[40198]: audit 2024-01-24T01:55:03.776153+0000 mon.smithi027 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-24T01:55:04.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:04 smithi173 conmon[40198]: audit 2024-01-24T01:55:03.776694+0000 mon.smithi027 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:55:04.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:04 smithi173 conmon[40198]: cephadm 2024-01-24T01:55:03.777162+0000 mgr.smithi027.ahqzdk (mgr.14180) 85 : cephadm [INF] Deploying daemon osd.2 on smithi173 2024-01-24T01:55:07.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:06 smithi027 conmon[35362]: cluster 2024-01-24T01:55:05.406080+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T01:55:07.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:06 smithi027 conmon[35362]: 14180) 86 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:55:07.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:06 smithi173 conmon[40198]: cluster 2024-01-24T01:55:05.406080+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T01:55:07.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:06 smithi173 conmon[40198]: .14180) 86 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:55:07.306 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:55:08.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:07 smithi027 conmon[35362]: audit 2024-01-24T01:55:07.004079+0000 mon.smithi173 (mon 2024-01-24T01:55:08.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:07 smithi027 conmon[35362]: .1) 11 : audit [INF] from='osd.0 [v2:172.21.15.173:6800/1335475316,v1:172.21.15.173:6801/1335475316]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-24T01:55:08.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:07 smithi027 conmon[35362]: audit 2024-01-24T01:55:07.004424+0000 mon.smithi027 (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-24T01:55:08.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:07 smithi027 conmon[35362]: audit 2024-01-24T01:55:07.305378+0000 mon.smithi027 (mon.0) 340 : audit [DBG] from='client.? 172.21.15.27:0/2238331555' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:55:08.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:07 smithi173 conmon[40198]: audit 2024-01-24T01:55:07.004079+0000 mon.smithi173 (mon.1) 2024-01-24T01:55:08.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:07 smithi173 conmon[40198]: 11 : audit [INF] from='osd.0 [v2:172.21.15.173:6800/1335475316,v1:172.21.15.173:6801/1335475316]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-24T01:55:08.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:07 smithi173 conmon[40198]: audit 2024-01-24T01:55:07.004424+0000 mon.smithi027 (mon.0) 339 : audit [INF] 2024-01-24T01:55:08.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:07 smithi173 conmon[40198]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-24T01:55:08.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:07 smithi173 conmon[40198]: audit 2024- 2024-01-24T01:55:08.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:07 smithi173 conmon[40198]: 01-24T01:55:07.305378+0000 mon.smithi027 (mon 2024-01-24T01:55:08.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:07 smithi173 conmon[40198]: .0) 340 : audit [DBG] from='client.? 172.21.15.27:0/2238331555' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:55:08.356 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1706061295,"num_remapped_pgs":0} 2024-01-24T01:55:08.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: cluster 2024-01-24T01:55:07.406351+0000 mgr.smithi027.ahqzdk (mgr.14180) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:55:08.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: audit 2024-01-24T01:55:07.784997+0000 mon.smithi027 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-24T01:55:08.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: cluster 2024-01-24T01:55:07.785044+0000 mon.smithi027 (mon.0) 342 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-24T01:55:08.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: audit 2024-01-24T01:55:07.785170+0000 mon.smithi027 (mon.0) 343 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:55:08.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: audit 2024-01-24T01:55:07.785445+0000 mon.smithi027 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:55:08.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: audit 2024-01-24T01:55:07.785617+0000 mon.smithi027 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:55:08.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: audit 2024-01-24T01:55:07.785779+0000 mon.smithi027 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:08.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: audit 2024-01-24T01:55:07.785938+0000 mon.smithi027 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:55:08.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: audit 2024-01-24T01:55:07.786101+0000 mon.smithi027 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:08.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: audit 2024-01-24T01:55:07.786257 2024-01-24T01:55:08.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: +0000 mon.smithi027 (mon.0) 349 : audit [DBG] 2024-01-24T01:55:08.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:08.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: audit 2024-01 2024-01-24T01:55:08.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: -24T01:55:07.786414+0000 2024-01-24T01:55:08.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: mon.smithi027 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:08.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: audit 2024-01-24T01:55:08.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: 2024-01-24T01:55:07 2024-01-24T01:55:08.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: .789531+0000 mon.smithi173 (mon.1) 12 2024-01-24T01:55:08.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: : audit [INF] from='osd.0 [v2:172.21.15.173:6800/1335475316,v1:172.21.15.173:6801/1335475316]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-01-24T01:55:08.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: audit 2024- 2024-01-24T01:55:08.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: 01-24T01:55:07.789791+0000 mon.smithi027 (mon 2024-01-24T01:55:08.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: .0) 351 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-01-24T01:55:08.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: audit 2024-01-24T01:55:08.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: 2024-01-24T01:55:08 2024-01-24T01:55:08.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: .601136+0000 mon.smithi027 (mon.0 2024-01-24T01:55:08.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: ) 352 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:08.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: audit 2024-01-24T01 2024-01-24T01:55:08.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: :55:08.601752+0000 mon.smithi027 ( 2024-01-24T01:55:08.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: mon.0) 353 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-24T01:55:08.914 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: audit 2024-01-24T01:55:08.914 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: 2024-01-24T01:55 2024-01-24T01:55:08.914 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: :08.602348+0000 mon.smithi027 (mon.0) 2024-01-24T01:55:08.914 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:08 smithi173 conmon[40198]: 354 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:55:09.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: cluster 2024-01-24T01:55:07.406351+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T01:55:09.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: .14180) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:55:09.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: audit 2024-01-24T01:55:07.784997+0000 mon.smithi027 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-24T01:55:09.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: cluster 2024-01-24T01:55:07.785044 2024-01-24T01:55:09.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: +0000 mon.smithi027 (mon.0) 342 : cluster [DBG] 2024-01-24T01:55:09.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: osdmap e14: 8 total, 0 up, 8 in 2024-01-24T01:55:09.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: audit 2024-01-24T01:55:09.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: 2024-01-24T01:55:07. 2024-01-24T01:55:09.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: 785170+0000 mon.smithi027 (mon.0) 2024-01-24T01:55:09.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: 343 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:55:09.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: audit 2024- 2024-01-24T01:55:09.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: 01-24T01:55:07.785445+0000 mon.smithi027 2024-01-24T01:55:09.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: (mon.0) 344 : audit [DBG] 2024-01-24T01:55:09.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:55:09.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: audit 2024-01 2024-01-24T01:55:09.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: -24T01:55:07.785617+0000 mon.smithi027 ( 2024-01-24T01:55:09.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: mon.0) 345 : audit [DBG] 2024-01-24T01:55:09.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:55:09.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: audit 2024-01-24T01:55:09.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: 2024-01-24T01: 2024-01-24T01:55:09.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: 55:07.785779+0000 mon.smithi027 (mon 2024-01-24T01:55:09.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: .0) 346 : audit [DBG] 2024-01-24T01:55:09.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:09.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: audit 2024- 2024-01-24T01:55:09.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: 01-24T01:55:07.785938+0000 mon.smithi027 2024-01-24T01:55:09.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: (mon.0) 347 : audit 2024-01-24T01:55:09.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:55:09.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: audit 2024- 2024-01-24T01:55:09.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: 01-24T01:55:07.786101+0000 mon.smithi027 (mon.0) 2024-01-24T01:55:09.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: 348 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:09.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: audit 2024-01-24T01: 2024-01-24T01:55:09.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: 55:07.786257+0000 mon.smithi027 (mon.0) 2024-01-24T01:55:09.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: 349 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:09.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: audit 2024 2024-01-24T01:55:09.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: -01-24T01:55:07.786414+0000 mon.smithi027 (mon.0 2024-01-24T01:55:09.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: ) 350 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:09.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: audit 2024- 2024-01-24T01:55:09.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: 01-24T01:55:07.789531+0000 mon.smithi173 2024-01-24T01:55:09.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: (mon.1) 12 : audit [INF] 2024-01-24T01:55:09.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: from='osd.0 [v2:172.21.15.173:6800/1335475316,v1:172.21.15.173:6801/1335475316]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-01-24T01:55:09.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: audit 2024-01-24T01:55:09.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: 2024-01-24T 2024-01-24T01:55:09.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: 01:55:07.789791+0000 mon.smithi027 ( 2024-01-24T01:55:09.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: mon.0) 351 : audit 2024-01-24T01:55:09.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-01-24T01:55:09.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: audit 2024-01-24T01:55:09.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: 2024-01-24T01 2024-01-24T01:55:09.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: :55:08.601136+0000 mon.smithi027 ( 2024-01-24T01:55:09.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: mon.0) 352 : audit 2024-01-24T01:55:09.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:09.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: audit 2024-01-24T01:55:09.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: 2024-01-24T01: 2024-01-24T01:55:09.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: 55:08.601752+0000 mon.smithi027 (mon 2024-01-24T01:55:09.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: .0) 353 : audit 2024-01-24T01:55:09.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-24T01:55:09.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: audit 2024-01-24T01:55:09.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: 2024-01-24T01: 2024-01-24T01:55:09.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: 55:08.602348+0000 mon.smithi027 (mon. 2024-01-24T01:55:09.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: 0) 354 : audit [DBG] 2024-01-24T01:55:09.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:08 smithi027 conmon[35362]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:55:09.357 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:55:09.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:09 smithi027 conmon[35362]: cephadm 2024-01-24T01:55:08.602874+0000 mgr.smithi027.ahqzdk (mgr.14180) 88 : cephadm [INF] Deploying daemon osd.4 on smithi173 2024-01-24T01:55:09.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:09 smithi027 conmon[35362]: audit 2024-01-24T01:55:08.785855+0000 mon.smithi027 (mon.0) 355 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-01-24T01:55:09.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:09 smithi027 conmon[35362]: cluster 2024-01-24T01:55:08.785956+0000 mon.smithi027 (mon.0) 356 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-24T01:55:09.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:09 smithi027 conmon[35362]: audit 2024-01-24T01:55:08.786302+0000 mon.smithi027 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:55:09.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:09 smithi027 conmon[35362]: audit 2024-01-24T01:55:08.786561+0000 mon.smithi027 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:55:09.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:09 smithi027 conmon[35362]: audit 2024-01-24T01:55:08.786735+0000 mon.smithi027 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:55:09.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:09 smithi027 conmon[35362]: audit 2024-01-24T01:55 2024-01-24T01:55:09.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:09 smithi027 conmon[35362]: :08.786872+0000 mon.smithi027 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:09.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:09 smithi027 conmon[35362]: audit 2024-01-24T01:55:08.791304+0000 mon.smithi027 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:55:09.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:09 smithi027 conmon[35362]: audit 2024-01-24T01:55:08.791491+0000 mon.smithi027 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:09.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:09 smithi027 conmon[35362]: audit 2024-01-24T01:55:08.791681+0000 mon.smithi027 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:09.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:09 smithi027 conmon[35362]: audit 2024-01-24T01:55:08.791855+0000 mon.smithi027 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:09.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:09 smithi027 conmon[35362]: audit 2024-01-24T01:55:08.792049+0000 mon.smithi027 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:55:09.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:09 smithi027 conmon[35362]: audit 2024-01-24T01:55:08.819044+0000 mon.smithi027 (mon.0) 366 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:09.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:09 smithi027 conmon[35362]: audit 2024-01-24T01:55:08.819724+0000 mon.smithi027 (mon.0) 367 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-24T01:55:09.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:09 smithi027 conmon[35362]: audit 2024-01-24T01:55:08.820358+0000 mon.smithi027 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:55:09.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:09 smithi027 conmon[35362]: cephadm 2024- 2024-01-24T01:55:09.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:09 smithi027 conmon[35362]: 01-24T01:55:08.820873 2024-01-24T01:55:09.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:09 smithi027 conmon[35362]: +0000 mgr.smithi027.ahqzdk (mgr.14180) 89 2024-01-24T01:55:09.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:09 smithi027 conmon[35362]: : cephadm [INF] Deploying daemon osd.3 on smithi027 2024-01-24T01:55:09.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:09 smithi027 conmon[35362]: 2024-01-24T01:55:10.092 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: cephadm 2024-01-24T01:55:08.602874+0000 mgr.smithi027.ahqzdk (mgr.14180) 88 : 2024-01-24T01:55:10.092 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: cephadm [INF] Deploying daemon osd.4 on smithi173 2024-01-24T01:55:10.092 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: audit 2024-01-24T01:55:08.785855+0000 mon.smithi027 (mon.0) 355 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-01-24T01:55:10.092 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: cluster 2024-01-24T01:55:08.785956+0000 mon.smithi027 (mon.0) 356 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-24T01:55:10.092 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: audit 2024-01-24T01:55:08.786302+0000 mon.smithi027 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:55:10.092 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: audit 2024-01-24T01:55:08.786561+0000 mon.smithi027 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:55:10.092 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: audit 2024-01-24T01:55:08.786735+0000 mon.smithi027 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:55:10.092 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: audit 2024-01-24T01:55:08.786872+0000 mon.smithi027 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:10.092 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: audit 2024-01-24T01:55:08.791304+0000 mon.smithi027 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:55:10.093 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: audit 2024-01-24T01:55:08.791491+0000 mon.smithi027 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:10.093 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: audit 2024-01-24T01 2024-01-24T01:55:10.093 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: :55:08.791681+0000 mon.smithi027 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:10.093 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: 2024-01-24T01:55:10.093 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: audit 2024-01-24T01:55:08.791855+0000 2024-01-24T01:55:10.093 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: mon.smithi027 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:10.093 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: 2024-01-24T01:55:10.093 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: audit 2024-01-24T01:55:10.093 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: 2024-01-24T01:55:08.792049+0000 mon.smithi027 (mon.0) 2024-01-24T01:55:10.093 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: 365 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:55:10.093 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: audit 2024-01-24T01:55:08.819044 2024-01-24T01:55:10.094 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: +0000 mon.smithi027 (mon.0) 366 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:10.094 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: audit 2024-01 2024-01-24T01:55:10.094 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: -24T01:55:08.819724+0000 mon.smithi027 (mon.0) 367 : 2024-01-24T01:55:10.094 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-24T01:55:10.094 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: audit 2024-01-24T01:55:10.094 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: 2024-01-24T01:55:08.820358+0000 mon.smithi027 (mon.0) 368 : audit 2024-01-24T01:55:10.094 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:55:10.094 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: cephadm 2024-01-24T01:55: 2024-01-24T01:55:10.094 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: 08.820873+0000 mgr.smithi027.ahqzdk (mgr.14180) 89 : cephadm 2024-01-24T01:55:10.094 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:09 smithi173 conmon[40198]: [INF] Deploying daemon osd.3 on smithi027 2024-01-24T01:55:11.054 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:10 smithi173 conmon[40198]: cluster 2024-01-24T01:55:07.992811+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:55:11.075 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:10 smithi173 conmon[40198]: cluster 2024-01-24T01:55:07.992851+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:55:11.075 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:10 smithi173 conmon[40198]: cluster 2024-01-24T01:55:09.406628+0000 mgr.smithi027.ahqzdk (mgr.14180) 90 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:55:11.075 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:10 smithi173 conmon[40198]: cluster 2024-01-24T01:55:09.790674+0000 mon.smithi027 (mon.0) 369 : cluster [INF] osd.0 [v2:172.21.15.173:6800/1335475316,v1:172.21.15.173:6801/1335475316] boot 2024-01-24T01:55:11.076 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:10 smithi173 conmon[40198]: cluster 2024-01-24T01:55:09.790704+0000 mon.smithi027 (mon.0) 370 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-24T01:55:11.076 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:10 smithi173 conmon[40198]: audit 2024-01-24T01:55:09.791011+0000 mon.smithi027 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:55:11.076 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:10 smithi173 conmon[40198]: audit 2024-01-24T01:55:09.791280+0000 mon.smithi027 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:55:11.076 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:10 smithi173 conmon[40198]: audit 2024-01-24T01:55:09.791426+0000 mon.smithi027 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:55:11.076 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:10 smithi173 conmon[40198]: audit 2024- 2024-01-24T01:55:11.076 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:10 smithi173 conmon[40198]: 01-24T01:55:09.791587+0000 mon.smithi027 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:11.077 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:10 smithi173 conmon[40198]: audit 2024-01-24T01:55:09.791734+0000 mon.smithi027 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:55:11.077 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:10 smithi173 conmon[40198]: audit 2024-01-24T01:55:09.791893+0000 mon.smithi027 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:11.077 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:10 smithi173 conmon[40198]: audit 2024-01-24T01:55:09.792036+0000 mon.smithi027 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:11.077 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:10 smithi173 conmon[40198]: audit 2024-01-24T01:55:09.792191+0000 mon.smithi027 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:11.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:10 smithi027 conmon[35362]: cluster 2024-01-24T01:55:07.992811+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:55:11.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:10 smithi027 conmon[35362]: cluster 2024-01-24T01:55:07.992851+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:55:11.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:10 smithi027 conmon[35362]: cluster 2024-01-24T01:55:09.406628+0000 mgr.smithi027.ahqzdk (mgr.14180) 90 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T01:55:11.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:10 smithi027 conmon[35362]: cluster 2024-01-24T01:55:09.790674+0000 mon.smithi027 (mon.0) 369 : cluster [INF] osd.0 [v2:172.21.15.173:6800/1335475316,v1:172.21.15.173:6801/1335475316] boot 2024-01-24T01:55:11.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:10 smithi027 conmon[35362]: cluster 2024-01-24T01:55:09.790704+0000 mon.smithi027 (mon.0) 370 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-24T01:55:11.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:10 smithi027 conmon[35362]: audit 2024-01-24T01:55:09.791011+0000 mon.smithi027 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T01:55:11.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:10 smithi027 conmon[35362]: audit 2024-01-24T01:55:09.791280+0000 mon.smithi027 (mon.0) 372 : 2024-01-24T01:55:11.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:10 smithi027 conmon[35362]: audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:55:11.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:10 smithi027 conmon[35362]: audit 2024-01-24T01:55:09.791426+0000 mon.smithi027 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:55:11.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:10 smithi027 conmon[35362]: audit 2024-01-24T01:55:09.791587+0000 mon.smithi027 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:11.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:10 smithi027 conmon[35362]: audit 2024-01-24T01:55:09.791734+0000 mon.smithi027 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:55:11.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:10 smithi027 conmon[35362]: audit 2024-01-24T01:55:09.791893+0000 mon.smithi027 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:11.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:10 smithi027 conmon[35362]: audit 2024-01-24T01:55:09.792036+0000 mon.smithi027 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:11.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:10 smithi027 conmon[35362]: audit 2024-01-24T01:55:09.792191+0000 mon.smithi027 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:12.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:11 smithi027 conmon[35362]: cluster 2024-01-24T01:55:10.821469+0000 mon.smithi027 (mon. 2024-01-24T01:55:12.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:11 smithi027 conmon[35362]: 0) 379 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-24T01:55:12.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:11 smithi027 conmon[35362]: audit 2024-01-24T01:55:10.821652+0000 mon.smithi027 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:55:12.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:11 smithi027 conmon[35362]: audit 2024-01-24T01:55:10.822008+0000 mon.smithi027 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:55:12.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:11 smithi027 conmon[35362]: audit 2024-01-24T01:55:10.822244+0000 mon.smithi027 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:12.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:11 smithi027 conmon[35362]: audit 2024-01-24T01:55:10.822475+0000 mon.smithi027 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:55:12.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:11 smithi027 conmon[35362]: audit 2024-01-24T01:55:10.822742+0000 mon.smithi027 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:12.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:11 smithi027 conmon[35362]: audit 2024-01-24T01:55:10.822990+0000 mon.smithi027 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:12.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:11 smithi027 conmon[35362]: audit 2024-01-24T01:55:10.823235+0000 mon.smithi027 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:12.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:11 smithi173 conmon[40198]: cluster 2024-01-24T01:55:10.821469+0000 mon.smithi027 (mon.0 2024-01-24T01:55:12.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:11 smithi173 conmon[40198]: ) 379 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-24T01:55:12.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:11 smithi173 conmon[40198]: audit 2024-01-24T01:55:10.821652+0000 mon.smithi027 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:55:12.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:11 smithi173 conmon[40198]: 2024-01-24T01:55:12.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:11 smithi173 conmon[40198]: audit 2024-01-24T01:55:12.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:11 smithi173 conmon[40198]: 2024-01- 2024-01-24T01:55:12.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:11 smithi173 conmon[40198]: 24T01:55:10.822008+0000 mon.smithi027 2024-01-24T01:55:12.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:11 smithi173 conmon[40198]: (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:55:12.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:11 smithi173 conmon[40198]: 2024-01-24T01:55:12.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:11 smithi173 conmon[40198]: audit 2024-01-24T01:55:12.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:11 smithi173 conmon[40198]: 2024-01-24 2024-01-24T01:55:12.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:11 smithi173 conmon[40198]: T01:55:10.822244+0000 mon.smithi027 (mon 2024-01-24T01:55:12.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:11 smithi173 conmon[40198]: .0) 382 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:12.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:11 smithi173 conmon[40198]: audit 2024-01- 2024-01-24T01:55:12.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:11 smithi173 conmon[40198]: 24T01:55:10.822475+0000 mon.smithi027 (mon 2024-01-24T01:55:12.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:11 smithi173 conmon[40198]: .0) 383 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:55:12.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:11 smithi173 conmon[40198]: audit 2024-01-24T01 2024-01-24T01:55:12.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:11 smithi173 conmon[40198]: :55:10.822742+0000 mon.smithi027 (mon.0) 2024-01-24T01:55:12.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:11 smithi173 conmon[40198]: 384 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:12.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:11 smithi173 conmon[40198]: audit 2024-01-24T 2024-01-24T01:55:12.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:11 smithi173 conmon[40198]: 01:55:10.822990+0000 mon.smithi027 (mon.0 2024-01-24T01:55:12.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:11 smithi173 conmon[40198]: ) 385 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:12.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:11 smithi173 conmon[40198]: audit 2024-01-24T01:55 2024-01-24T01:55:12.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:11 smithi173 conmon[40198]: :10.823235+0000 mon.smithi027 (mon.0) 386 : 2024-01-24T01:55:12.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:11 smithi173 conmon[40198]: audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:12.409 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:55:13.132 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:12 smithi027 conmon[35362]: cluster 2024-01-24T01:55:11.406879+0000 mgr.smithi027.ahqzdk 2024-01-24T01:55:13.132 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:12 smithi027 conmon[35362]: (mgr.14180) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-24T01:55:13.132 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:12 smithi027 conmon[35362]: audit 2024-01-24T01:55:11.822892+0000 mon.smithi173 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.173:6808/3793192458,v1:172.21.15.173:6809/3793192458]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-24T01:55:13.132 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:12 smithi027 conmon[35362]: audit 2024-01-24T01:55:11.825573+0000 mon.smithi027 (mon.0) 387 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-24T01:55:13.132 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:12 smithi027 conmon[35362]: audit 2024-01-24T01:55:12.022966+0000 mon.smithi173 (mon.1) 14 : audit [INF] from='osd.1 [v2:172.21.15.27:6802/2526359654,v1:172.21.15.27:6803/2526359654]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-24T01:55:13.132 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:12 smithi027 conmon[35362]: audit 2024-01-24T01:55:12.023373+0000 mon.smithi027 (mon.0) 388 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-24T01:55:13.132 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:12 smithi027 conmon[35362]: audit 2024-01-24T01:55:12.408484+0000 mon.smithi027 (mon.0) 389 : audit [DBG] from='client.? 172.21.15.27:0/2786415209' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:55:13.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:12 smithi173 conmon[40198]: cluster 2024-01-24T01:55:11.406879+0000 mgr.smithi027.ahqzdk (mgr.14180) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-24T01:55:13.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:12 smithi173 conmon[40198]: audit 2024-01-24T01:55:11.822892 2024-01-24T01:55:13.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:12 smithi173 conmon[40198]: +0000 mon.smithi173 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.173:6808/3793192458,v1:172.21.15.173:6809/3793192458]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-24T01:55:13.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:12 smithi173 conmon[40198]: audit 2024-01-24T01:55:11.825573+0000 mon.smithi027 (mon.0) 387 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-24T01:55:13.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:12 smithi173 conmon[40198]: audit 2024-01-24 2024-01-24T01:55:13.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:12 smithi173 conmon[40198]: T01:55:12.022966+0000 mon.smithi173 (mon.1) 14 : audit [INF] from='osd.1 [v2:172.21.15.27:6802/2526359654,v1:172.21.15.27:6803/2526359654]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-24T01:55:13.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:12 smithi173 conmon[40198]: audit 2024-01-24T01:55:12.023373+0000 mon.smithi027 (mon.0 2024-01-24T01:55:13.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:12 smithi173 conmon[40198]: ) 388 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-24T01:55:13.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:12 smithi173 conmon[40198]: audit 2024-01-24T01:55:12 2024-01-24T01:55:13.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:12 smithi173 conmon[40198]: .408484+0000 mon.smithi027 (mon.0) 389 : audit 2024-01-24T01:55:13.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:12 smithi173 conmon[40198]: [DBG] from='client.? 172.21.15.27:0/2786415209' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:55:13.189 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1706061309,"num_in_osds":8,"osd_in_since":1706061295,"num_remapped_pgs":0} 2024-01-24T01:55:14.113 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:13 smithi173 conmon[40198]: audit 2024-01-24T01:55:12.829124+0000 mon.smithi027 (mon 2024-01-24T01:55:14.113 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:13 smithi173 conmon[40198]: .0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-24T01:55:14.113 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:13 smithi173 conmon[40198]: audit 2024-01-24T01:55:12.829191+0000 mon.smithi027 (mon.0) 391 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-24T01:55:14.113 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:13 smithi173 conmon[40198]: cluster 2024-01-24T01:55:12.829243+0000 mon.smithi027 (mon.0) 392 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-24T01:55:14.113 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:13 smithi173 conmon[40198]: audit 2024-01-24T01:55:12.829338+0000 mon.smithi027 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:55:14.113 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:13 smithi173 conmon[40198]: audit 2024-01-24T01:55:12.829616+0000 mon.smithi027 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:55:14.113 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:13 smithi173 conmon[40198]: audit 2024-01-24T01:55:12.829753+0000 mon.smithi027 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:14.113 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:13 smithi173 conmon[40198]: audit 2024-01-24T01:55:12.829888+0000 mon.smithi027 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:55:14.113 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:13 smithi173 conmon[40198]: audit 2024-01-24T01:55:12.830073+0000 mon.smithi027 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:14.113 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:13 smithi173 conmon[40198]: audit 2024-01-24T01:55:12.830267+0000 mon.smithi027 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:14.114 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:13 smithi173 conmon[40198]: audit 2024-01-24T01:55:12.830333+0000 mon.smithi173 (mon.1) 15 : audit [INF] from='osd.2 [v2:172.21.15.173:6808/3793192458,v1:172.21.15.173:6809/3793192458]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-01-24T01:55:14.114 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:13 smithi173 conmon[40198]: audit 2024-01-24T01:55:12.830495+0000 mon.smithi027 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:14.114 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:13 smithi173 conmon[40198]: audit 2024-01-24T01:55:12.830616+0000 mon.smithi173 (mon.1) 16 : audit [INF] from='osd.1 [v2:172.21.15.27:6802/2526359654,v1:172.21.15.27:6803/2526359654]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2024-01-24T01:55:14.114 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:13 smithi173 conmon[40198]: audit 2024-01-24T01:55:12.830903+0000 mon.smithi027 (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-01-24T01:55:14.114 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:13 smithi173 conmon[40198]: audit 2024-01-24T01:55:12.831334+0000 mon.smithi027 (mon.0) 401 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2024-01-24T01:55:14.114 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:13 smithi173 conmon[40198]: audit 2024-01-24T01:55:13.591159+0000 mon.smithi027 (mon.0) 402 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:14.114 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:13 smithi173 conmon[40198]: audit 2024-01-24T01:55:13.591893+0000 mon.smithi027 (mon.0) 403 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-24T01:55:14.114 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:13 smithi173 conmon[40198]: audit 2024-01-24T01:55:13.592578+0000 mon.smithi027 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:55:14.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: audit 2024-01-24T01:55:14.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: 2024-01-24T01:55:12.829124+0000 mon.smithi027 (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-24T01:55:14.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: audit 2024-01-24T01:55:12.829191+0000 mon.smithi027 (mon.0) 391 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-24T01:55:14.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: cluster 2024-01-24T01:55:12.829243+0000 mon.smithi027 (mon.0) 392 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-24T01:55:14.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: audit 2024-01-24T01:55:12.829338+0000 2024-01-24T01:55:14.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: mon.smithi027 (mon.0) 393 : audit 2024-01-24T01:55:14.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:55:14.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: audit 2024 2024-01-24T01:55:14.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: -01-24T01:55:12 2024-01-24T01:55:14.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: .829616+0000 mon.smithi027 (mon. 2024-01-24T01:55:14.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: 0) 394 : audit [DBG] 2024-01-24T01:55:14.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:55:14.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: audit 2024-01-24T01:55:14.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: 2024-01 2024-01-24T01:55:14.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: -24T01:55:12. 2024-01-24T01:55:14.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: 829753+0000 mon.smithi027 (mon.0 2024-01-24T01:55:14.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: ) 395 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:14.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: 2024-01-24T01:55:14.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: audit 2024- 2024-01-24T01:55:14.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: 01-24T01:55 2024-01-24T01:55:14.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: :12.829888+0000 mon.smithi027 ( 2024-01-24T01:55:14.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: mon.0) 396 : audit 2024-01-24T01:55:14.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:55:14.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: audit 2024-01-24T01:55:14.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: 2024-01- 2024-01-24T01:55:14.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: 24T01:55:12.830073 2024-01-24T01:55:14.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: +0000 mon.smithi027 (mon.0 2024-01-24T01:55:14.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: ) 397 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:14.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: 2024-01-24T01:55:14.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: audit 2024-01-24T01:55:14.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: 2024-01-24T01:55:12 2024-01-24T01:55:14.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: .830267+0000 mon.smithi027 (mon. 2024-01-24T01:55:14.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: 0) 398 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:14.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: 2024-01-24T01:55:14.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: audit 2024-01-24T01:55:14.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: 2024-01-24T01 2024-01-24T01:55:14.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: :55:12.830333+0000 2024-01-24T01:55:14.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: mon.smithi173 (mon.1) 15 2024-01-24T01:55:14.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: : audit [INF] from='osd.2 [v2:172.21.15.173:6808/3793192458,v1:172.21.15.173:6809/3793192458]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-01-24T01:55:14.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: audit 2024 2024-01-24T01:55:14.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: -01-24T01:55:12 2024-01-24T01:55:14.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: .830495+0000 mon.smithi027 (mon 2024-01-24T01:55:14.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: .0) 399 : audit [DBG] 2024-01-24T01:55:14.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:14.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: audit 2024-01-24T01:55:14.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: 2024-01-24T01 2024-01-24T01:55:14.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: :55:12.830616+0000 2024-01-24T01:55:14.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: mon.smithi173 (mon.1) 16 : 2024-01-24T01:55:14.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: audit [INF] from='osd.1 [v2:172.21.15.27:6802/2526359654,v1:172.21.15.27:6803/2526359654]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2024-01-24T01:55:14.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: audit 2024 2024-01-24T01:55:14.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: -01-24T01:55:12 2024-01-24T01:55:14.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: .830903+0000 mon.smithi027 (mon. 2024-01-24T01:55:14.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: 0) 400 : audit [INF] 2024-01-24T01:55:14.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-01-24T01:55:14.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: audit 2024-01-24T01:55:14.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: 2024-01-24T01: 2024-01-24T01:55:14.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: 55:12.831334+0000 mon.smithi027 2024-01-24T01:55:14.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: (mon.0) 401 : audit 2024-01-24T01:55:14.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2024-01-24T01:55:14.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: audit 2024-01 2024-01-24T01:55:14.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: -24T01:55:13. 2024-01-24T01:55:14.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: 591159+0000 mon.smithi027 (mon.0 2024-01-24T01:55:14.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: ) 402 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:14.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: 2024-01-24T01:55:14.162 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: audit 2024 2024-01-24T01:55:14.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: -01-24T01:55 2024-01-24T01:55:14.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: :13.591893+0000 mon.smithi027 2024-01-24T01:55:14.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: (mon.0) 403 : audit 2024-01-24T01:55:14.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-24T01:55:14.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: audit 2024-01-24T01:55:14.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: 2024-01-24T01:55 2024-01-24T01:55:14.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: :13.592578+0000 mon.smithi027 ( 2024-01-24T01:55:14.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: mon.0) 404 : audit 2024-01-24T01:55:14.163 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:13 smithi027 conmon[35362]: [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:55:14.189 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:55:15.098 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:14 smithi173 conmon[40198]: cluster 2024-01-24T01:55:12.868184+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:55:15.098 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:14 smithi173 conmon[40198]: cluster 2024-01-24T01:55:12.868223+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:55:15.098 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:14 smithi173 conmon[40198]: cluster 2024-01-24T01:55:13.407156+0000 mgr.smithi027.ahqzdk (mgr.14180) 92 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-24T01:55:15.098 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:14 smithi173 conmon[40198]: cephadm 2024-01-24T01:55:13.593078+0000 mgr.smithi027.ahqzdk (mgr.14180) 93 : cephadm [INF] Deploying daemon osd.6 on smithi173 2024-01-24T01:55:15.098 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:14 smithi173 conmon[40198]: audit 2024-01-24T01:55:13.831146+0000 mon.smithi027 (mon.0) 405 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-01-24T01:55:15.098 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:14 smithi173 conmon[40198]: audit 2024-01-24T01:55:13.831243+0000 mon.smithi027 (mon.0) 406 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2024-01-24T01:55:15.098 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:14 smithi173 conmon[40198]: cluster 2024-01-24T01:55:13.831321+0000 mon.smithi027 (mon.0) 407 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-24T01:55:15.098 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:14 smithi173 conmon[40198]: audit 2024-01-24T01:55:13.831704+0000 mon.smithi027 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:55:15.099 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:14 smithi173 conmon[40198]: audit 2024-01-24T01:55:13.832062+0000 mon.smithi027 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:55:15.099 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:14 smithi173 conmon[40198]: audit 2024-01-24T01:55:13.832281+0000 mon.smithi027 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:15.099 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:14 smithi173 conmon[40198]: audit 2024-01-24T01:55:13.832455+0000 mon.smithi027 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:55:15.099 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:14 smithi173 conmon[40198]: audit 2024-01-24T01:55:13.832645+0000 mon.smithi027 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:15.099 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:14 smithi173 conmon[40198]: audit 2024-01-24T01:55:13.837503+0000 mon.smithi027 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:15.099 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:14 smithi173 conmon[40198]: audit 2024-01-24T01:55:13.837921+0000 mon.smithi027 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:15.099 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:14 smithi173 conmon[40198]: audit 2024-01-24T01:55:13.838116+0000 mon.smithi027 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:55:15.099 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:14 smithi173 conmon[40198]: audit 2024-01-24T01:55:13.838255+0000 mon.smithi027 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:55:15.104 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:14 smithi027 conmon[35362]: cluster 2024-01-24T01:55:12.868184+0000 osd.2 ( 2024-01-24T01:55:15.104 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:14 smithi027 conmon[35362]: osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:55:15.104 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:14 smithi027 conmon[35362]: cluster 2024-01-24T01:55:12.868223+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:55:15.104 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:14 smithi027 conmon[35362]: cluster 2024-01-24T01:55:13.407156+0000 mgr.smithi027.ahqzdk (mgr.14180) 92 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-24T01:55:15.104 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:14 smithi027 conmon[35362]: cephadm 2024-01-24T01:55:13.593078+0000 mgr.smithi027.ahqzdk (mgr.14180) 93 : cephadm [INF] Deploying daemon osd.6 on smithi173 2024-01-24T01:55:15.104 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:14 smithi027 conmon[35362]: audit 2024-01-24T01:55:13.831146+0000 mon.smithi027 (mon.0) 405 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-01-24T01:55:15.104 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:14 smithi027 conmon[35362]: audit 2024-01-24T01:55:13.831243+0000 mon.smithi027 (mon.0) 406 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2024-01-24T01:55:15.104 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:14 smithi027 conmon[35362]: cluster 2024-01-24T01:55:13.831321+0000 mon.smithi027 (mon.0) 407 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-24T01:55:15.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:14 smithi027 conmon[35362]: audit 2024-01-24T01:55:13.831704+0000 mon.smithi027 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:55:15.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:14 smithi027 conmon[35362]: audit 2024-01-24T01:55:13.832062+0000 mon.smithi027 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:55:15.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:14 smithi027 conmon[35362]: audit 2024-01-24T01:55:13.832281+0000 mon.smithi027 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:15.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:14 smithi027 conmon[35362]: audit 2024-01-24T01:55:13.832455+0000 mon.smithi027 (mon.0) 411 : audit 2024-01-24T01:55:15.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:14 smithi027 conmon[35362]: [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:55:15.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:14 smithi027 conmon[35362]: audit 2024-01-24T01:55:13.832645+0000 mon.smithi027 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:15.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:14 smithi027 conmon[35362]: audit 2024-01-24T01:55:13.837503+0000 mon.smithi027 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:15.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:14 smithi027 conmon[35362]: audit 2024-01-24T01:55:15.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:14 smithi027 conmon[35362]: 2024-01-24T01:55:13.837921+0000 mon.smithi027 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:15.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:14 smithi027 conmon[35362]: audit 2024-01-24T01:55:13.838116+0000 mon.smithi027 (mon.0) 2024-01-24T01:55:15.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:14 smithi027 conmon[35362]: 415 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:55:15.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:14 smithi027 conmon[35362]: audit 2024-01-24T01:55:15.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:14 smithi027 conmon[35362]: 2024-01-24T01:55:13.838255+0000 mon.smithi027 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:55:15.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:14 smithi027 conmon[35362]: 2024-01-24T01:55:16.108 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:15 smithi173 conmon[40198]: cluster 2024-01-24T01:55:13.050461+0000 osd.1 (osd.1) 1 2024-01-24T01:55:16.108 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:15 smithi173 conmon[40198]: : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:55:16.108 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:15 smithi173 conmon[40198]: cluster 2024-01-24T01:55:13.050581+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:55:16.108 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:15 smithi173 conmon[40198]: cluster 2024-01-24T01:55:14.836786+0000 mon.smithi027 (mon.0) 417 : cluster [INF] osd.1 [v2:172.21.15.27:6802/2526359654,v1:172.21.15.27:6803/2526359654] boot 2024-01-24T01:55:16.108 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:15 smithi173 conmon[40198]: cluster 2024-01-24T01:55:14.836818+0000 mon.smithi027 (mon.0) 418 : cluster [INF] osd.2 [v2:172.21.15.173:6808/3793192458,v1:172.21.15.173:6809/3793192458] boot 2024-01-24T01:55:16.108 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:15 smithi173 conmon[40198]: cluster 2024-01-24T01:55:14.836837+0000 mon.smithi027 (mon.0) 419 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-01-24T01:55:16.108 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:15 smithi173 conmon[40198]: audit 2024-01-24T01:55:14.837138+0000 mon.smithi027 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:55:16.108 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:15 smithi173 conmon[40198]: audit 2024-01-24T01:55:14.837401+0000 mon.smithi027 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:55:16.108 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:15 smithi173 conmon[40198]: audit 2024-01-24T01:55:14.837608+0000 mon.smithi027 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:16.108 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:15 smithi173 conmon[40198]: audit 2024-01-24T01:55:14.837808+0000 mon.smithi027 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:55:16.108 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:15 smithi173 conmon[40198]: audit 2024-01-24T01:55:14.840742+0000 mon.smithi027 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:16.108 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:15 smithi173 conmon[40198]: audit 2024-01-24T01:55:14.840883+0000 mon.smithi027 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:16.109 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:15 smithi173 conmon[40198]: audit 2024-01-24T01:55:14.841059+0000 mon.smithi027 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:16.109 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:15 smithi173 conmon[40198]: audit 2024-01-24T01:55:14.841255+0000 mon.smithi027 (mon.0) 427 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 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-24T01:55:16.109 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:15 smithi173 conmon[40198]: audit 2024-01-24T01:55:15.622072+0000 mon.smithi027 (mon.0) 428 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:16.109 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:15 smithi173 conmon[40198]: audit 2024-01-24T01:55:15.622940+0000 mon.smithi027 (mon.0) 429 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-24T01:55:16.109 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:15 smithi173 conmon[40198]: audit 2024-01-24T01:55:15.623662+0000 mon.smithi027 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:55:16.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:15 smithi027 conmon[35362]: cluster 2024-01-24T01:55:13.050461+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:55:16.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:15 smithi027 conmon[35362]: cluster 2024-01-24T01:55:13.050581+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:55:16.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:15 smithi027 conmon[35362]: cluster 2024-01-24T01:55:14.836786+0000 mon.smithi027 (mon.0) 417 : cluster [INF] osd.1 [v2:172.21.15.27:6802/2526359654,v1:172.21.15.27:6803/2526359654] boot 2024-01-24T01:55:16.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:15 smithi027 conmon[35362]: cluster 2024-01-24T01:55:14.836818+0000 mon.smithi027 (mon.0) 418 : cluster [INF] osd.2 [v2:172.21.15.173:6808/3793192458,v1:172.21.15.173:6809/3793192458] boot 2024-01-24T01:55:16.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:15 smithi027 conmon[35362]: cluster 2024-01-24T01:55:14.836837+0000 mon.smithi027 (mon.0) 419 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-01-24T01:55:16.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:15 smithi027 conmon[35362]: audit 2024-01-24T01:55:14.837138+0000 mon.smithi027 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T01:55:16.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:15 smithi027 conmon[35362]: audit 2024-01-24T01:55:14.837401+0000 mon.smithi027 (mon. 2024-01-24T01:55:16.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:15 smithi027 conmon[35362]: 0) 421 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T01:55:16.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:15 smithi027 conmon[35362]: audit 2024-01-24T01:55:14.837608+0000 mon.smithi027 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:16.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:15 smithi027 conmon[35362]: audit 2024-01-24T01:55:14.837808+0000 mon.smithi027 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:55:16.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:15 smithi027 conmon[35362]: audit 2024-01-24T01:55:14.840742+0000 mon.smithi027 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:16.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:15 smithi027 conmon[35362]: audit 2024-01-24T01:55:14.840883+0000 mon.smithi027 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:16.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:15 smithi027 conmon[35362]: audit 2024-01-24T01:55:14.841059+0000 mon.smithi027 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:16.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:15 smithi027 conmon[35362]: audit 2024-01-24T01:55:14.841255+0000 mon.smithi027 (mon.0) 427 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 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-24T01:55:16.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:15 smithi027 conmon[35362]: audit 2024-01-24T01:55:15.622072+0000 mon.smithi027 (mon.0) 428 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:16.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:15 smithi027 conmon[35362]: audit 2024-01-24T01:55:15.622940+0000 mon.smithi027 (mon.0) 429 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-24T01:55:16.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:15 smithi027 conmon[35362]: audit 2024-01-24T01:55:15.623662+0000 mon.smithi027 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:55:16.222 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:55:17.016 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:16 smithi027 conmon[35362]: cluster 2024-01-24T01:55:15.407547+0000 2024-01-24T01:55:17.016 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:16 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 94 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-24T01:55:17.016 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:16 smithi027 conmon[35362]: cephadm 2024-01-24T01:55:15.624255+0000 mgr.smithi027.ahqzdk (mgr.14180) 95 : cephadm [INF] Deploying daemon osd.5 on smithi027 2024-01-24T01:55:17.016 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:16 smithi027 conmon[35362]: audit 2024-01-24T01:55:15.846459+0000 mon.smithi027 (mon.0) 431 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 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-24T01:55:17.016 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:16 smithi027 conmon[35362]: cluster 2024-01-24T01:55:15.846534+0000 mon.smithi027 (mon.0) 432 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-24T01:55:17.016 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:16 smithi027 conmon[35362]: audit 2024-01-24T01:55:15.846679+0000 mon.smithi027 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:17.016 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:16 smithi027 conmon[35362]: audit 2024-01-24T01:55:15.847187+0000 mon.smithi027 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:55:17.016 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:16 smithi027 conmon[35362]: audit 2024-01-24T01:55:15.847393+0000 mon.smithi027 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:17.016 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:16 smithi027 conmon[35362]: audit 2024-01-24T01:55:15.847713+0000 mon.smithi027 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:17.016 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:16 smithi027 conmon[35362]: audit 2024-01-24T01:55:15.847950+0000 mon.smithi027 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:17.016 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:16 smithi027 conmon[35362]: audit 2024-01-24T01:55:15.848654+0000 mon.smithi027 (mon.0) 438 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-24T01:55:17.017 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:16 smithi027 conmon[35362]: audit 2024-01-24T01:55:16.221813+0000 mon.smithi027 (mon.0) 439 : audit [DBG] from='client.? 172.21.15.27:0/3802462468' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:55:17.017 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:16 smithi027 conmon[35362]: audit 2024-01-24T01:55:16.799360+0000 mon.smithi173 (mon.1) 17 : audit [INF] from='osd.4 [v2:172.21.15.173:6816/3437609842,v1:172.21.15.173:6817/3437609842]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-24T01:55:17.017 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:16 smithi027 conmon[35362]: audit 2024-01-24T01:55:16.799867+0000 mon.smithi027 (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-24T01:55:17.033 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":21,"num_osds":8,"num_up_osds":3,"osd_up_since":1706061314,"num_in_osds":8,"osd_in_since":1706061295,"num_remapped_pgs":0} 2024-01-24T01:55:17.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:16 smithi173 conmon[40198]: cluster 2024-01-24T01:55:15.407547+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T01:55:17.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:16 smithi173 conmon[40198]: ) 94 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-24T01:55:17.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:16 smithi173 conmon[40198]: cephadm 2024-01-24T01:55:15.624255+0000 mgr.smithi027.ahqzdk (mgr.14180) 95 : cephadm [INF] Deploying daemon osd.5 on smithi027 2024-01-24T01:55:17.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:16 smithi173 conmon[40198]: audit 2024-01-24T01:55:15.846459+0000 mon.smithi027 (mon 2024-01-24T01:55:17.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:16 smithi173 conmon[40198]: .0) 431 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 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-24T01:55:17.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:16 smithi173 conmon[40198]: cluster 2024-01-24T01:55:15.846534+0000 mon.smithi027 (mon.0) 432 : cluster 2024-01-24T01:55:17.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:16 smithi173 conmon[40198]: [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-24T01:55:17.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:16 smithi173 conmon[40198]: audit 2024-01-24T01:55:15.846679+0000 mon.smithi027 (mon.0) 433 2024-01-24T01:55:17.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:16 smithi173 conmon[40198]: : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:17.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:16 smithi173 conmon[40198]: audit 2024-01-24T01:55:15.847187+0000 mon.smithi027 2024-01-24T01:55:17.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:16 smithi173 conmon[40198]: (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:55:17.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:16 smithi173 conmon[40198]: audit 2024-01-24T01:55:15.847393 2024-01-24T01:55:17.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:16 smithi173 conmon[40198]: +0000 mon.smithi027 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:17.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:16 smithi173 conmon[40198]: audit 2024-01-24T01:55:15. 2024-01-24T01:55:17.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:16 smithi173 conmon[40198]: 847713+0000 mon.smithi027 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:17.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:16 smithi173 conmon[40198]: audit 2024-01-24T01:55:17.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:16 smithi173 conmon[40198]: 2024-01-24T01:55:15.847950+0000 mon.smithi027 (mon. 2024-01-24T01:55:17.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:16 smithi173 conmon[40198]: 0) 437 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:17.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:16 smithi173 conmon[40198]: audit 2024-01-24T01:55:15 2024-01-24T01:55:17.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:16 smithi173 conmon[40198]: .848654+0000 mon.smithi027 (mon.0) 438 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-24T01:55:17.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:16 smithi173 conmon[40198]: audit 2024-01-24T01:55:16. 2024-01-24T01:55:17.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:16 smithi173 conmon[40198]: 221813+0000 mon.smithi027 (mon.0) 439 : audit [DBG] from='client.? 172.21.15.27:0/3802462468' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:55:17.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:16 smithi173 conmon[40198]: audit 2024-01-24T01 2024-01-24T01:55:17.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:16 smithi173 conmon[40198]: :55:16.799360+0000 mon.smithi173 (mon.1) 17 : audit [INF] from='osd.4 [v2:172.21.15.173:6816/3437609842,v1:172.21.15.173:6817/3437609842]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-24T01:55:17.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:16 smithi173 conmon[40198]: audit 2024-01-24 2024-01-24T01:55:17.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:16 smithi173 conmon[40198]: T01:55:16.799867+0000 mon.smithi027 (mon.0) 440 : audit 2024-01-24T01:55:17.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:16 smithi173 conmon[40198]: [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-24T01:55:17.897 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:17 smithi027 conmon[35362]: audit 2024-01-24T01:55:16.846711+0000 mon.smithi027 (mon.0) 441 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-24T01:55:17.897 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:17 smithi027 conmon[35362]: audit 2024-01-24T01:55:16.846778+0000 mon.smithi027 (mon.0) 442 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-24T01:55:17.897 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:17 smithi027 conmon[35362]: cluster 2024-01-24T01:55:16.846843+0000 mon.smithi027 (mon.0) 443 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-24T01:55:17.897 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:17 smithi027 conmon[35362]: audit 2024-01-24T01:55:16.847205+0000 mon.smithi027 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:17.897 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:17 smithi027 conmon[35362]: audit 2024-01-24T01:55:16.847531+0000 mon.smithi027 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:55:17.897 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:17 smithi027 conmon[35362]: audit 2024-01-24T01:55:16.847566+0000 mon.smithi173 (mon.1) 18 : audit [INF] from='osd.4 [v2:172.21.15.173:6816/3437609842,v1:172.21.15.173:6817/3437609842]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-01-24T01:55:17.897 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:17 smithi027 conmon[35362]: audit 2024-01-24T01:55:16.847820+0000 mon.smithi027 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:17.897 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:17 smithi027 conmon[35362]: audit 2024-01-24T01:55:16.851617+0000 mon.smithi027 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:17.897 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:17 smithi027 conmon[35362]: audit 2024-01-24T01:55:16.851844+0000 mon.smithi027 (mon.0) 448 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-01-24T01:55:17.897 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:17 smithi027 conmon[35362]: audit 2024-01-24T01:55:16.852093+0000 mon.smithi027 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:17.897 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:17 smithi027 conmon[35362]: cluster 2024-01-24T01:55:17.407883+0000 mgr.smithi027.ahqzdk (mgr.14180) 96 : cluster [DBG] pgmap v65: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-24T01:55:18.034 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:55:18.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:17 smithi173 conmon[40198]: audit 2024-01-24T01:55:16.846711+0000 mon.smithi027 (mon.0) 2024-01-24T01:55:18.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:17 smithi173 conmon[40198]: 441 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-24T01:55:18.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:17 smithi173 conmon[40198]: audit 2024-01-24T01:55:16.846778+0000 mon.smithi027 (mon.0) 442 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-24T01:55:18.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:17 smithi173 conmon[40198]: cluster 2024-01-24T01:55:16.846843+0000 mon.smithi027 (mon.0) 443 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-24T01:55:18.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:17 smithi173 conmon[40198]: audit 2024-01-24T01:55:16.847205+0000 mon.smithi027 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:18.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:17 smithi173 conmon[40198]: audit 2024-01-24T01:55:16.847531+0000 mon.smithi027 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:55:18.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:17 smithi173 conmon[40198]: audit 2024-01-24T01: 2024-01-24T01:55:18.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:17 smithi173 conmon[40198]: 55:16.847566+0000 mon.smithi173 (mon.1) 18 : audit [INF] from='osd.4 [v2:172.21.15.173:6816/3437609842,v1:172.21.15.173:6817/3437609842]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-01-24T01:55:18.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:17 smithi173 conmon[40198]: audit 2024-01-24T01:55:16.847820+0000 mon.smithi027 (mon.0) 446 : audit [DBG] 2024-01-24T01:55:18.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:17 smithi173 conmon[40198]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:18.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:17 smithi173 conmon[40198]: audit 2024- 2024-01-24T01:55:18.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:17 smithi173 conmon[40198]: 01-24T01:55:16.851617+0000 mon.smithi027 (mon.0) 447 : audit 2024-01-24T01:55:18.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:17 smithi173 conmon[40198]: [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:18.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:17 smithi173 conmon[40198]: audit 2024-01-24T01:55:16.851844+0000 mon.smithi027 ( 2024-01-24T01:55:18.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:17 smithi173 conmon[40198]: mon.0) 448 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-01-24T01:55:18.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:17 smithi173 conmon[40198]: audit 2024-01-24T01:55:16.852093+0000 mon.smithi027 (mon.0) 449 2024-01-24T01:55:18.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:17 smithi173 conmon[40198]: : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:18.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:17 smithi173 conmon[40198]: cluster 2024- 2024-01-24T01:55:18.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:17 smithi173 conmon[40198]: 01-24T01:55:17.407883+0000 mgr.smithi027.ahqzdk (mgr.14180) 96 : cluster [DBG] pgmap v65: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-24T01:55:18.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:18 smithi173 conmon[40198]: audit 2024-01-24T01:55:17.853863+0000 mon.smithi027 (mon.0) 450 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-01-24T01:55:18.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:18 smithi173 conmon[40198]: cluster 2024-01-24T01:55:17.853960+0000 mon.smithi027 (mon.0) 451 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-01-24T01:55:18.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:18 smithi173 conmon[40198]: audit 2024-01-24T01:55:17.854777+0000 mon.smithi027 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:18.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:18 smithi173 conmon[40198]: audit 2024-01-24T01:55:17.855122+0000 mon.smithi027 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:55:18.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:18 smithi173 conmon[40198]: audit 2024-01-24T01:55:17.855404+0000 mon.smithi027 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:18.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:18 smithi173 conmon[40198]: audit 2024-01-24T01:55:17.855600+0000 mon.smithi027 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:18.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:18 smithi173 conmon[40198]: audit 2024-01-24T01:55:17.855771+0000 mon.smithi027 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:18.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:18 smithi173 conmon[40198]: audit 2024-01-24T01:55:17.862153+0000 mon.smithi027 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:55:18.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:18 smithi173 conmon[40198]: audit 2024-01-24T01:55:18.684264+0000 mon.smithi027 (mon.0) 458 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:18.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:18 smithi173 conmon[40198]: audit 2024-01-24T01:55:18.698903+0000 mon.smithi027 (mon.0) 459 : audit [INF] from='osd.3 [v2:172.21.15.27:6810/2807519821,v1:172.21.15.27:6811/2807519821]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-24T01:55:18.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:18 smithi173 conmon[40198]: cluster 2024-01-24T01:55:18.853080+0000 mon.smithi027 (mon.0) 460 : cluster [INF] osd.4 [v2:172.21.15.173:6816/3437609842,v1:172.21.15.173:6817/3437609842] boot 2024-01-24T01:55:18.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:18 smithi173 conmon[40198]: audit 2024-01-24T01:55:18.853126+0000 mon.smithi027 (mon.0) 461 : audit [INF] from='osd.3 [v2:172.21.15.27:6810/2807519821,v1:172.21.15.27:6811/2807519821]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-24T01:55:18.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:18 smithi173 conmon[40198]: cluster 2024-01-24T01:55:18.853166+0000 mon.smithi027 (mon.0) 462 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2024-01-24T01:55:18.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:18 smithi173 conmon[40198]: audit 2024-01-24T01:55:18.853273+0000 mon.smithi027 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:18.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:18 smithi173 conmon[40198]: audit 2024-01-24T01:55:18.853597+0000 mon.smithi027 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:55:18.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:18 smithi173 conmon[40198]: audit 2024-01-24T01:55:18.853838+0000 mon.smithi027 (mon.0) 465 : audit [INF] from='osd.3 [v2:172.21.15.27:6810/2807519821,v1:172.21.15.27:6811/2807519821]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2024-01-24T01:55:18.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:18 smithi173 conmon[40198]: audit 2024-01-24T01:55:18.854043+0000 mon.smithi027 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:18.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:18 smithi173 conmon[40198]: audit 2024-01-24T01:55:18.854205+0000 mon.smithi027 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:18.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:18 smithi173 conmon[40198]: audit 2024-01-24T01:55:18.854368+0000 mon.smithi027 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:18.972 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: audit 2024-01-24T01:55:17.853863+0000 mon.smithi027 (mon. 2024-01-24T01:55:18.973 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 0) 450 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-01-24T01:55:18.973 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: cluster 2024-01-24T01:55:17.853960+0000 mon.smithi027 (mon.0) 451 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-01-24T01:55:18.973 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: audit 2024-01-24T01:55:17.854777+0000 mon.smithi027 2024-01-24T01:55:18.973 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: (mon.0) 452 : audit [DBG] 2024-01-24T01:55:18.973 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:18.974 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: audit 2024- 2024-01-24T01:55:18.974 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 01-24T01:55:17 2024-01-24T01:55:18.974 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: .855122+0000 mon.smithi027 (mon.0 2024-01-24T01:55:18.974 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: ) 453 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:55:18.974 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 2024-01-24T01:55:18.974 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: audit 2024-01-24T01:55:18.974 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 2024-01-24T01:55: 2024-01-24T01:55:18.975 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 17.855404+0000 mon.smithi027 (mon 2024-01-24T01:55:18.975 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: .0) 454 : audit [DBG] 2024-01-24T01:55:18.975 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:18.975 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: audit 2024- 2024-01-24T01:55:18.975 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 01-24T01:55: 2024-01-24T01:55:18.975 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 17.855600+0000 mon.smithi027 (mon. 2024-01-24T01:55:18.975 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 0) 455 : audit [DBG] 2024-01-24T01:55:18.976 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:18.976 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: audit 2024 2024-01-24T01:55:18.976 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: -01-24T01:55: 2024-01-24T01:55:18.976 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 17.855771+0000 mon.smithi027 (mon 2024-01-24T01:55:18.976 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: .0) 456 : audit [DBG] 2024-01-24T01:55:18.976 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:18.976 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: audit 2024-01-24T01:55:18.976 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 2024-01-24T01: 2024-01-24T01:55:18.977 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 55:17.862153+0000 mon.smithi027 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:55:18.977 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: audit 2024- 2024-01-24T01:55:18.977 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 01-24T01:55:18. 2024-01-24T01:55:18.977 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 684264+0000 mon.smithi027 (mon.0) 458 2024-01-24T01:55:18.977 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:18.977 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: audit 2024-01-24T01:55:18.977 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 2024-01-24T01:55:18.698903+0000 2024-01-24T01:55:18.977 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: mon.smithi027 (mon.0) 459 : audit [INF] from='osd.3 [v2:172.21.15.27:6810/2807519821,v1:172.21.15.27:6811/2807519821]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-24T01:55:18.978 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 2024-01-24T01:55:18.978 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: cluster 2024-01-24T01:55:18.978 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 2024-01-24T01:55:18.853080+0000 mon.smithi027 (mon.0) 460 : 2024-01-24T01:55:18.978 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: cluster [INF] osd.4 [v2:172.21.15.173:6816/3437609842,v1:172.21.15.173:6817/3437609842] boot 2024-01-24T01:55:18.978 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: audit 2024-01-24T01: 2024-01-24T01:55:18.978 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 55:18.853126+0000 mon.smithi027 (mon.0) 461 2024-01-24T01:55:18.978 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: : audit [INF] from='osd.3 [v2:172.21.15.27:6810/2807519821,v1:172.21.15.27:6811/2807519821]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-24T01:55:18.979 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: cluster 2024-01-24T01:55:18.979 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 2024-01-24T01: 2024-01-24T01:55:18.979 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 55:18.853166+0000 mon.smithi027 (mon.0) 462 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2024-01-24T01:55:18.979 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: audit 2024-01-24T01:55:18.979 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 2024-01-24T01:55:18.853273+0000 mon.smithi027 ( 2024-01-24T01:55:18.979 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:18.980 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: audit 2024-01-24T01:55:18.980 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 2024-01-24T01:55: 2024-01-24T01:55:18.980 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 18.853597+0000 mon.smithi027 (mon.0) 2024-01-24T01:55:18.980 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 464 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T01:55:18.980 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: audit 2024-01- 2024-01-24T01:55:18.980 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 24T01:55:18.853838+0000 mon.smithi027 (mon.0 2024-01-24T01:55:18.981 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: ) 465 : audit [INF] from='osd.3 [v2:172.21.15.27:6810/2807519821,v1:172.21.15.27:6811/2807519821]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2024-01-24T01:55:18.981 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: audit 2024-01-24T01:55:18.981 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 2024- 2024-01-24T01:55:18.981 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 01-24T01:55:18 2024-01-24T01:55:18.981 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: .854043+0000 mon.smithi027 (mon.0) 466 : audit [DBG] 2024-01-24T01:55:18.982 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:18.982 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: audit 2024-01-24T01: 2024-01-24T01:55:18.982 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 55:18.854205+0000 mon.smithi027 (mon.0 2024-01-24T01:55:18.982 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: ) 467 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:18.983 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: audit 2024- 2024-01-24T01:55:18.983 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: 01-24T01:55:18.854368+0000 2024-01-24T01:55:18.983 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:18 smithi027 conmon[35362]: mon.smithi027 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:20.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:19 smithi027 conmon[35362]: cluster 2024-01-24T01:55:17.819179+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:55:20.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:19 smithi027 conmon[35362]: 2024-01-24T01:55:20.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:19 smithi027 conmon[35362]: cluster 2024-01-24T01:55:17.819258+0000 osd.4 2024-01-24T01:55:20.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:19 smithi027 conmon[35362]: (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:55:20.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:19 smithi027 conmon[35362]: cluster 2024- 2024-01-24T01:55:20.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:19 smithi027 conmon[35362]: 01-24T01:55:19.408176+0000 2024-01-24T01:55:20.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:19 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 97 : cluster [DBG] pgmap v68: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-24T01:55:20.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:19 smithi027 conmon[35362]: 2024-01-24T01:55:20.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:19 smithi027 conmon[35362]: audit 2024 2024-01-24T01:55:20.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:19 smithi027 conmon[35362]: -01-24T01:55:19.857048+0000 mon.smithi027 (mon 2024-01-24T01:55:20.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:19 smithi027 conmon[35362]: .0) 469 : audit [INF] from='osd.3 [v2:172.21.15.27:6810/2807519821,v1:172.21.15.27:6811/2807519821]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2024-01-24T01:55:20.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:19 smithi027 conmon[35362]: cluster 2024-01-24 2024-01-24T01:55:20.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:19 smithi027 conmon[35362]: T01:55:19.857105+0000 mon.smithi027 (mon 2024-01-24T01:55:20.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:19 smithi027 conmon[35362]: .0) 470 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-01-24T01:55:20.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:19 smithi027 conmon[35362]: audit 2024-01-24 2024-01-24T01:55:20.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:19 smithi027 conmon[35362]: T01:55:19.857251+0000 mon.smithi027 (mon 2024-01-24T01:55:20.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:19 smithi027 conmon[35362]: .0) 471 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:20.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:19 smithi027 conmon[35362]: audit 2024-01-24T01: 2024-01-24T01:55:20.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:19 smithi027 conmon[35362]: 55:19.857598+0000 mon.smithi027 (mon.0) 2024-01-24T01:55:20.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:19 smithi027 conmon[35362]: 472 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:20.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:19 smithi027 conmon[35362]: audit 2024-01-24T01 2024-01-24T01:55:20.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:19 smithi027 conmon[35362]: :55:19.858102+0000 mon.smithi027 (mon.0 2024-01-24T01:55:20.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:19 smithi027 conmon[35362]: ) 473 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:20.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:19 smithi027 conmon[35362]: audit 2024-01-24T01 2024-01-24T01:55:20.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:19 smithi027 conmon[35362]: :55:19.858364+0000 mon.smithi027 (mon.0 2024-01-24T01:55:20.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:19 smithi027 conmon[35362]: ) 474 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:20.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:19 smithi173 conmon[40198]: cluster 2024-01-24T01:55:17.819179+0000 osd.4 (osd.4) 1 : 2024-01-24T01:55:20.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:19 smithi173 conmon[40198]: cluster [DBG] purged_snaps scrub starts 2024-01-24T01:55:20.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:19 smithi173 conmon[40198]: cluster 2024-01-24T01:55:17.819258+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:55:20.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:19 smithi173 conmon[40198]: cluster 2024-01-24T01:55:19.408176+0000 mgr.smithi027.ahqzdk (mgr.14180) 97 : cluster [DBG] pgmap v68: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-24T01:55:20.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:19 smithi173 conmon[40198]: audit 2024-01-24T01:55:19.857048+0000 mon.smithi027 (mon.0) 469 : audit [INF] from='osd.3 [v2:172.21.15.27:6810/2807519821,v1:172.21.15.27:6811/2807519821]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2024-01-24T01:55:20.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:19 smithi173 conmon[40198]: cluster 2024-01-24T01:55:19.857105+0000 mon.smithi027 (mon.0) 470 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-01-24T01:55:20.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:19 smithi173 conmon[40198]: audit 2024-01-24T01:55:19.857251+0000 mon.smithi027 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:20.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:19 smithi173 conmon[40198]: audit 2024-01-24T01:55:19.857598+0000 mon.smithi027 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:20.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:19 smithi173 conmon[40198]: audit 2024-01-24T01:55:19.858102+0000 mon.smithi027 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:20.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:19 smithi173 conmon[40198]: audit 2024-01-24T01:55:19.858364+0000 mon.smithi027 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:20.827 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:55:21.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:20 smithi027 conmon[35362]: audit 2024-01-24T01:55:19.863309+0000 mon.smithi027 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:21.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:20 smithi027 conmon[35362]: audit 2024-01-24T01:55:20.826411+0000 mon.smithi027 (mon.0) 476 : audit [DBG] from='client.? 172.21.15.27:0/471766971' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:55:21.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:20 smithi027 conmon[35362]: cluster 2024-01-24T01:55:20.856686+0000 mon.smithi027 (mon.0) 477 : cluster [INF] osd.3 [v2:172.21.15.27:6810/2807519821,v1:172.21.15.27:6811/2807519821] boot 2024-01-24T01:55:21.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:20 smithi027 conmon[35362]: cluster 2024-01-24T01:55:20.856728+0000 mon.smithi027 (mon.0) 478 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-01-24T01:55:21.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:20 smithi027 conmon[35362]: audit 2024-01-24T01:55:20.857001+0000 mon.smithi027 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:21.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:20 smithi027 conmon[35362]: audit 2024-01-24T01:55:20.857340+0000 mon.smithi027 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:21.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:20 smithi027 conmon[35362]: audit 2024-01-24T01:55:20.857796+0000 mon.smithi027 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:21.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:20 smithi027 conmon[35362]: audit 2024-01-24T01:55:20.858023+0000 mon.smithi027 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:21.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:20 smithi173 conmon[40198]: audit 2024-01-24T01:55:19.863309+0000 mon.smithi027 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:21.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:20 smithi173 conmon[40198]: audit 2024-01-24T01:55:20.826411+0000 mon.smithi027 (mon.0) 476 : audit [DBG] from='client.? 172.21.15.27:0/471766971' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:55:21.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:20 smithi173 conmon[40198]: cluster 2024-01-24T01:55:20.856686+0000 mon.smithi027 (mon.0) 477 : cluster [INF] osd.3 [v2:172.21.15.27:6810/2807519821,v1:172.21.15.27:6811/2807519821] boot 2024-01-24T01:55:21.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:20 smithi173 conmon[40198]: cluster 2024-01-24T01:55:20.856728+0000 mon.smithi027 (mon.0) 478 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-01-24T01:55:21.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:20 smithi173 conmon[40198]: audit 2024-01-24T01:55:20.857001+0000 mon.smithi027 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T01:55:21.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:20 smithi173 conmon[40198]: audit 2024-01-24T01:55:20.857340+0000 mon.smithi027 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:21.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:20 smithi173 conmon[40198]: audit 2024-01-24T01:55:20.857796+0000 mon.smithi027 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:21.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:20 smithi173 conmon[40198]: audit 2024-01-24T01:55:20.858023+0000 mon.smithi027 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:21.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:20 smithi173 conmon[40198]: 2024-01-24T01:55:21.959 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":25,"num_osds":8,"num_up_osds":4,"osd_up_since":1706061318,"num_in_osds":8,"osd_in_since":1706061295,"num_remapped_pgs":0} 2024-01-24T01:55:22.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:22 smithi027 conmon[35362]: cluster 2024-01-24T01:55:19.684869+0000 osd.3 (osd 2024-01-24T01:55:22.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:22 smithi027 conmon[35362]: .3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:55:22.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:22 smithi027 conmon[35362]: cluster 2024-01-24T01:55:19.684922+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:55:22.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:22 smithi027 conmon[35362]: cluster 2024-01-24T01:55:21.408488+0000 mgr.smithi027.ahqzdk (mgr.14180) 98 : cluster [DBG] pgmap v71: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-24T01:55:22.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:22 smithi027 conmon[35362]: audit 2024-01-24T01:55:21.481505+0000 mon.smithi027 (mon.0) 483 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:22.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:22 smithi027 conmon[35362]: audit 2024-01-24T01:55:21.854530+0000 mon.smithi173 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.173:6824/3284329600,v1:172.21.15.173:6825/3284329600]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-24T01:55:22.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:22 smithi027 conmon[35362]: cluster 2024-01-24T01:55:21.859202+0000 mon.smithi027 (mon.0) 484 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-01-24T01:55:22.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:22 smithi027 conmon[35362]: audit 2024-01-24T01:55:21.859349+0000 mon.smithi027 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:22.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:22 smithi027 conmon[35362]: audit 2024-01-24T01:55:21.859790+0000 mon.smithi027 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:22.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:22 smithi027 conmon[35362]: audit 2024-01-24T01:55:21.860010+0000 mon.smithi027 (mon 2024-01-24T01:55:22.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:22 smithi027 conmon[35362]: .0) 487 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-24T01:55:22.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:22 smithi027 conmon[35362]: audit 2024-01-24T01:55:21.860215+0000 mon.smithi027 (mon.0) 488 : 2024-01-24T01:55:22.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:22 smithi027 conmon[35362]: audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:22.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:22 smithi173 conmon[40198]: cluster 2024-01-24T01:55:19.684869+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:55:22.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:22 smithi173 conmon[40198]: cluster 2024-01-24T01:55:19.684922+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:55:22.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:22 smithi173 conmon[40198]: cluster 2024-01- 2024-01-24T01:55:22.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:22 smithi173 conmon[40198]: 24T01:55:21.408488+0000 mgr.smithi027.ahqzdk (mgr.14180) 98 : cluster [DBG] pgmap v71: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-24T01:55:22.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:22 smithi173 conmon[40198]: audit 2024-01-24T01:55:21.481505 2024-01-24T01:55:22.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:22 smithi173 conmon[40198]: +0000 mon.smithi027 (mon.0) 483 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:22.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:22 smithi173 conmon[40198]: audit 2024-01-24T01:55:22.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:22 smithi173 conmon[40198]: 2024-01-24T01:55:21.854530+0000 mon.smithi173 (mon. 2024-01-24T01:55:22.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:22 smithi173 conmon[40198]: 1) 19 : audit [INF] from='osd.6 [v2:172.21.15.173:6824/3284329600,v1:172.21.15.173:6825/3284329600]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-24T01:55:22.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:22 smithi173 conmon[40198]: cluster 2024-01-24T01:55: 2024-01-24T01:55:22.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:22 smithi173 conmon[40198]: 21.859202+0000 mon.smithi027 (mon.0) 484 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-01-24T01:55:22.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:22 smithi173 conmon[40198]: 2024-01-24T01:55:22.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:22 smithi173 conmon[40198]: audit 2024-01-24T01:55:22.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:22 smithi173 conmon[40198]: 2024-01-24T01:55:21.859349+0000 mon.smithi027 (mon.0) 485 : audit 2024-01-24T01:55:22.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:22 smithi173 conmon[40198]: [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:22.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:22 smithi173 conmon[40198]: audit 2024-01-24T01:55:21.859790+0000 2024-01-24T01:55:22.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:22 smithi173 conmon[40198]: mon.smithi027 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:22.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:22 smithi173 conmon[40198]: audit 2024- 2024-01-24T01:55:22.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:22 smithi173 conmon[40198]: 01-24T01:55:21.860010+0000 mon.smithi027 (mon.0 2024-01-24T01:55:22.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:22 smithi173 conmon[40198]: ) 487 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-24T01:55:22.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:22 smithi173 conmon[40198]: audit 2024-01-24T01:55 2024-01-24T01:55:22.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:22 smithi173 conmon[40198]: :21.860215+0000 mon.smithi027 (mon.0) 488 : audit 2024-01-24T01:55:22.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:22 smithi173 conmon[40198]: [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:22.961 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:55:23.874 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:23 smithi173 conmon[40198]: audit 2024-01-24T01:55:22.501441+0000 mon.smithi027 (mon.0) 489 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:23.874 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:23 smithi173 conmon[40198]: audit 2024-01-24T01:55:22.502208+0000 mon.smithi027 (mon.0) 490 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-24T01:55:23.874 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:23 smithi173 conmon[40198]: audit 2024-01-24T01:55:22.502812+0000 mon.smithi027 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:55:23.874 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:23 smithi173 conmon[40198]: cephadm 2024-01-24T01:55:22.503361+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T01:55:23.874 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:23 smithi173 conmon[40198]: ) 99 : cephadm [INF] Deploying daemon osd.7 on smithi027 2024-01-24T01:55:23.874 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:23 smithi173 conmon[40198]: audit 2024-01-24T01:55:22 2024-01-24T01:55:23.874 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:23 smithi173 conmon[40198]: .858580+0000 mon.smithi027 (mon.0) 492 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-24T01:55:23.874 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:23 smithi173 conmon[40198]: 2024-01-24T01:55:23.874 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:23 smithi173 conmon[40198]: cluster 2024-01-24T01:55:23.874 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:23 smithi173 conmon[40198]: 2024-01-24T01:55:22.858652+0000 mon.smithi027 (mon.0) 493 : cluster 2024-01-24T01:55:23.874 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:23 smithi173 conmon[40198]: [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-01-24T01:55:23.874 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:23 smithi173 conmon[40198]: audit 2024-01-24T01:55:22.858801 2024-01-24T01:55:23.875 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:23 smithi173 conmon[40198]: +0000 mon.smithi027 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:23.875 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:23 smithi173 conmon[40198]: audit 2024 2024-01-24T01:55:23.875 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:23 smithi173 conmon[40198]: -01-24T01:55:22.859185+0000 mon.smithi027 (mon.0 2024-01-24T01:55:23.875 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:23 smithi173 conmon[40198]: ) 495 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:23.875 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:23 smithi173 conmon[40198]: audit 2024-01-24T01:55:22.859321 2024-01-24T01:55:23.875 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:23 smithi173 conmon[40198]: +0000 mon.smithi173 (mon.1) 20 : audit [INF] from='osd.6 [v2:172.21.15.173:6824/3284329600,v1:172.21.15.173:6825/3284329600]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-01-24T01:55:23.875 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:23 smithi173 conmon[40198]: audit 2024 2024-01-24T01:55:23.875 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:23 smithi173 conmon[40198]: -01-24T01:55:22.859409+0000 mon.smithi027 (mon. 2024-01-24T01:55:23.875 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:23 smithi173 conmon[40198]: 0) 496 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:23.875 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:23 smithi173 conmon[40198]: audit 2024-01-24T 2024-01-24T01:55:23.875 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:23 smithi173 conmon[40198]: 01:55:22.859808+0000 mon.smithi027 (mon.0) 497 : 2024-01-24T01:55:23.875 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:23 smithi173 conmon[40198]: audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-01-24T01:55:23.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:23 smithi027 conmon[35362]: audit 2024-01-24T01:55:22.501441+0000 mon.smithi027 (mon.0) 489 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:23.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:23 smithi027 conmon[35362]: audit 2024-01-24T01:55:22.502208+0000 mon.smithi027 (mon.0) 490 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-24T01:55:23.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:23 smithi027 conmon[35362]: audit 2024-01-24T01:55:22.502812+0000 mon.smithi027 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:55:23.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:23 smithi027 conmon[35362]: cephadm 2024-01-24T01:55:22.503361+0000 mgr.smithi027.ahqzdk (mgr.14180) 99 : cephadm [INF] Deploying daemon osd.7 on smithi027 2024-01-24T01:55:23.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:23 smithi027 conmon[35362]: audit 2024-01-24T01:55:22.858580+0000 mon.smithi027 (mon.0) 492 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-24T01:55:23.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:23 smithi027 conmon[35362]: cluster 2024-01-24T01:55:22.858652+0000 mon.smithi027 (mon.0) 493 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-01-24T01:55:23.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:23 smithi027 conmon[35362]: audit 2024-01-24T01:55:22.858801+0000 mon.smithi027 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:23.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:23 smithi027 conmon[35362]: audit 2024-01-24T01:55:22.859185+0000 mon.smithi027 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:23.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:23 smithi027 conmon[35362]: audit 2024-01-24T01:55:22.859321+0000 mon.smithi173 (mon.1) 20 : audit [INF] from='osd.6 [v2:172.21.15.173:6824/3284329600,v1:172.21.15.173:6825/3284329600]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-01-24T01:55:23.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:23 smithi027 conmon[35362]: audit 2024-01-24T01:55:22.859409+0000 mon.smithi027 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:23.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:23 smithi027 conmon[35362]: audit 2024-01-24T01:55:22.859808+0000 mon.smithi027 (mon.0) 497 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-01-24T01:55:24.629 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:24 smithi027 conmon[35362]: cluster 2024-01-24T01:55:23.408757+0000 2024-01-24T01:55:24.629 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:24 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-24T01:55:24.629 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:24 smithi027 conmon[35362]: audit 2024-01-24T01:55:23.862729+0000 mon.smithi027 (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=smithi173", "root=default"]}]': finished 2024-01-24T01:55:24.630 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:24 smithi027 conmon[35362]: cluster 2024-01-24T01:55:23.862787+0000 mon.smithi027 (mon.0) 499 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-01-24T01:55:24.630 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:24 smithi027 conmon[35362]: audit 2024-01-24T01:55:23.862913+0000 mon.smithi027 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:24.630 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:24 smithi027 conmon[35362]: audit 2024-01-24T01:55:23.863270+0000 mon.smithi027 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:24.630 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:24 smithi027 conmon[35362]: audit 2024-01-24T01:55:23.863506+0000 mon.smithi027 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:24.630 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:24 smithi027 conmon[35362]: audit 2024-01-24T01:55:23.873662+0000 mon.smithi027 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:24.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:24 smithi173 conmon[40198]: cluster 2024-01-24T01:55:23.408757+0000 mgr.smithi027.ahqzdk (mgr.14180) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-24T01:55:24.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:24 smithi173 conmon[40198]: audit 2024-01-24T01:55:23.862729+0000 mon.smithi027 (mon 2024-01-24T01:55:24.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:24 smithi173 conmon[40198]: .0) 498 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-01-24T01:55:24.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:24 smithi173 conmon[40198]: cluster 2024-01-24T01:55:23.862787+0000 mon.smithi027 (mon.0) 499 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-01-24T01:55:24.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:24 smithi173 conmon[40198]: audit 2024-01-24T01:55:23.862913+0000 mon.smithi027 (mon.0) 500 : audit [DBG] 2024-01-24T01:55:24.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:24 smithi173 conmon[40198]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:24.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:24 smithi173 conmon[40198]: audit 2024-01-24T01:55:23.863270+0000 mon.smithi027 (mon. 2024-01-24T01:55:24.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:24 smithi173 conmon[40198]: 0) 501 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:24.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:24 smithi173 conmon[40198]: audit 2024-01-24T01:55:24.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:24 smithi173 conmon[40198]: 2024-01-24T01:55:23.863506+0000 mon.smithi027 (mon.0) 502 : audit 2024-01-24T01:55:24.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:24 smithi173 conmon[40198]: [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:24.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:24 smithi173 conmon[40198]: audit 2024-01-24T01:55:23.873662 2024-01-24T01:55:24.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:24 smithi173 conmon[40198]: +0000 mon.smithi027 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:25.553 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:55:25.657 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:25 smithi027 conmon[35362]: cluster 2024-01-24T01:55:22.871002+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:55:25.657 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:25 smithi027 conmon[35362]: cluster 2024-01-24T01:55:22.871090+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:55:25.657 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:25 smithi027 conmon[35362]: cluster 2024-01-24T01:55:24.864586+0000 mon.smithi027 (mon.0) 504 : cluster [INF] osd.6 [v2:172.21.15.173:6824/3284329600,v1:172.21.15.173:6825/3284329600] boot 2024-01-24T01:55:25.657 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:25 smithi027 conmon[35362]: cluster 2024-01-24T01:55:24.864631+0000 mon.smithi027 (mon.0) 505 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-01-24T01:55:25.657 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:25 smithi027 conmon[35362]: audit 2024-01-24T01:55:24.864816+0000 mon.smithi027 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:25.657 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:25 smithi027 conmon[35362]: audit 2024-01-24T01:55:24.865210+0000 mon.smithi027 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:25.658 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:25 smithi027 conmon[35362]: audit 2024-01-24T01:55:24.865475+0000 mon.smithi027 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:25.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:25 smithi173 conmon[40198]: cluster 2024-01-24T01:55:22.871002+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:55:25.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:25 smithi173 conmon[40198]: cluster 2024-01-24T01:55:22.871090+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:55:25.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:25 smithi173 conmon[40198]: cluster 2024-01-24T01:55:24.864586+0000 mon.smithi027 (mon.0) 504 : cluster [INF] osd.6 [v2:172.21.15.173:6824/3284329600,v1:172.21.15.173:6825/3284329600] boot 2024-01-24T01:55:25.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:25 smithi173 conmon[40198]: cluster 2024 2024-01-24T01:55:25.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:25 smithi173 conmon[40198]: -01-24T01:55:24.864631+0000 mon.smithi027 (mon.0) 505 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-01-24T01:55:25.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:25 smithi173 conmon[40198]: audit 2024-01-24T01:55:24.864816+0000 mon.smithi027 (mon. 2024-01-24T01:55:25.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:25 smithi173 conmon[40198]: 0) 506 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:25.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:25 smithi173 conmon[40198]: audit 2024-01-24T01:55:24.865210+0000 mon.smithi027 (mon. 2024-01-24T01:55:25.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:25 smithi173 conmon[40198]: 0) 507 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T01:55:25.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:25 smithi173 conmon[40198]: audit 2024-01-24T01:55:24.865475+0000 mon.smithi027 (mon.0) 508 2024-01-24T01:55:25.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:25 smithi173 conmon[40198]: : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:26.274 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":30,"num_osds":8,"num_up_osds":6,"osd_up_since":1706061324,"num_in_osds":8,"osd_in_since":1706061295,"num_remapped_pgs":0} 2024-01-24T01:55:26.658 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:26 smithi027 conmon[35362]: cluster 2024-01-24T01:55:25.409037+0000 2024-01-24T01:55:26.658 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:26 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-24T01:55:26.658 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:26 smithi027 conmon[35362]: audit 2024-01-24T01:55:25.530396+0000 mon.smithi027 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.27:0/3700605671' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:55:26.658 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:26 smithi027 conmon[35362]: audit 2024-01-24T01:55:25.683027+0000 mon.smithi027 (mon.0) 510 : audit [INF] from='osd.5 [v2:172.21.15.27:6818/2430553078,v1:172.21.15.27:6819/2430553078]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-24T01:55:26.658 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:26 smithi027 conmon[35362]: audit 2024-01-24T01:55:25.868805+0000 mon.smithi027 (mon.0) 511 : audit [INF] from='osd.5 [v2:172.21.15.27:6818/2430553078,v1:172.21.15.27:6819/2430553078]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-24T01:55:26.658 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:26 smithi027 conmon[35362]: cluster 2024-01-24T01:55:25.868853+0000 mon.smithi027 (mon.0) 512 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-01-24T01:55:26.658 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:26 smithi027 conmon[35362]: audit 2024-01-24T01:55:25.868962+0000 mon.smithi027 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:26.658 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:26 smithi027 conmon[35362]: audit 2024-01-24T01:55:25.869317+0000 mon.smithi027 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:26.658 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:26 smithi027 conmon[35362]: audit 2024-01-24T01:55:25.869497+0000 mon.smithi027 (mon.0) 515 : audit [INF] from='osd.5 [v2:172.21.15.27:6818/2430553078,v1:172.21.15.27:6819/2430553078]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2024-01-24T01:55:26.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:26 smithi173 conmon[40198]: cluster 2024-01-24T01:55:25.409037+0000 mgr.smithi027.ahqzdk (mgr.14180) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-24T01:55:26.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:26 smithi173 conmon[40198]: 2024-01-24T01:55:26.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:26 smithi173 conmon[40198]: audit 2024-01-24T01:55:25.530396+0000 mon.smithi027 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.27:0/3700605671' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:55:26.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:26 smithi173 conmon[40198]: audit 2024-01-24T01:55:25.683027+0000 mon.smithi027 (mon.0) 510 : audit [INF] from='osd.5 [v2:172.21.15.27:6818/2430553078,v1:172.21.15.27:6819/2430553078]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-24T01:55:26.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:26 smithi173 conmon[40198]: audit 2024-01-24T01:55:25.868805+0000 mon.smithi027 (mon.0) 511 : audit [INF] from='osd.5 [v2:172.21.15.27:6818/2430553078,v1:172.21.15.27:6819/2430553078]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-24T01:55:26.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:26 smithi173 conmon[40198]: cluster 2024-01-24T01:55:25.868853+0000 mon.smithi027 (mon.0) 512 2024-01-24T01:55:26.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:26 smithi173 conmon[40198]: : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-01-24T01:55:26.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:26 smithi173 conmon[40198]: audit 2024-01-24T01:55:25.868962+0000 mon.smithi027 (mon.0) 513 : audit [DBG] 2024-01-24T01:55:26.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:26 smithi173 conmon[40198]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:26.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:26 smithi173 conmon[40198]: audit 2024-01-24T01:55:25.869317+0000 mon.smithi027 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:26.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:26 smithi173 conmon[40198]: audit 2024-01-24T01:55:25.869497+0000 mon.smithi027 (mon.0) 515 : audit [INF] from='osd.5 [v2:172.21.15.27:6818/2430553078,v1:172.21.15.27:6819/2430553078]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2024-01-24T01:55:27.275 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:55:27.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:27 smithi027 conmon[35362]: audit 2024-01-24T01:55:26.870701+0000 2024-01-24T01:55:27.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:27 smithi027 conmon[35362]: mon.smithi027 (mon.0) 516 : audit [INF] from='osd.5 [v2:172.21.15.27:6818/2430553078,v1:172.21.15.27:6819/2430553078]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2024-01-24T01:55:27.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:27 smithi027 conmon[35362]: cluster 2024-01-24T01:55:26.870753+0000 mon.smithi027 (mon.0) 517 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-24T01:55:27.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:27 smithi027 conmon[35362]: audit 2024-01-24T01:55:26.870882+0000 mon.smithi027 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:27.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:27 smithi027 conmon[35362]: audit 2024-01-24T01:55:26.871187+0000 mon.smithi027 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:27.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:27 smithi027 conmon[35362]: audit 2024-01-24T01:55:26.873915+0000 mon.smithi027 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:27.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:27 smithi027 conmon[35362]: cluster 2024-01-24T01:55:27.409320+0000 mgr.smithi027.ahqzdk (mgr.14180) 102 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-24T01:55:28.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:27 smithi173 conmon[40198]: audit 2024-01-24T01:55:26.870701+0000 2024-01-24T01:55:28.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:27 smithi173 conmon[40198]: mon.smithi027 (mon.0) 516 : audit [INF] from='osd.5 [v2:172.21.15.27:6818/2430553078,v1:172.21.15.27:6819/2430553078]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2024-01-24T01:55:28.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:27 smithi173 conmon[40198]: cluster 2024-01-24T01:55:26.870753+0000 mon.smithi027 (mon.0) 517 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-24T01:55:28.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:27 smithi173 conmon[40198]: audit 2024 2024-01-24T01:55:28.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:27 smithi173 conmon[40198]: -01-24T01:55:26.870882+0000 mon.smithi027 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:28.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:27 smithi173 conmon[40198]: audit 2024-01-24T01:55:26.871187+0000 mon.smithi027 (mon.0) 519 : audit [DBG] 2024-01-24T01:55:28.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:27 smithi173 conmon[40198]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:28.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:27 smithi173 conmon[40198]: audit 2024-01-24T01:55:26.873915+0000 mon.smithi027 (mon.0) 520 : 2024-01-24T01:55:28.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:27 smithi173 conmon[40198]: audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:28.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:27 smithi173 conmon[40198]: cluster 2024-01-24T01:55:27.409320+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T01:55:28.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:27 smithi173 conmon[40198]: 14180) 102 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-24T01:55:29.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:28 smithi027 conmon[35362]: cluster 2024-01-24T01:55:26.646436+0000 osd.5 (osd.5) 1 : 2024-01-24T01:55:29.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:28 smithi027 conmon[35362]: cluster [DBG] purged_snaps scrub starts 2024-01-24T01:55:29.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:28 smithi027 conmon[35362]: cluster 2024-01-24T01:55:26.646511+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:55:29.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:28 smithi027 conmon[35362]: cluster 2024-01-24T01:55:27.874348+0000 mon.smithi027 (mon.0) 521 : cluster [INF] osd.5 [v2:172.21.15.27:6818/2430553078,v1:172.21.15.27:6819/2430553078] boot 2024-01-24T01:55:29.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:28 smithi027 conmon[35362]: cluster 2024-01-24T01:55:27.874389+0000 mon.smithi027 (mon.0) 522 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2024-01-24T01:55:29.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:28 smithi027 conmon[35362]: audit 2024-01-24T01:55:27. 2024-01-24T01:55:29.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:28 smithi027 conmon[35362]: 874841+0000 mon.smithi027 (mon.0) 523 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:29.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:28 smithi027 conmon[35362]: audit 2024-01- 2024-01-24T01:55:29.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:28 smithi027 conmon[35362]: 24T01:55:27.875027+0000 mon.smithi027 ( 2024-01-24T01:55:29.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:28 smithi027 conmon[35362]: mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:29.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:28 smithi173 conmon[40198]: cluster 2024-01-24T01:55:26.646436+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:55:29.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:28 smithi173 conmon[40198]: cluster 2024-01-24T01:55:26.646511+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:55:29.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:28 smithi173 conmon[40198]: cluster 2024-01-24T01:55:27.874348+0000 mon.smithi027 (mon.0) 521 : cluster [INF] osd.5 [v2:172.21.15.27:6818/2430553078,v1:172.21.15.27:6819/2430553078] boot 2024-01-24T01:55:29.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:28 smithi173 conmon[40198]: cluster 2024-01-24T01:55:27.874389+0000 mon.smithi027 (mon.0) 522 : 2024-01-24T01:55:29.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:28 smithi173 conmon[40198]: cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2024-01-24T01:55:29.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:28 smithi173 conmon[40198]: audit 2024-01-24T01:55:29.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:28 smithi173 conmon[40198]: 2024-01-24T01:55:27.874841+0000 mon.smithi027 (mon.0) 523 : 2024-01-24T01:55:29.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:28 smithi173 conmon[40198]: audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T01:55:29.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:28 smithi173 conmon[40198]: audit 2024-01-24T01:55:29.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:28 smithi173 conmon[40198]: 2024-01-24T01:55:27.875027+0000 mon.smithi027 (mon.0) 524 2024-01-24T01:55:29.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:28 smithi173 conmon[40198]: : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:29.925 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:55:30.717 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":34,"num_osds":8,"num_up_osds":7,"osd_up_since":1706061327,"num_in_osds":8,"osd_in_since":1706061295,"num_remapped_pgs":0} 2024-01-24T01:55:30.821 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:30 smithi027 conmon[35362]: cluster 2024-01-24T01:55:29.409782+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T01:55:30.821 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:30 smithi027 conmon[35362]: 103 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-24T01:55:30.821 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:30 smithi027 conmon[35362]: cluster 2024-01-24T01:55:29.495003+0000 mon.smithi027 (mon.0) 525 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-01-24T01:55:30.821 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:30 smithi027 conmon[35362]: audit 2024-01-24T01:55:29.495121+0000 mon.smithi027 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:30.821 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:30 smithi027 conmon[35362]: audit 2024-01-24T01:55:29.522322+0000 mon.smithi027 (mon.0) 527 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:30.822 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:30 smithi027 conmon[35362]: audit 2024-01-24T01:55:29.923741+0000 mon.smithi027 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.27:0/3892684182' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:55:30.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:30 smithi173 conmon[40198]: cluster 2024-01-24T01:55:29.409782+0000 mgr.smithi027.ahqzdk (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-24T01:55:30.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:30 smithi173 conmon[40198]: cluster 2024-01-24T01:55:29.495003+0000 mon.smithi027 (mon.0) 525 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-01-24T01:55:30.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:30 smithi173 conmon[40198]: audit 2024-01-24T01:55:29.495121+0000 mon.smithi027 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:30.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:30 smithi173 conmon[40198]: audit 2024-01-24T01:55:29.522322+0000 mon.smithi027 (mon.0) 527 : audit [INF] 2024-01-24T01:55:30.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:30 smithi173 conmon[40198]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:30.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:30 smithi173 conmon[40198]: audit 2024-01 2024-01-24T01:55:30.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:30 smithi173 conmon[40198]: -24T01:55:29.923741+0000 mon.smithi027 (mon.0) 528 : audit 2024-01-24T01:55:30.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:30 smithi173 conmon[40198]: [DBG] from='client.? 172.21.15.27:0/3892684182' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:55:31.718 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:55:32.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:32 smithi027 conmon[35362]: cluster 2024-01-24T01:55:31.410098+0000 mgr.smithi027.ahqzdk (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-24T01:55:32.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:32 smithi173 conmon[40198]: cluster 2024-01-24T01:55:31.410098+0000 mgr.smithi027.ahqzdk (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-24T01:55:33.844 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:33 smithi027 conmon[35362]: audit 2024-01-24T01:55:32.639613+0000 mon.smithi027 (mon.0) 2024-01-24T01:55:33.844 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:33 smithi027 conmon[35362]: 529 : audit [INF] from='osd.7 [v2:172.21.15.27:6826/3986925460,v1:172.21.15.27:6827/3986925460]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-24T01:55:33.844 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:33 smithi027 conmon[35362]: audit 2024-01-24T01:55:33.113249+0000 mon.smithi027 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:33.844 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:33 smithi027 conmon[35362]: audit 2024-01-24T01:55:33.115093+0000 mon.smithi027 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:55:33.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:33 smithi173 conmon[40198]: audit 2024-01-24T01:55:32.639613+0000 mon.smithi027 (mon.0) 529 : 2024-01-24T01:55:33.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:33 smithi173 conmon[40198]: audit [INF] from='osd.7 [v2:172.21.15.27:6826/3986925460,v1:172.21.15.27:6827/3986925460]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-24T01:55:33.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:33 smithi173 conmon[40198]: audit 2024-01-24T01:55:33.113249+0000 mon.smithi027 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:33.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:33 smithi173 conmon[40198]: audit 2024-01-24T01:55:33.115093+0000 mon.smithi027 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:55:34.212 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:55:34.786 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:34 smithi027 conmon[35362]: cluster 2024-01-24T01:55:33.410437+0000 mgr.smithi027.ahqzdk (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-24T01:55:34.786 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:34 smithi027 conmon[35362]: audit 2024-01-24T01:55:33.508983+0000 mon.smithi027 (mon.0) 532 : audit [INF] from='osd.7 [v2:172.21.15.27:6826/3986925460,v1:172.21.15.27:6827/3986925460]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-24T01:55:34.786 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:34 smithi027 conmon[35362]: cluster 2024-01-24T01:55:33.509032+0000 mon.smithi027 (mon.0) 533 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-01-24T01:55:34.786 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:34 smithi027 conmon[35362]: audit 2024-01-24T01:55:33.509161+0000 mon.smithi027 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:34.786 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:34 smithi027 conmon[35362]: audit 2024-01-24T01:55:33.509655+0000 mon.smithi027 (mon.0) 535 : audit [INF] from='osd.7 [v2:172.21.15.27:6826/3986925460,v1:172.21.15.27:6827/3986925460]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2024-01-24T01:55:34.786 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:34 smithi027 conmon[35362]: audit 2024-01-24T01:55:34.211837+0000 mon.smithi027 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.27:0/46382884' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:55:34.812 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":35,"num_osds":8,"num_up_osds":7,"osd_up_since":1706061327,"num_in_osds":8,"osd_in_since":1706061295,"num_remapped_pgs":0} 2024-01-24T01:55:34.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:34 smithi173 conmon[40198]: cluster 2024-01-24T01:55:33.410437+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T01:55:34.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:34 smithi173 conmon[40198]: .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-24T01:55:34.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:34 smithi173 conmon[40198]: audit 2024-01-24T01:55:33.508983+0000 mon.smithi027 (mon.0) 532 : audit [INF] from='osd.7 [v2:172.21.15.27:6826/3986925460,v1:172.21.15.27:6827/3986925460]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-24T01:55:34.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:34 smithi173 conmon[40198]: cluster 2024-01-24T01:55:33.509032+0000 mon.smithi027 (mon.0) 533 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-01-24T01:55:34.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:34 smithi173 conmon[40198]: audit 2024-01-24T01:55:33.509161+0000 mon.smithi027 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:34.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:34 smithi173 conmon[40198]: audit 2024-01-24T01:55:33.509655+0000 mon.smithi027 (mon.0) 535 : audit [INF] from='osd.7 [v2:172.21.15.27:6826/3986925460,v1:172.21.15.27:6827/3986925460]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]: dispatch 2024-01-24T01:55:34.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:34 smithi173 conmon[40198]: audit 2024-01-24T01:55:34.211837+0000 mon.smithi027 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.27:0/46382884' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:55:35.813 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T01:55:35.845 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:35 smithi027 conmon[35362]: audit 2024-01-24T01:55:34. 2024-01-24T01:55:35.845 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:35 smithi027 conmon[35362]: 514989+0000 mon.smithi027 (mon.0) 537 : audit [INF] from='osd.7 [v2:172.21.15.27:6826/3986925460,v1:172.21.15.27:6827/3986925460]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2024-01-24T01:55:35.845 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:35 smithi027 conmon[35362]: cluster 2024-01-24T01:55:34.515063+0000 mon.smithi027 (mon.0) 538 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-01-24T01:55:35.846 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:35 smithi027 conmon[35362]: audit 2024-01-24T01:55:34.515453+0000 mon.smithi027 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:35.846 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:35 smithi027 conmon[35362]: audit 2024-01-24T01:55:34.519514+0000 mon.smithi027 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:35.846 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:35 smithi027 conmon[35362]: audit 2024-01-24T01:55:34.677755+0000 2024-01-24T01:55:35.846 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:35 smithi027 conmon[35362]: mon.smithi027 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:35.846 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:35 smithi027 conmon[35362]: cluster 2024-01-24T01:55:35.514469+0000 mon.smithi027 (mon.0) 542 : cluster [INF] osd.7 [v2:172.21.15.27:6826/3986925460,v1:172.21.15.27:6827/3986925460] boot 2024-01-24T01:55:35.846 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:35 smithi027 conmon[35362]: cluster 2024-01- 2024-01-24T01:55:35.846 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:35 smithi027 conmon[35362]: 24T01:55:35.514507+0000 mon.smithi027 (mon.0) 2024-01-24T01:55:35.846 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:35 smithi027 conmon[35362]: 543 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-24T01:55:35.846 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:35 smithi027 conmon[35362]: audit 2024 2024-01-24T01:55:35.847 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:35 smithi027 conmon[35362]: -01-24T01:55: 2024-01-24T01:55:35.847 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:35 smithi027 conmon[35362]: 35.514666+0000 mon.smithi027 (mon 2024-01-24T01:55:35.847 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:35 smithi027 conmon[35362]: .0) 544 : audit [DBG] 2024-01-24T01:55:35.847 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:35 smithi027 conmon[35362]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:35.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:35 smithi173 conmon[40198]: audit 2024-01-24T01:55:34.514989+0000 mon.smithi027 (mon.0) 537 : audit [INF] from='osd.7 [v2:172.21.15.27:6826/3986925460,v1:172.21.15.27:6827/3986925460]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi027", "root=default"]}]': finished 2024-01-24T01:55:35.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:35 smithi173 conmon[40198]: cluster 2024-01-24T01:55:34.515063+0000 mon.smithi027 (mon.0) 538 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-01-24T01:55:35.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:35 smithi173 conmon[40198]: audit 2024-01-24T01:55:34.515453+0000 mon.smithi027 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:35.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:35 smithi173 conmon[40198]: audit 2024-01-24T01:55:34.519514+0000 mon.smithi027 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:35.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:35 smithi173 conmon[40198]: audit 2024-01-24T01:55:34.677755+0000 mon.smithi027 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:35.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:35 smithi173 conmon[40198]: cluster 2024-01-24T01:55:35.514469+0000 mon.smithi027 (mon.0) 542 : cluster [INF] osd.7 [v2:172.21.15.27:6826/3986925460,v1:172.21.15.27:6827/3986925460] boot 2024-01-24T01:55:35.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:35 smithi173 conmon[40198]: cluster 2024-01-24T01:55:35.514507+0000 mon.smithi027 (mon.0) 543 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-24T01:55:35.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:35 smithi173 conmon[40198]: audit 2024-01-24T01:55:35.514666+0000 mon.smithi027 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T01:55:36.657 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:36 smithi027 conmon[35362]: cluster 2024-01-24T01:55:33.661858+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:55:36.658 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:36 smithi027 conmon[35362]: cluster 2024-01-24T01:55:33.661923+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:55:36.658 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:36 smithi027 conmon[35362]: cluster 2024-01-24T01:55:35.410722+0000 mgr.smithi027.ahqzdk (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-24T01:55:36.658 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:36 smithi027 conmon[35362]: cluster 2024-01-24T01:55:36.516217+0000 mon.smithi027 (mon.0) 545 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-24T01:55:36.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:36 smithi173 conmon[40198]: cluster 2024-01-24T01:55:33.661858+0000 osd.7 (osd.7 2024-01-24T01:55:36.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:36 smithi173 conmon[40198]: ) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T01:55:36.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:36 smithi173 conmon[40198]: cluster 2024-01-24T01:55:33.661923+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T01:55:36.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:36 smithi173 conmon[40198]: cluster 2024-01-24T01:55:35.410722+0000 mgr.smithi027.ahqzdk (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-24T01:55:36.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:36 smithi173 conmon[40198]: cluster 2024-01-24T01:55:36.516217+0000 mon.smithi027 (mon.0) 545 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-24T01:55:37.991 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:55:38.613 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":39,"num_osds":8,"num_up_osds":8,"osd_up_since":1706061335,"num_in_osds":8,"osd_in_since":1706061295,"num_remapped_pgs":0} 2024-01-24T01:55:38.613 INFO:tasks.cephadm:Setting up client nodes... 2024-01-24T01:55:38.614 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-24T01:55:38.834 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:38 smithi027 conmon[35362]: cluster 2024-01-24T01:55:37.411036+0000 mgr.smithi027.ahqzdk (mgr.14180) 107 2024-01-24T01:55:38.834 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:38 smithi027 conmon[35362]: : cluster [DBG] pgmap v91: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:55:38.834 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:38 smithi027 conmon[35362]: cluster 2024-01-24T01:55:37.522651+0000 mon.smithi027 (mon.0) 546 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-24T01:55:38.834 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:38 smithi027 conmon[35362]: audit 2024-01-24T01:55:37.803147+0000 mon.smithi027 2024-01-24T01:55:38.834 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:38 smithi027 conmon[35362]: (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:38.834 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:38 smithi027 conmon[35362]: audit 2024-01 2024-01-24T01:55:38.834 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:38 smithi027 conmon[35362]: -24T01:55:37.991570+0000 mon.smithi027 2024-01-24T01:55:38.834 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:38 smithi027 conmon[35362]: (mon.0) 548 : audit [DBG] from='client.? 172.21.15.27:0/2446560793' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:55:38.834 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:38 smithi027 conmon[35362]: 2024-01-24T01:55:38.835 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:38 smithi027 conmon[35362]: audit 2024-01- 2024-01-24T01:55:38.835 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:38 smithi027 conmon[35362]: 24T01:55:38.058393+0000 mon.smithi027 (mon.0) 2024-01-24T01:55:38.835 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:38 smithi027 conmon[35362]: 549 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:38.835 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:38 smithi027 conmon[35362]: audit 2024-01-24T01:55:38.835 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:38 smithi027 conmon[35362]: 2024-01-24T01:55:38.351749+0000 mon.smithi027 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:55:38.835 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:38 smithi027 conmon[35362]: audit 2024-01-24T01:55:38 2024-01-24T01:55:38.835 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:38 smithi027 conmon[35362]: .352391+0000 mon.smithi027 (mon.0) 551 : audit 2024-01-24T01:55:38.835 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:38 smithi027 conmon[35362]: [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:55:38.835 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:38 smithi027 conmon[35362]: audit 2024-01-24T01:55:38.835 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:38 smithi027 conmon[35362]: 2024-01-24T01:55:38.352957+0000 mon.smithi027 (mon 2024-01-24T01:55:38.835 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:38 smithi027 conmon[35362]: .0) 552 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:55:38.835 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:38 smithi027 conmon[35362]: audit 2024-01-24T 2024-01-24T01:55:38.835 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:38 smithi027 conmon[35362]: 01:55:38.353490+0000 mon.smithi027 (mon. 2024-01-24T01:55:38.835 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:38 smithi027 conmon[35362]: 0) 553 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:55:38.835 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:38 smithi027 conmon[35362]: audit 2024-01-24 2024-01-24T01:55:38.836 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:38 smithi027 conmon[35362]: T01:55:38.357514+0000 mon.smithi027 (mon 2024-01-24T01:55:38.836 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:38 smithi027 conmon[35362]: .0) 554 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:38.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:38 smithi173 conmon[40198]: cluster 2024-01-24T01:55:37.411036+0000 mgr.smithi027.ahqzdk (mgr.14180) 107 : cluster [DBG] pgmap v91: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:55:38.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:38 smithi173 conmon[40198]: cluster 2024-01-24T01:55:37.522651+0000 mon.smithi027 (mon.0) 546 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-24T01:55:38.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:38 smithi173 conmon[40198]: audit 2024-01-24T01:55:37.803147+0000 mon.smithi027 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:38.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:38 smithi173 conmon[40198]: audit 2024-01-24T01:55:37.991570+0000 mon.smithi027 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.27:0/2446560793' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T01:55:38.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:38 smithi173 conmon[40198]: audit 2024-01-24T01:55:38.058393+0000 mon.smithi027 (mon.0) 549 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:38.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:38 smithi173 conmon[40198]: audit 2024-01-24T01:55:38.351749+0000 mon.smithi027 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:55:38.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:38 smithi173 conmon[40198]: audit 2024-01-24T01:55:38.352391+0000 mon.smithi027 (mon.0) 551 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:55:38.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:38 smithi173 conmon[40198]: audit 2024-01-24T01:55:38.352957+0000 mon.smithi027 (mon.0) 552 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:55:38.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:38 smithi173 conmon[40198]: audit 2024-01-24T01:55:38 2024-01-24T01:55:38.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:38 smithi173 conmon[40198]: .353490+0000 mon.smithi027 (mon.0) 553 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:55:38.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:38 smithi173 conmon[40198]: audit 2024-01-24T01:55:38.357514+0000 mon.smithi027 (mon.0) 554 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:39.853 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:39 smithi027 conmon[35362]: cephadm 2024-01-24T01:55:38.053248+0000 mgr.smithi027.ahqzdk (mgr.14180) 108 : cephadm 2024-01-24T01:55:39.853 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:39 smithi027 conmon[35362]: [INF] Detected new or changed devices on smithi173 2024-01-24T01:55:39.854 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:39 smithi027 conmon[35362]: cephadm 2024-01-24T01:55:38.353924+0000 mgr.smithi027.ahqzdk (mgr.14180) 109 : cephadm [INF] Adjusting osd_memory_target on smithi173 to 3990M 2024-01-24T01:55:39.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:39 smithi173 conmon[40198]: cephadm 2024-01-24T01:55:38.053248+0000 mgr.smithi027.ahqzdk (mgr.14180) 108 : cephadm [INF] Detected new or changed devices on smithi173 2024-01-24T01:55:39.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:39 smithi173 conmon[40198]: cephadm 2024-01-24T01:55:38.353924+0000 mgr.smithi027.ahqzdk (mgr.14180) 109 : cephadm [INF] Adjusting osd_memory_target on smithi173 to 3990M 2024-01-24T01:55:40.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:40 smithi027 conmon[35362]: cluster 2024-01-24T01:55:39.411421+0000 mgr.smithi027.ahqzdk (mgr.14180) 110 : cluster [DBG] pgmap v93: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:55:40.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:40 smithi173 conmon[40198]: cluster 2024-01-24T01:55:39.411421+0000 mgr.smithi027.ahqzdk (mgr.14180) 110 : cluster [DBG] pgmap v93: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:55:41.137 INFO:teuthology.orchestra.run.smithi027.stdout:[client.0] 2024-01-24T01:55:41.137 INFO:teuthology.orchestra.run.smithi027.stdout: key = AQAdbrBlrQv2BxAAUeYPeoMHQK4hnaDF96qn7w== 2024-01-24T01:55:41.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:41 smithi027 conmon[35362]: audit 2024-01-24T01:55:41.133399+0000 mon.smithi027 (mon.0) 555 : audit [INF] from='client.? 172.21.15.27:0/4237336229' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-24T01:55:41.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:41 smithi027 conmon[35362]: audit 2024-01-24T01:55:41.136810+0000 mon.smithi027 (mon.0) 556 : audit [INF] from='client.? 172.21.15.27:0/4237336229' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-24T01:55:41.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:41 smithi173 conmon[40198]: audit 2024-01-24T01:55:41.133399+0000 mon.smithi027 (mon.0) 555 : audit [INF] from='client.? 172.21.15.27:0/4237336229' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-24T01:55:41.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:41 smithi173 conmon[40198]: audit 2024-01-24T01:55:41.136810+0000 mon.smithi027 (mon. 2024-01-24T01:55:41.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:41 smithi173 conmon[40198]: 0) 556 : audit [INF] from='client.? 172.21.15.27:0/4237336229' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-24T01:55:41.982 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-01-24T01:55:41.982 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-24T01:55:41.982 DEBUG:teuthology.orchestra.run.smithi027:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-24T01:55:42.026 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-24T01:55:42.883 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:42 smithi173 conmon[40198]: cluster 2024-01-24T01:55:41.411827+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T01:55:42.884 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:42 smithi173 conmon[40198]: 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-24T01:55:42.884 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:42 smithi173 conmon[40198]: audit 2024-01-24T01:55:42.414079+0000 mon.smithi027 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:42.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:42 smithi027 conmon[35362]: cluster 2024-01-24T01:55:41.411827+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T01:55:42.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:42 smithi027 conmon[35362]: .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-24T01:55:42.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:42 smithi027 conmon[35362]: audit 2024-01-24T01:55:42.414079+0000 mon.smithi027 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:43.561 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: cephadm 2024-01-24T01:55:42.403653+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T01:55:43.562 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: .14180) 112 : cephadm [INF] Detected new or changed devices on smithi027 2024-01-24T01:55:43.562 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: audit 2024-01-24T01:55:42.727165+0000 mon.smithi027 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:55:43.562 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: audit 2024-01-24T01:55:42.727826+0000 mon.smithi027 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:55:43.562 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: audit 2024-01-24T01:55:42.728377+0000 mon.smithi027 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:55:43.562 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: audit 2024-01-24T01:55:42.728942+0000 mon.smithi027 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:55:43.562 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: cephadm 2024-01-24T01:55: 2024-01-24T01:55:43.562 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: 42.729362+0000 mgr.smithi027.ahqzdk (mgr.14180) 113 : cephadm [INF] Adjusting osd_memory_target on smithi027 to 3222M 2024-01-24T01:55:43.562 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: audit 2024-01-24T01:55:42.733214+0000 mon.smithi027 (mon.0 2024-01-24T01:55:43.562 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: ) 562 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:43.562 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: audit 2024-01-24T01:55:43.562 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: 2024-01-24T01:55:42.734004+0000 mon.smithi027 (mon.0 2024-01-24T01:55:43.562 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: ) 563 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:55:43.562 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: audit 2024-01-24T01:55: 2024-01-24T01:55:43.563 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: 42.734644+0000 mon.smithi027 (mon.0) 564 : audit 2024-01-24T01:55:43.563 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:55:43.563 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: audit 2024-01-24T01:55:43.563 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: 2024-01-24T01:55:42.738312+0000 mon.smithi027 (mon. 2024-01-24T01:55:43.563 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: 0) 565 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:43.563 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: audit 2024-01-24T01 2024-01-24T01:55:43.563 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: :55:42.741746+0000 mon.smithi027 (mon.0) 2024-01-24T01:55:43.563 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: 566 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:55:43.563 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: audit 2024-01-24T01:55: 2024-01-24T01:55:43.563 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: 42.744588+0000 mon.smithi027 (mon.0) 567 : audit 2024-01-24T01:55:43.563 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T01:55:43.563 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: audit 2024-01-24T01:55:42. 2024-01-24T01:55:43.563 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: 745563+0000 mon.smithi027 (mon.0) 568 : audit 2024-01-24T01:55:43.563 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T01:55:43.563 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: audit 2024-01-24T01:55:43.564 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: 2024-01-24T01:55:42.745796+0000 mon.smithi027 (mon 2024-01-24T01:55:43.564 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: .0) 569 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:55:43.564 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: audit 2024-01-24T01 2024-01-24T01:55:43.564 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: :55:42.746303+0000 mon.smithi027 (mon.0) 2024-01-24T01:55:43.564 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:43 smithi173 conmon[40198]: 570 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:55:43.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: cephadm 2024-01-24T01:55:42.403653+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T01:55:43.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: .14180) 112 : cephadm [INF] Detected new or changed devices on smithi027 2024-01-24T01:55:43.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: audit 2024-01-24T01:55:42.727165+0000 mon.smithi027 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:55:43.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: audit 2024-01-24T01:55:42.727826+0000 mon.smithi027 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:55:43.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: audit 2024-01-24T01:55:42.728377+0000 mon.smithi027 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:55:43.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: audit 2024-01-24T01:55:42.728942+0000 mon.smithi027 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-24T01:55:43.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: cephadm 2024-01-24T01:55:42.729362+0000 mgr.smithi027.ahqzdk (mgr.14180) 113 : cephadm [INF] Adjusting osd_memory_target on smithi027 to 3222M 2024-01-24T01:55:43.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: audit 2024-01-24T01:55:43.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: 2024-01-24T01:55:42.733214+0000 mon.smithi027 (mon.0) 2024-01-24T01:55:43.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: 562 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:43.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: audit 2024 2024-01-24T01:55:43.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: -01-24T01:55:42.734004 2024-01-24T01:55:43.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: +0000 mon.smithi027 (mon.0) 563 : audit [DBG] 2024-01-24T01:55:43.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:55:43.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: audit 2024-01-24T01: 2024-01-24T01:55:43.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: 55:42.734644+0000 mon.smithi027 (mon.0) 2024-01-24T01:55:43.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: 564 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:55:43.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: audit 2024-01- 2024-01-24T01:55:43.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: 24T01:55:42.738312+0000 2024-01-24T01:55:43.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: mon.smithi027 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:43.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: audit 2024- 2024-01-24T01:55:43.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: 01-24T01:55:42.741746+0000 2024-01-24T01:55:43.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: mon.smithi027 (mon.0) 566 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:55:43.909 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: audit 2024-01 2024-01-24T01:55:43.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: -24T01:55:42.744588+0000 2024-01-24T01:55:43.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: mon.smithi027 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T01:55:43.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: audit 2024-01 2024-01-24T01:55:43.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: -24T01:55:42.745563+0000 2024-01-24T01:55:43.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: mon.smithi027 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T01:55:43.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: audit 2024-01 2024-01-24T01:55:43.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: -24T01:55:42.745796+0000 2024-01-24T01:55:43.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: mon.smithi027 (mon.0) 569 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:55:43.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: audit 2024-01- 2024-01-24T01:55:43.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: 24T01:55:42.746303+0000 mon.smithi027 2024-01-24T01:55:43.910 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:43 smithi027 conmon[35362]: (mon.0) 570 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:55:44.028 INFO:teuthology.orchestra.run.smithi173.stdout:[client.1] 2024-01-24T01:55:44.028 INFO:teuthology.orchestra.run.smithi173.stdout: key = AQAgbrBlvAZZARAAq4wUb0LREcejnKfjqhtXLA== 2024-01-24T01:55:44.788 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:44 smithi173 conmon[40198]: cluster 2024-01-24T01:55:43.412258+0000 mgr.smithi027.ahqzdk (mgr.14180) 114 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:55:44.788 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:44 smithi173 conmon[40198]: audit 2024-01-24T01:55:44.022152+0000 mon.smithi173 (mon.1) 21 : audit [INF] from='client.? 172.21.15.173:0/1350523191' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-24T01:55:44.788 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:44 smithi173 conmon[40198]: audit 2024-01-24T01:55:44.022462+0000 mon.smithi027 (mon.0) 571 : 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-24T01:55:44.788 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:44 smithi173 conmon[40198]: audit 2024-01-24T01:55:44.025742+0000 mon.smithi027 (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 *"]}]': finished 2024-01-24T01:55:44.881 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-01-24T01:55:44.881 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-24T01:55:44.881 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-24T01:55:44.924 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd dump --format=json 2024-01-24T01:55:45.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:44 smithi027 conmon[35362]: cluster 2024-01-24T01:55:43.412258+0000 mgr.smithi027.ahqzdk (mgr.14180) 114 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:55:45.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:44 smithi027 conmon[35362]: audit 2024-01-24T01:55:44.022152+0000 mon.smithi173 (mon.1) 21 : audit [INF] from='client.? 172.21.15.173:0/1350523191' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-24T01:55:45.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:44 smithi027 conmon[35362]: audit 2024-01-24T01:55:44.022462+0000 mon.smithi027 (mon.0) 571 : 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-24T01:55:45.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:44 smithi027 conmon[35362]: audit 2024-01-24T01:55:44.025742+0000 mon.smithi027 (mon.0) 572 : audit [INF] 2024-01-24T01:55:45.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:44 smithi027 conmon[35362]: 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-24T01:55:45.284 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/mon.smithi027/config 2024-01-24T01:55:47.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:46 smithi027 conmon[35362]: cluster 2024-01-24T01:55:45.412581+0000 mgr.smithi027.ahqzdk (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-24T01:55:47.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:46 smithi173 conmon[40198]: cluster 2024-01-24T01:55:45.412581+0000 mgr.smithi027.ahqzdk (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-24T01:55:47.585 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:55:47.585 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":39,"fsid":"07bcd718-ba5b-11ee-95b1-87774f69a715","created":"2024-01-24T01:51:48.577232+0000","modified":"2024-01-24T01:55:37.518895+0000","last_up_change":"2024-01-24T01:55:35.509964+0000","last_in_change":"2024-01-24T01:54:55.018644+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-24T01:55:15.291747+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":"3705447b-44ae-4bcd-bb45-b99be10fb8ae","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.173:6800","nonce":1335475316},{"type":"v1","addr":"172.21.15.173:6801","nonce":1335475316}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6802","nonce":1335475316},{"type":"v1","addr":"172.21.15.173:6803","nonce":1335475316}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6806","nonce":1335475316},{"type":"v1","addr":"172.21.15.173:6807","nonce":1335475316}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6804","nonce":1335475316},{"type":"v1","addr":"172.21.15.173:6805","nonce":1335475316}]},"public_addr":"172.21.15.173:6801/1335475316","cluster_addr":"172.21.15.173:6803/1335475316","heartbeat_back_addr":"172.21.15.173:6807/1335475316","heartbeat_front_addr":"172.21.15.173:6805/1335475316","state":["exists","up"]},{"osd":1,"uuid":"19b16791-72b8-4cba-ae7f-2c62b74b0153","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6802","nonce":2526359654},{"type":"v1","addr":"172.21.15.27:6803","nonce":2526359654}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6804","nonce":2526359654},{"type":"v1","addr":"172.21.15.27:6805","nonce":2526359654}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6808","nonce":2526359654},{"type":"v1","addr":"172.21.15.27:6809","nonce":2526359654}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6806","nonce":2526359654},{"type":"v1","addr":"172.21.15.27:6807","nonce":2526359654}]},"public_addr":"172.21.15.27:6803/2526359654","cluster_addr":"172.21.15.27:6805/2526359654","heartbeat_back_addr":"172.21.15.27:6809/2526359654","heartbeat_front_addr":"172.21.15.27:6807/2526359654","state":["exists","up"]},{"osd":2,"uuid":"b5446d5b-80f4-4944-bb68-00dc9e26e6b4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6808","nonce":3793192458},{"type":"v1","addr":"172.21.15.173:6809","nonce":3793192458}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6810","nonce":3793192458},{"type":"v1","addr":"172.21.15.173:6811","nonce":3793192458}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6814","nonce":3793192458},{"type":"v1","addr":"172.21.15.173:6815","nonce":3793192458}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6812","nonce":3793192458},{"type":"v1","addr":"172.21.15.173:6813","nonce":3793192458}]},"public_addr":"172.21.15.173:6809/3793192458","cluster_addr":"172.21.15.173:6811/3793192458","heartbeat_back_addr":"172.21.15.173:6815/3793192458","heartbeat_front_addr":"172.21.15.173:6813/3793192458","state":["exists","up"]},{"osd":3,"uuid":"8e83fd4d-89cc-474d-9ca7-00a893473bd6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6810","nonce":2807519821},{"type":"v1","addr":"172.21.15.27:6811","nonce":2807519821}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6812","nonce":2807519821},{"type":"v1","addr":"172.21.15.27:6813","nonce":2807519821}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6816","nonce":2807519821},{"type":"v1","addr":"172.21.15.27:6817","nonce":2807519821}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6814","nonce":2807519821},{"type":"v1","addr":"172.21.15.27:6815","nonce":2807519821}]},"public_addr":"172.21.15.27:6811/2807519821","cluster_addr":"172.21.15.27:6813/2807519821","heartbeat_back_addr":"172.21.15.27:6817/2807519821","heartbeat_front_addr":"172.21.15.27:6815/2807519821","state":["exists","up"]},{"osd":4,"uuid":"09c6a8d8-128c-455a-a31b-1e7e958c12f3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6816","nonce":3437609842},{"type":"v1","addr":"172.21.15.173:6817","nonce":3437609842}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6818","nonce":3437609842},{"type":"v1","addr":"172.21.15.173:6819","nonce":3437609842}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6822","nonce":3437609842},{"type":"v1","addr":"172.21.15.173:6823","nonce":3437609842}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6820","nonce":3437609842},{"type":"v1","addr":"172.21.15.173:6821","nonce":3437609842}]},"public_addr":"172.21.15.173:6817/3437609842","cluster_addr":"172.21.15.173:6819/3437609842","heartbeat_back_addr":"172.21.15.173:6823/3437609842","heartbeat_front_addr":"172.21.15.173:6821/3437609842","state":["exists","up"]},{"osd":5,"uuid":"dd706a43-b449-41a9-8158-02f6efab7a7c","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.27:6818","nonce":2430553078},{"type":"v1","addr":"172.21.15.27:6819","nonce":2430553078}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6820","nonce":2430553078},{"type":"v1","addr":"172.21.15.27:6821","nonce":2430553078}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6824","nonce":2430553078},{"type":"v1","addr":"172.21.15.27:6825","nonce":2430553078}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6822","nonce":2430553078},{"type":"v1","addr":"172.21.15.27:6823","nonce":2430553078}]},"public_addr":"172.21.15.27:6819/2430553078","cluster_addr":"172.21.15.27:6821/2430553078","heartbeat_back_addr":"172.21.15.27:6825/2430553078","heartbeat_front_addr":"172.21.15.27:6823/2430553078","state":["exists","up"]},{"osd":6,"uuid":"c2a3e0eb-e0e7-4a60-8804-20253fe7d8a5","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.173:6824","nonce":3284329600},{"type":"v1","addr":"172.21.15.173:6825","nonce":3284329600}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6826","nonce":3284329600},{"type":"v1","addr":"172.21.15.173:6827","nonce":3284329600}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6830","nonce":3284329600},{"type":"v1","addr":"172.21.15.173:6831","nonce":3284329600}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6828","nonce":3284329600},{"type":"v1","addr":"172.21.15.173:6829","nonce":3284329600}]},"public_addr":"172.21.15.173:6825/3284329600","cluster_addr":"172.21.15.173:6827/3284329600","heartbeat_back_addr":"172.21.15.173:6831/3284329600","heartbeat_front_addr":"172.21.15.173:6829/3284329600","state":["exists","up"]},{"osd":7,"uuid":"95dbd5c0-6295-4354-b8b9-1c898b96a37a","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.27:6826","nonce":3986925460},{"type":"v1","addr":"172.21.15.27:6827","nonce":3986925460}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6828","nonce":3986925460},{"type":"v1","addr":"172.21.15.27:6829","nonce":3986925460}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6832","nonce":3986925460},{"type":"v1","addr":"172.21.15.27:6833","nonce":3986925460}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6830","nonce":3986925460},{"type":"v1","addr":"172.21.15.27:6831","nonce":3986925460}]},"public_addr":"172.21.15.27:6827/3986925460","cluster_addr":"172.21.15.27:6829/3986925460","heartbeat_back_addr":"172.21.15.27:6833/3986925460","heartbeat_front_addr":"172.21.15.27:6831/3986925460","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-24T01:55:07.992853+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-24T01:55:13.050583+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-24T01:55:12.868225+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-24T01:55:19.684924+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-24T01:55:17.819260+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-24T01:55:26.646516+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-24T01:55:22.871095+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-24T01:55:33.661926+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.27:6801/4047712464":"2024-01-25T01:53:29.387460+0000","172.21.15.27:6800/4047712464":"2024-01-25T01:53:29.387460+0000","172.21.15.27:0/581418648":"2024-01-25T01:53:29.387460+0000","172.21.15.27:0/4202317651":"2024-01-25T01:53:29.387460+0000","172.21.15.27:6801/1197912953":"2024-01-25T01:52:37.618493+0000","172.21.15.27:0/4030532787":"2024-01-25T01:52:37.618493+0000","172.21.15.27:6800/1197912953":"2024-01-25T01:52:37.618493+0000","172.21.15.27:0/4238254156":"2024-01-25T01:52:37.618493+0000","172.21.15.27:0/421133147":"2024-01-25T01:52:10.580367+0000","172.21.15.27:6800/3011934305":"2024-01-25T01:52:10.580367+0000","172.21.15.27:6801/3011934305":"2024-01-25T01:52:10.580367+0000","172.21.15.27:0/704302798":"2024-01-25T01:52:10.580367+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-24T01:55:47.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:47 smithi173 conmon[40198]: audit 2024-01-24T01:55:47.584410+0000 mon.smithi027 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.27:0/999675560' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T01:55:48.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:47 smithi027 conmon[35362]: audit 2024-01-24T01:55:47.584410+0000 2024-01-24T01:55:48.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:47 smithi027 conmon[35362]: mon.smithi027 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.27:0/999675560' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T01:55:48.587 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-24T01:55:15.291747+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-24T01:55:48.588 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-24T01:55:49.049 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/mon.smithi027/config 2024-01-24T01:55:49.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:48 smithi027 conmon[35362]: cluster 2024-01-24T01:55:47.412837+0000 mgr.smithi027.ahqzdk (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-24T01:55:49.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:48 smithi173 conmon[40198]: cluster 2024-01-24T01:55:47.412837+0000 mgr.smithi027.ahqzdk (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-24T01:55:50.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:50 smithi027 conmon[35362]: cluster 2024-01-24T01:55:49.413102+0000 mgr.smithi027.ahqzdk (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-24T01:55:50.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:50 smithi173 conmon[40198]: cluster 2024-01-24T01:55:49.413102+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T01:55:50.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:50 smithi173 conmon[40198]: 117 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:55:51.085 INFO:teuthology.orchestra.run.smithi027.stdout:pg_num: 1 2024-01-24T01:55:51.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:51 smithi173 conmon[40198]: audit 2024-01-24T01:55:51.085506+0000 mon.smithi027 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.27:0/1685153308' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-24T01:55:52.087 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:51 smithi027 conmon[35362]: audit 2024-01-24T01:55:51.085506+0000 mon.smithi027 ( 2024-01-24T01:55:52.087 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:51 smithi027 conmon[35362]: mon.0) 574 : audit [DBG] from='client.? 172.21.15.27:0/1685153308' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-24T01:55:52.108 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-24T01:55:52.108 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-24T01:55:52.108 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph mgr dump --format=json 2024-01-24T01:55:52.618 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/mon.smithi027/config 2024-01-24T01:55:53.061 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:52 smithi027 conmon[35362]: cluster 2024-01-24T01:55:51.413539+0000 mgr.smithi027.ahqzdk (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-24T01:55:53.061 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:52 smithi027 conmon[35362]: audit 2024-01-24T01:55:52.203119+0000 mon.smithi027 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:53.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:52 smithi173 conmon[40198]: cluster 2024-01-24T01:55:51.413539+0000 mgr.smithi027.ahqzdk (mgr.14180) 118 : cluster [DBG] 2024-01-24T01:55:53.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:52 smithi173 conmon[40198]: pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:55:53.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:52 smithi173 conmon[40198]: audit 2024-01-24T01:55:52.203119+0000 mon.smithi027 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:54.616 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:55:54.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:54 smithi027 conmon[35362]: cluster 2024-01-24T01:55:53.413864+0000 mgr.smithi027.ahqzdk (mgr.14180) 119 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:55:54.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:54 smithi027 conmon[35362]: audit 2024-01-24T01:55:54.022747+0000 mon.smithi027 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:54.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:54 smithi027 conmon[35362]: audit 2024-01-24T01:55:54.610426+0000 mon.smithi027 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.27:0/2284360541' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-24T01:55:55.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:54 smithi173 conmon[40198]: cluster 2024-01-24T01:55:53.413864+0000 mgr.smithi027.ahqzdk (mgr.14180) 119 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:55:55.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:54 smithi173 conmon[40198]: audit 2024-01-24T01:55:54.022747+0000 mon.smithi027 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:55:55.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:54 smithi173 conmon[40198]: audit 2024-01-24T01:55:54.610426+0000 mon.smithi027 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.27:0/2284360541' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-24T01:55:55.215 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi027.ahqzdk","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6800","nonce":3886402536},{"type":"v1","addr":"172.21.15.27:6801","nonce":3886402536}]},"active_addr":"172.21.15.27:6801/3886402536","active_change":"2024-01-24T01:53:29.387583+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14198,"name":"smithi173.zvksgn","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.27:8443/","prometheus":"http://172.21.15.27: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.27:0","nonce":3473416956}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.27:0","nonce":4147302226}]}]} 2024-01-24T01:55:55.219 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-24T01:55:55.219 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-24T01:55:55.219 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd dump --format=json 2024-01-24T01:55:55.567 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/mon.smithi027/config 2024-01-24T01:55:56.857 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:56 smithi027 conmon[35362]: cluster 2024-01-24T01:55:55.414196+0000 mgr.smithi027.ahqzdk (mgr.14180) 120 2024-01-24T01:55:56.857 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:56 smithi027 conmon[35362]: : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:55:57.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:56 smithi173 conmon[40198]: cluster 2024-01-24T01:55:55.414196+0000 mgr.smithi027.ahqzdk (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-24T01:55:57.181 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:55:57.181 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":39,"fsid":"07bcd718-ba5b-11ee-95b1-87774f69a715","created":"2024-01-24T01:51:48.577232+0000","modified":"2024-01-24T01:55:37.518895+0000","last_up_change":"2024-01-24T01:55:35.509964+0000","last_in_change":"2024-01-24T01:54:55.018644+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-24T01:55:15.291747+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":"3705447b-44ae-4bcd-bb45-b99be10fb8ae","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.173:6800","nonce":1335475316},{"type":"v1","addr":"172.21.15.173:6801","nonce":1335475316}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6802","nonce":1335475316},{"type":"v1","addr":"172.21.15.173:6803","nonce":1335475316}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6806","nonce":1335475316},{"type":"v1","addr":"172.21.15.173:6807","nonce":1335475316}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6804","nonce":1335475316},{"type":"v1","addr":"172.21.15.173:6805","nonce":1335475316}]},"public_addr":"172.21.15.173:6801/1335475316","cluster_addr":"172.21.15.173:6803/1335475316","heartbeat_back_addr":"172.21.15.173:6807/1335475316","heartbeat_front_addr":"172.21.15.173:6805/1335475316","state":["exists","up"]},{"osd":1,"uuid":"19b16791-72b8-4cba-ae7f-2c62b74b0153","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6802","nonce":2526359654},{"type":"v1","addr":"172.21.15.27:6803","nonce":2526359654}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6804","nonce":2526359654},{"type":"v1","addr":"172.21.15.27:6805","nonce":2526359654}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6808","nonce":2526359654},{"type":"v1","addr":"172.21.15.27:6809","nonce":2526359654}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6806","nonce":2526359654},{"type":"v1","addr":"172.21.15.27:6807","nonce":2526359654}]},"public_addr":"172.21.15.27:6803/2526359654","cluster_addr":"172.21.15.27:6805/2526359654","heartbeat_back_addr":"172.21.15.27:6809/2526359654","heartbeat_front_addr":"172.21.15.27:6807/2526359654","state":["exists","up"]},{"osd":2,"uuid":"b5446d5b-80f4-4944-bb68-00dc9e26e6b4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6808","nonce":3793192458},{"type":"v1","addr":"172.21.15.173:6809","nonce":3793192458}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6810","nonce":3793192458},{"type":"v1","addr":"172.21.15.173:6811","nonce":3793192458}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6814","nonce":3793192458},{"type":"v1","addr":"172.21.15.173:6815","nonce":3793192458}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6812","nonce":3793192458},{"type":"v1","addr":"172.21.15.173:6813","nonce":3793192458}]},"public_addr":"172.21.15.173:6809/3793192458","cluster_addr":"172.21.15.173:6811/3793192458","heartbeat_back_addr":"172.21.15.173:6815/3793192458","heartbeat_front_addr":"172.21.15.173:6813/3793192458","state":["exists","up"]},{"osd":3,"uuid":"8e83fd4d-89cc-474d-9ca7-00a893473bd6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6810","nonce":2807519821},{"type":"v1","addr":"172.21.15.27:6811","nonce":2807519821}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6812","nonce":2807519821},{"type":"v1","addr":"172.21.15.27:6813","nonce":2807519821}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6816","nonce":2807519821},{"type":"v1","addr":"172.21.15.27:6817","nonce":2807519821}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6814","nonce":2807519821},{"type":"v1","addr":"172.21.15.27:6815","nonce":2807519821}]},"public_addr":"172.21.15.27:6811/2807519821","cluster_addr":"172.21.15.27:6813/2807519821","heartbeat_back_addr":"172.21.15.27:6817/2807519821","heartbeat_front_addr":"172.21.15.27:6815/2807519821","state":["exists","up"]},{"osd":4,"uuid":"09c6a8d8-128c-455a-a31b-1e7e958c12f3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6816","nonce":3437609842},{"type":"v1","addr":"172.21.15.173:6817","nonce":3437609842}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6818","nonce":3437609842},{"type":"v1","addr":"172.21.15.173:6819","nonce":3437609842}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6822","nonce":3437609842},{"type":"v1","addr":"172.21.15.173:6823","nonce":3437609842}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6820","nonce":3437609842},{"type":"v1","addr":"172.21.15.173:6821","nonce":3437609842}]},"public_addr":"172.21.15.173:6817/3437609842","cluster_addr":"172.21.15.173:6819/3437609842","heartbeat_back_addr":"172.21.15.173:6823/3437609842","heartbeat_front_addr":"172.21.15.173:6821/3437609842","state":["exists","up"]},{"osd":5,"uuid":"dd706a43-b449-41a9-8158-02f6efab7a7c","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.27:6818","nonce":2430553078},{"type":"v1","addr":"172.21.15.27:6819","nonce":2430553078}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6820","nonce":2430553078},{"type":"v1","addr":"172.21.15.27:6821","nonce":2430553078}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6824","nonce":2430553078},{"type":"v1","addr":"172.21.15.27:6825","nonce":2430553078}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6822","nonce":2430553078},{"type":"v1","addr":"172.21.15.27:6823","nonce":2430553078}]},"public_addr":"172.21.15.27:6819/2430553078","cluster_addr":"172.21.15.27:6821/2430553078","heartbeat_back_addr":"172.21.15.27:6825/2430553078","heartbeat_front_addr":"172.21.15.27:6823/2430553078","state":["exists","up"]},{"osd":6,"uuid":"c2a3e0eb-e0e7-4a60-8804-20253fe7d8a5","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.173:6824","nonce":3284329600},{"type":"v1","addr":"172.21.15.173:6825","nonce":3284329600}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6826","nonce":3284329600},{"type":"v1","addr":"172.21.15.173:6827","nonce":3284329600}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6830","nonce":3284329600},{"type":"v1","addr":"172.21.15.173:6831","nonce":3284329600}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6828","nonce":3284329600},{"type":"v1","addr":"172.21.15.173:6829","nonce":3284329600}]},"public_addr":"172.21.15.173:6825/3284329600","cluster_addr":"172.21.15.173:6827/3284329600","heartbeat_back_addr":"172.21.15.173:6831/3284329600","heartbeat_front_addr":"172.21.15.173:6829/3284329600","state":["exists","up"]},{"osd":7,"uuid":"95dbd5c0-6295-4354-b8b9-1c898b96a37a","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.27:6826","nonce":3986925460},{"type":"v1","addr":"172.21.15.27:6827","nonce":3986925460}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6828","nonce":3986925460},{"type":"v1","addr":"172.21.15.27:6829","nonce":3986925460}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6832","nonce":3986925460},{"type":"v1","addr":"172.21.15.27:6833","nonce":3986925460}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6830","nonce":3986925460},{"type":"v1","addr":"172.21.15.27:6831","nonce":3986925460}]},"public_addr":"172.21.15.27:6827/3986925460","cluster_addr":"172.21.15.27:6829/3986925460","heartbeat_back_addr":"172.21.15.27:6833/3986925460","heartbeat_front_addr":"172.21.15.27:6831/3986925460","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-24T01:55:07.992853+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-24T01:55:13.050583+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-24T01:55:12.868225+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-24T01:55:19.684924+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-24T01:55:17.819260+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-24T01:55:26.646516+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-24T01:55:22.871095+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-24T01:55:33.661926+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.27:6801/4047712464":"2024-01-25T01:53:29.387460+0000","172.21.15.27:6800/4047712464":"2024-01-25T01:53:29.387460+0000","172.21.15.27:0/581418648":"2024-01-25T01:53:29.387460+0000","172.21.15.27:0/4202317651":"2024-01-25T01:53:29.387460+0000","172.21.15.27:6801/1197912953":"2024-01-25T01:52:37.618493+0000","172.21.15.27:0/4030532787":"2024-01-25T01:52:37.618493+0000","172.21.15.27:6800/1197912953":"2024-01-25T01:52:37.618493+0000","172.21.15.27:0/4238254156":"2024-01-25T01:52:37.618493+0000","172.21.15.27:0/421133147":"2024-01-25T01:52:10.580367+0000","172.21.15.27:6800/3011934305":"2024-01-25T01:52:10.580367+0000","172.21.15.27:6801/3011934305":"2024-01-25T01:52:10.580367+0000","172.21.15.27:0/704302798":"2024-01-25T01:52:10.580367+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-24T01:55:57.772 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-24T01:55:57.772 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd dump --format=json 2024-01-24T01:55:58.117 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/mon.smithi027/config 2024-01-24T01:55:58.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:57 smithi027 conmon[35362]: audit 2024-01-24T01:55:57.180336+0000 mon.smithi027 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.27:0/2758382240' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T01:55:58.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:57 smithi173 conmon[40198]: audit 2024-01-24T01:55:57.180336+0000 mon.smithi027 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.27:0/2758382240' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T01:55:59.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:58 smithi027 conmon[35362]: cluster 2024-01-24T01:55:57.414568+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T01:55:59.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:58 smithi027 conmon[35362]: 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-24T01:55:59.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:58 smithi173 conmon[40198]: cluster 2024-01-24T01:55:57.414568+0000 mgr.smithi027.ahqzdk (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-24T01:55:59.735 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:55:59.735 INFO:teuthology.orchestra.run.smithi027.stdout:{"epoch":39,"fsid":"07bcd718-ba5b-11ee-95b1-87774f69a715","created":"2024-01-24T01:51:48.577232+0000","modified":"2024-01-24T01:55:37.518895+0000","last_up_change":"2024-01-24T01:55:35.509964+0000","last_in_change":"2024-01-24T01:54:55.018644+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-24T01:55:15.291747+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":"3705447b-44ae-4bcd-bb45-b99be10fb8ae","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.173:6800","nonce":1335475316},{"type":"v1","addr":"172.21.15.173:6801","nonce":1335475316}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6802","nonce":1335475316},{"type":"v1","addr":"172.21.15.173:6803","nonce":1335475316}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6806","nonce":1335475316},{"type":"v1","addr":"172.21.15.173:6807","nonce":1335475316}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6804","nonce":1335475316},{"type":"v1","addr":"172.21.15.173:6805","nonce":1335475316}]},"public_addr":"172.21.15.173:6801/1335475316","cluster_addr":"172.21.15.173:6803/1335475316","heartbeat_back_addr":"172.21.15.173:6807/1335475316","heartbeat_front_addr":"172.21.15.173:6805/1335475316","state":["exists","up"]},{"osd":1,"uuid":"19b16791-72b8-4cba-ae7f-2c62b74b0153","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6802","nonce":2526359654},{"type":"v1","addr":"172.21.15.27:6803","nonce":2526359654}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6804","nonce":2526359654},{"type":"v1","addr":"172.21.15.27:6805","nonce":2526359654}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6808","nonce":2526359654},{"type":"v1","addr":"172.21.15.27:6809","nonce":2526359654}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6806","nonce":2526359654},{"type":"v1","addr":"172.21.15.27:6807","nonce":2526359654}]},"public_addr":"172.21.15.27:6803/2526359654","cluster_addr":"172.21.15.27:6805/2526359654","heartbeat_back_addr":"172.21.15.27:6809/2526359654","heartbeat_front_addr":"172.21.15.27:6807/2526359654","state":["exists","up"]},{"osd":2,"uuid":"b5446d5b-80f4-4944-bb68-00dc9e26e6b4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6808","nonce":3793192458},{"type":"v1","addr":"172.21.15.173:6809","nonce":3793192458}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6810","nonce":3793192458},{"type":"v1","addr":"172.21.15.173:6811","nonce":3793192458}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6814","nonce":3793192458},{"type":"v1","addr":"172.21.15.173:6815","nonce":3793192458}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6812","nonce":3793192458},{"type":"v1","addr":"172.21.15.173:6813","nonce":3793192458}]},"public_addr":"172.21.15.173:6809/3793192458","cluster_addr":"172.21.15.173:6811/3793192458","heartbeat_back_addr":"172.21.15.173:6815/3793192458","heartbeat_front_addr":"172.21.15.173:6813/3793192458","state":["exists","up"]},{"osd":3,"uuid":"8e83fd4d-89cc-474d-9ca7-00a893473bd6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6810","nonce":2807519821},{"type":"v1","addr":"172.21.15.27:6811","nonce":2807519821}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6812","nonce":2807519821},{"type":"v1","addr":"172.21.15.27:6813","nonce":2807519821}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6816","nonce":2807519821},{"type":"v1","addr":"172.21.15.27:6817","nonce":2807519821}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6814","nonce":2807519821},{"type":"v1","addr":"172.21.15.27:6815","nonce":2807519821}]},"public_addr":"172.21.15.27:6811/2807519821","cluster_addr":"172.21.15.27:6813/2807519821","heartbeat_back_addr":"172.21.15.27:6817/2807519821","heartbeat_front_addr":"172.21.15.27:6815/2807519821","state":["exists","up"]},{"osd":4,"uuid":"09c6a8d8-128c-455a-a31b-1e7e958c12f3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6816","nonce":3437609842},{"type":"v1","addr":"172.21.15.173:6817","nonce":3437609842}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6818","nonce":3437609842},{"type":"v1","addr":"172.21.15.173:6819","nonce":3437609842}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6822","nonce":3437609842},{"type":"v1","addr":"172.21.15.173:6823","nonce":3437609842}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6820","nonce":3437609842},{"type":"v1","addr":"172.21.15.173:6821","nonce":3437609842}]},"public_addr":"172.21.15.173:6817/3437609842","cluster_addr":"172.21.15.173:6819/3437609842","heartbeat_back_addr":"172.21.15.173:6823/3437609842","heartbeat_front_addr":"172.21.15.173:6821/3437609842","state":["exists","up"]},{"osd":5,"uuid":"dd706a43-b449-41a9-8158-02f6efab7a7c","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.27:6818","nonce":2430553078},{"type":"v1","addr":"172.21.15.27:6819","nonce":2430553078}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6820","nonce":2430553078},{"type":"v1","addr":"172.21.15.27:6821","nonce":2430553078}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6824","nonce":2430553078},{"type":"v1","addr":"172.21.15.27:6825","nonce":2430553078}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6822","nonce":2430553078},{"type":"v1","addr":"172.21.15.27:6823","nonce":2430553078}]},"public_addr":"172.21.15.27:6819/2430553078","cluster_addr":"172.21.15.27:6821/2430553078","heartbeat_back_addr":"172.21.15.27:6825/2430553078","heartbeat_front_addr":"172.21.15.27:6823/2430553078","state":["exists","up"]},{"osd":6,"uuid":"c2a3e0eb-e0e7-4a60-8804-20253fe7d8a5","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.173:6824","nonce":3284329600},{"type":"v1","addr":"172.21.15.173:6825","nonce":3284329600}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6826","nonce":3284329600},{"type":"v1","addr":"172.21.15.173:6827","nonce":3284329600}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6830","nonce":3284329600},{"type":"v1","addr":"172.21.15.173:6831","nonce":3284329600}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6828","nonce":3284329600},{"type":"v1","addr":"172.21.15.173:6829","nonce":3284329600}]},"public_addr":"172.21.15.173:6825/3284329600","cluster_addr":"172.21.15.173:6827/3284329600","heartbeat_back_addr":"172.21.15.173:6831/3284329600","heartbeat_front_addr":"172.21.15.173:6829/3284329600","state":["exists","up"]},{"osd":7,"uuid":"95dbd5c0-6295-4354-b8b9-1c898b96a37a","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.27:6826","nonce":3986925460},{"type":"v1","addr":"172.21.15.27:6827","nonce":3986925460}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6828","nonce":3986925460},{"type":"v1","addr":"172.21.15.27:6829","nonce":3986925460}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6832","nonce":3986925460},{"type":"v1","addr":"172.21.15.27:6833","nonce":3986925460}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.27:6830","nonce":3986925460},{"type":"v1","addr":"172.21.15.27:6831","nonce":3986925460}]},"public_addr":"172.21.15.27:6827/3986925460","cluster_addr":"172.21.15.27:6829/3986925460","heartbeat_back_addr":"172.21.15.27:6833/3986925460","heartbeat_front_addr":"172.21.15.27:6831/3986925460","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-24T01:55:07.992853+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-24T01:55:13.050583+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-24T01:55:12.868225+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-24T01:55:19.684924+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-24T01:55:17.819260+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-24T01:55:26.646516+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-24T01:55:22.871095+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-24T01:55:33.661926+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.27:6801/4047712464":"2024-01-25T01:53:29.387460+0000","172.21.15.27:6800/4047712464":"2024-01-25T01:53:29.387460+0000","172.21.15.27:0/581418648":"2024-01-25T01:53:29.387460+0000","172.21.15.27:0/4202317651":"2024-01-25T01:53:29.387460+0000","172.21.15.27:6801/1197912953":"2024-01-25T01:52:37.618493+0000","172.21.15.27:0/4030532787":"2024-01-25T01:52:37.618493+0000","172.21.15.27:6800/1197912953":"2024-01-25T01:52:37.618493+0000","172.21.15.27:0/4238254156":"2024-01-25T01:52:37.618493+0000","172.21.15.27:0/421133147":"2024-01-25T01:52:10.580367+0000","172.21.15.27:6800/3011934305":"2024-01-25T01:52:10.580367+0000","172.21.15.27:6801/3011934305":"2024-01-25T01:52:10.580367+0000","172.21.15.27:0/704302798":"2024-01-25T01:52:10.580367+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-24T01:56:00.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:55:59 smithi027 conmon[35362]: audit 2024-01-24T01:55:59.734141+0000 mon.smithi027 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.27:0/260323427' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T01:56:00.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:55:59 smithi173 conmon[40198]: audit 2024-01-24T01:55:59.734141+0000 mon.smithi027 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.27:0/260323427' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T01:56:00.339 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-24T01:56:00.687 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/mon.smithi027/config 2024-01-24T01:56:01.070 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:00 smithi027 conmon[35362]: cluster 2024-01-24T01:55:59.414952+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T01:56:01.070 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:00 smithi027 conmon[35362]: 122 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:56:01.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:00 smithi173 conmon[40198]: cluster 2024-01-24T01:55:59.414952+0000 mgr.smithi027.ahqzdk (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-24T01:56:02.704 INFO:teuthology.orchestra.run.smithi027.stdout:68719476749 2024-01-24T01:56:02.705 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-24T01:56:03.052 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/mon.smithi027/config 2024-01-24T01:56:03.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:02 smithi027 conmon[35362]: cluster 2024-01-24T01:56:01.415454+0000 mgr.smithi027.ahqzdk (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-24T01:56:03.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:02 smithi173 conmon[40198]: cluster 2024-01-24T01:56:01.415454+0000 mgr.smithi027.ahqzdk (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-24T01:56:04.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:04 smithi027 conmon[35362]: cluster 2024-01-24T01:56:03.415782+0000 mgr.smithi027.ahqzdk (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-24T01:56:05.038 INFO:teuthology.orchestra.run.smithi027.stdout:85899345933 2024-01-24T01:56:05.039 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-24T01:56:05.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:04 smithi173 conmon[40198]: cluster 2024-01-24T01:56:03.415782+0000 mgr.smithi027.ahqzdk (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-24T01:56:05.387 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/mon.smithi027/config 2024-01-24T01:56:07.072 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:06 smithi027 conmon[35362]: cluster 2024-01-24T01:56:05 2024-01-24T01:56:07.072 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:06 smithi027 conmon[35362]: .416137+0000 mgr.smithi027.ahqzdk (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-24T01:56:07.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:06 smithi173 conmon[40198]: cluster 2024-01-24T01:56:05.416137+0000 mgr.smithi027.ahqzdk (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-24T01:56:07.463 INFO:teuthology.orchestra.run.smithi027.stdout:85899345934 2024-01-24T01:56:07.464 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-24T01:56:07.819 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/mon.smithi027/config 2024-01-24T01:56:09.031 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:08 smithi027 conmon[35362]: cluster 2024-01-24T01:56: 2024-01-24T01:56:09.031 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:08 smithi027 conmon[35362]: 07.416658+0000 mgr.smithi027.ahqzdk (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-24T01:56:09.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:08 smithi173 conmon[40198]: cluster 2024-01-24T01:56:07.416658+0000 mgr.smithi027.ahqzdk (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-24T01:56:09.788 INFO:teuthology.orchestra.run.smithi027.stdout:111669149708 2024-01-24T01:56:09.789 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-24T01:56:10.141 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/mon.smithi027/config 2024-01-24T01:56:11.077 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:10 smithi027 conmon[35362]: cluster 2024-01-24T01:56:09.417033+0000 mgr.smithi027.ahqzdk (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-24T01:56:11.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:10 smithi173 conmon[40198]: cluster 2024-01-24T01:56:09.417033+0000 mgr.smithi027.ahqzdk (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-24T01:56:12.137 INFO:teuthology.orchestra.run.smithi027.stdout:103079215117 2024-01-24T01:56:12.137 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-24T01:56:12.488 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/mon.smithi027/config 2024-01-24T01:56:12.987 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:12 smithi027 conmon[35362]: cluster 2024-01-24T01:56:11.417332+0000 mgr.smithi027.ahqzdk (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-24T01:56:13.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:12 smithi173 conmon[40198]: cluster 2024-01-24T01:56:11.417332+0000 mgr.smithi027.ahqzdk (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-24T01:56:14.445 INFO:teuthology.orchestra.run.smithi027.stdout:141733920779 2024-01-24T01:56:14.445 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-24T01:56:14.794 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/mon.smithi027/config 2024-01-24T01:56:15.067 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:14 smithi027 conmon[35362]: cluster 2024-01-24T01:56:13.417731+0000 mgr.smithi027.ahqzdk (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-24T01:56:15.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:14 smithi173 conmon[40198]: cluster 2024-01-24T01:56:13.417731+0000 mgr.smithi027.ahqzdk (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-24T01:56:15.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:14 smithi173 conmon[40198]: 2024-01-24T01:56:16.745 INFO:teuthology.orchestra.run.smithi027.stdout:128849018892 2024-01-24T01:56:16.746 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-24T01:56:17.095 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/mon.smithi027/config 2024-01-24T01:56:17.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:16 smithi027 conmon[35362]: cluster 2024-01-24T01:56:15.418161+0000 mgr.smithi027.ahqzdk (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-24T01:56:17.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:16 smithi173 conmon[40198]: cluster 2024-01-24T01:56:15.418161+0000 mgr.smithi027.ahqzdk (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-24T01:56:19.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:18 smithi027 conmon[35362]: cluster 2024-01-24T01:56:17.418562+0000 mgr.smithi027.ahqzdk (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-24T01:56:19.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:18 smithi173 conmon[40198]: cluster 2024-01-24T01:56:17.418562+0000 mgr.smithi027.ahqzdk (mgr.14180) 131 : cluster [DBG] 2024-01-24T01:56:19.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:18 smithi173 conmon[40198]: pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:56:19.203 INFO:teuthology.orchestra.run.smithi027.stdout:158913789963 2024-01-24T01:56:19.204 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-24T01:56:19.560 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/mon.smithi027/config 2024-01-24T01:56:20.875 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:20 smithi027 conmon[35362]: cluster 2024-01-24T01:56:19.418900+0000 mgr.smithi027.ahqzdk ( 2024-01-24T01:56:20.875 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:20 smithi027 conmon[35362]: 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-24T01:56:21.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:20 smithi173 conmon[40198]: cluster 2024-01-24T01:56:19.418900+0000 mgr.smithi027.ahqzdk (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-24T01:56:21.240 INFO:teuthology.orchestra.run.smithi027.stdout:68719476752 2024-01-24T01:56:21.794 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476749 got 68719476752 for osd.0 2024-01-24T01:56:21.794 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-24T01:56:22.147 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/mon.smithi027/config 2024-01-24T01:56:22.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:21 smithi027 conmon[35362]: audit 2024-01-24T01:56:21.239908+0000 mon.smithi027 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.27:0/1837610713' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-24T01:56:22.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:21 smithi173 conmon[40198]: audit 2024-01-24T01:56:21.239908+0000 mon.smithi027 (mon.0) 580 : audit [DBG] 2024-01-24T01:56:22.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:21 smithi173 conmon[40198]: from='client.? 172.21.15.27:0/1837610713' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-24T01:56:23.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:22 smithi027 conmon[35362]: cluster 2024-01-24T01:56:21.419328+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T01:56:23.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:22 smithi027 conmon[35362]: .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-24T01:56:23.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:22 smithi173 conmon[40198]: cluster 2024-01-24T01:56:21.419328+0000 mgr.smithi027.ahqzdk (mgr.14180) 133 : 2024-01-24T01:56:23.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:22 smithi173 conmon[40198]: cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:56:23.800 INFO:teuthology.orchestra.run.smithi027.stdout:85899345937 2024-01-24T01:56:24.361 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345933 got 85899345937 for osd.1 2024-01-24T01:56:24.362 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-24T01:56:24.657 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:24 smithi027 conmon[35362]: cluster 2024-01-24T01:56:23.419659+0000 mgr.smithi027.ahqzdk (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-24T01:56:24.657 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:24 smithi027 conmon[35362]: audit 2024-01-24T01:56:23.800108+0000 mon.smithi027 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.27:0/495554161' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-24T01:56:24.713 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/mon.smithi027/config 2024-01-24T01:56:24.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:24 smithi173 conmon[40198]: cluster 2024-01-24T01:56:23.419659+0000 mgr.smithi027.ahqzdk (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-24T01:56:24.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:24 smithi173 conmon[40198]: audit 2024-01-24T01:56:23.800108+0000 mon.smithi027 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.27:0/495554161' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-24T01:56:26.367 INFO:teuthology.orchestra.run.smithi027.stdout:85899345937 2024-01-24T01:56:26.657 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:26 smithi027 conmon[35362]: cluster 2024-01-24T01:56:25.420011+0000 mgr.smithi027.ahqzdk (mgr.14180) 135 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:56:26.658 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:26 smithi027 conmon[35362]: audit 2024-01-24T01:56:26.366183+0000 mon.smithi027 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.27:0/1157599078' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-24T01:56:26.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:26 smithi173 conmon[40198]: cluster 2024-01-24T01:56:25.420011+0000 mgr.smithi027.ahqzdk (mgr.14180) 135 : cluster [DBG] 2024-01-24T01:56:26.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:26 smithi173 conmon[40198]: pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:56:26.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:26 smithi173 conmon[40198]: audit 2024-01-24T01:56:26.366183+0000 mon.smithi027 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.27:0/1157599078' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-24T01:56:26.944 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345934 got 85899345937 for osd.2 2024-01-24T01:56:26.944 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-24T01:56:27.296 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/mon.smithi027/config 2024-01-24T01:56:28.591 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:28 smithi027 conmon[35362]: cluster 2024-01-24T01:56:27.420326+0000 mgr.smithi027.ahqzdk (mgr.14180) 136 2024-01-24T01:56:28.591 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:28 smithi027 conmon[35362]: : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:56:28.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:28 smithi173 conmon[40198]: cluster 2024-01-24T01:56:27.420326+0000 mgr.smithi027.ahqzdk (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-24T01:56:28.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:28 smithi173 conmon[40198]: 2024-01-24T01:56:28.956 INFO:teuthology.orchestra.run.smithi027.stdout:111669149712 2024-01-24T01:56:29.546 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149708 got 111669149712 for osd.3 2024-01-24T01:56:29.547 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-24T01:56:29.901 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/mon.smithi027/config 2024-01-24T01:56:29.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:29 smithi027 conmon[35362]: audit 2024-01-24T01:56:28.956095+0000 mon.smithi027 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.27:0/1975834809' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-24T01:56:29.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:29 smithi173 conmon[40198]: audit 2024-01-24T01:56:28.956095+0000 mon.smithi027 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.27:0/1975834809' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-24T01:56:29.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:29 smithi173 conmon[40198]: 2024-01-24T01:56:30.866 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:30 smithi027 conmon[35362]: cluster 2024-01-24T01:56:29.420922+0000 mgr.smithi027.ahqzdk (mgr.14180) 137 2024-01-24T01:56:30.866 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:30 smithi027 conmon[35362]: : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:56:30.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:30 smithi173 conmon[40198]: cluster 2024-01-24T01:56:29.420922+0000 mgr.smithi027.ahqzdk (mgr.14180) 137 : 2024-01-24T01:56:30.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:30 smithi173 conmon[40198]: cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:56:31.481 INFO:teuthology.orchestra.run.smithi027.stdout:103079215121 2024-01-24T01:56:31.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:31 smithi027 conmon[35362]: audit 2024-01-24T01:56:31.481345+0000 mon.smithi027 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.27:0/1941309189' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-24T01:56:31.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:31 smithi173 conmon[40198]: audit 2024-01-24T01:56:31.481345+0000 mon.smithi027 (mon.0) 584 : audit 2024-01-24T01:56:31.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:31 smithi173 conmon[40198]: [DBG] from='client.? 172.21.15.27:0/1941309189' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-24T01:56:32.077 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215117 got 103079215121 for osd.4 2024-01-24T01:56:32.078 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-24T01:56:32.427 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/mon.smithi027/config 2024-01-24T01:56:32.844 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:32 smithi027 conmon[35362]: cluster 2024-01-24T01:56:31.421264+0000 mgr.smithi027.ahqzdk (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-24T01:56:32.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:32 smithi173 conmon[40198]: cluster 2024-01-24T01:56:31.421264+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T01:56:32.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:32 smithi173 conmon[40198]: 138 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:56:34.092 INFO:teuthology.orchestra.run.smithi027.stdout:141733920783 2024-01-24T01:56:34.710 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920779 got 141733920783 for osd.5 2024-01-24T01:56:34.710 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-24T01:56:34.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:34 smithi027 conmon[35362]: cluster 2024-01-24T01:56:33.421602+0000 mgr.smithi027.ahqzdk (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-24T01:56:34.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:34 smithi027 conmon[35362]: audit 2024-01-24T01:56:34.092146+0000 mon.smithi027 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.27:0/2265082523' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-24T01:56:34.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:34 smithi173 conmon[40198]: cluster 2024-01-24T01:56:33.421602+0000 mgr.smithi027.ahqzdk (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-24T01:56:34.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:34 smithi173 conmon[40198]: audit 2024-01-24T01:56:34.092146+0000 mon.smithi027 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.27:0/2265082523' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-24T01:56:35.060 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/mon.smithi027/config 2024-01-24T01:56:36.612 INFO:teuthology.orchestra.run.smithi027.stdout:128849018896 2024-01-24T01:56:36.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:36 smithi027 conmon[35362]: cluster 2024-01-24T01:56:35.421867+0000 mgr.smithi027.ahqzdk ( 2024-01-24T01:56:36.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:36 smithi027 conmon[35362]: 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-24T01:56:36.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:36 smithi173 conmon[40198]: cluster 2024-01-24T01:56:35.421867+0000 mgr.smithi027.ahqzdk (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-24T01:56:36.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:36 smithi173 conmon[40198]: 2024-01-24T01:56:37.200 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018892 got 128849018896 for osd.6 2024-01-24T01:56:37.200 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-24T01:56:37.551 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/mon.smithi027/config 2024-01-24T01:56:37.808 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:37 smithi027 conmon[35362]: audit 2024-01-24T01:56:36.612008+0000 mon.smithi027 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.27:0/2868334562' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-24T01:56:37.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:37 smithi173 conmon[40198]: audit 2024-01-24T01:56:36.612008+0000 mon.smithi027 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.27:0/2868334562' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-24T01:56:37.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:37 smithi173 conmon[40198]: 2024-01-24T01:56:38.801 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:38 smithi027 conmon[35362]: cluster 2024-01-24T01:56:37.422217+0000 mgr.smithi027.ahqzdk 2024-01-24T01:56:38.801 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:38 smithi027 conmon[35362]: (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-24T01:56:38.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:38 smithi173 conmon[40198]: cluster 2024-01-24T01:56:37.422217+0000 mgr.smithi027.ahqzdk (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-24T01:56:39.150 INFO:teuthology.orchestra.run.smithi027.stdout:158913789967 2024-01-24T01:56:39.726 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789963 got 158913789967 for osd.7 2024-01-24T01:56:39.726 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-24T01:56:39.726 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph pg dump --format=json 2024-01-24T01:56:39.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:39 smithi027 conmon[35362]: audit 2024-01-24T01:56:39.149615+0000 mon.smithi027 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.27:0/1472158490' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-24T01:56:39.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:39 smithi173 conmon[40198]: audit 2024-01-24T01:56:39.149615+0000 mon.smithi027 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.27:0/1472158490' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-24T01:56:40.079 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/mon.smithi027/config 2024-01-24T01:56:40.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:40 smithi027 conmon[35362]: cluster 2024-01-24T01:56:39.422852+0000 2024-01-24T01:56:40.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:40 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (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-24T01:56:40.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:40 smithi173 conmon[40198]: cluster 2024-01-24T01:56:39.422852+0000 mgr.smithi027.ahqzdk (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-24T01:56:41.637 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:56:41.639 INFO:teuthology.orchestra.run.smithi027.stderr:dumped all 2024-01-24T01:56:42.325 INFO:teuthology.orchestra.run.smithi027.stdout:{"pg_ready":true,"pg_map":{"version":124,"stamp":"2024-01-24T01:56:41.423007+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":2379832,"kb_used_data":3064,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548616,"statfs":{"total":767926730752,"available":765489782784,"internally_reserved":0,"allocated":3137536,"data_stored":1227652,"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-24T01:55:37.740966+0000","last_change":"2024-01-24T01:55:37.740966+0000","last_active":"2024-01-24T01:55:37.740966+0000","last_peered":"2024-01-24T01:55:37.740966+0000","last_clean":"2024-01-24T01:55:37.740966+0000","last_became_active":"2024-01-24T01:55:37.740668+0000","last_became_peered":"2024-01-24T01:55:37.740668+0000","last_unstale":"2024-01-24T01:55:37.740966+0000","last_undegraded":"2024-01-24T01:55:37.740966+0000","last_fullsized":"2024-01-24T01:55:37.740966+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-24T01:55:15.838390+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-24T01:55:15.838390+0000","last_clean_scrub_stamp":"2024-01-24T01:55:15.838390+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":158913789968,"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":153357,"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":"Wed Jan 24 01:56:37 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.52100000000000002}]},{"osd":1,"last update":"Wed Jan 24 01:56:37 2024","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"last":0.35999999999999999}]},{"osd":2,"last update":"Wed Jan 24 01:56:37 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.625},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.67200000000000004}]},{"osd":3,"last update":"Wed Jan 24 01:56:37 2024","interfaces":[{"interface":"back","average":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.433,"5min":0.433,"15min":0.433},"last":0.32200000000000001},{"interface":"front","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.38200000000000001}]},{"osd":4,"last update":"Wed Jan 24 01:56:37 2024","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.52900000000000003}]},{"osd":5,"last update":"Wed Jan 24 01:56:37 2024","interfaces":[{"interface":"back","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.435}]},{"osd":6,"last update":"Wed Jan 24 01:56:37 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.59599999999999997}]}]},{"osd":5,"up_from":33,"seq":141733920784,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297480,"kb_used_data":384,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443576,"statfs":{"total":95990841344,"available":95686221824,"internally_reserved":0,"allocated":393216,"data_stored":153672,"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":"Wed Jan 24 01:56:31 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.61099999999999999}]},{"osd":1,"last update":"Wed Jan 24 01:56:31 2024","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.33200000000000002},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.32300000000000001}]},{"osd":2,"last update":"Wed Jan 24 01:56:31 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.92500000000000004,"5min":0.92500000000000004,"15min":0.92500000000000004},"last":0.622},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.49399999999999999}]},{"osd":3,"last update":"Wed Jan 24 01:56:31 2024","interfaces":[{"interface":"back","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.312},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.35599999999999998}]},{"osd":4,"last update":"Wed Jan 24 01:56:31 2024","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.64600000000000002},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.55400000000000005}]},{"osd":6,"last update":"Wed Jan 24 01:56:31 2024","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.63700000000000001},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.53800000000000003}]},{"osd":7,"last update":"Wed Jan 24 01:56:36 2024","interfaces":[{"interface":"back","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.34999999999999998},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.379}]}]},{"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":297480,"kb_used_data":384,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443576,"statfs":{"total":95990841344,"available":95686221824,"internally_reserved":0,"allocated":393216,"data_stored":153672,"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":"Wed Jan 24 01:56:16 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.36599999999999999},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.44500000000000001}]},{"osd":2,"last update":"Wed Jan 24 01:56:16 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.41399999999999998},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.39000000000000001}]},{"osd":3,"last update":"Wed Jan 24 01:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.46000000000000002}]},{"osd":4,"last update":"Wed Jan 24 01:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.49399999999999999}]},{"osd":5,"last update":"Wed Jan 24 01:56:29 2024","interfaces":[{"interface":"back","average":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.505,"5min":0.505,"15min":0.505},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.54500000000000004}]},{"osd":6,"last update":"Wed Jan 24 01:56:29 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.52700000000000002},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.53600000000000003}]},{"osd":7,"last update":"Wed Jan 24 01:56:38 2024","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.51100000000000001},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.57099999999999995}]}]},{"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":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":152263,"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":"Wed Jan 24 01:56:16 2024","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.246}]},{"osd":2,"last update":"Wed Jan 24 01:56:16 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.30399999999999999},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"last":0.46500000000000002}]},{"osd":3,"last update":"Wed Jan 24 01:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.371},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.42799999999999999}]},{"osd":4,"last update":"Wed Jan 24 01:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.496},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.29699999999999999}]},{"osd":5,"last update":"Wed Jan 24 01:56:28 2024","interfaces":[{"interface":"back","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.33900000000000002}]},{"osd":6,"last update":"Wed Jan 24 01:56:28 2024","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.55600000000000005}]},{"osd":7,"last update":"Wed Jan 24 01:56:35 2024","interfaces":[{"interface":"back","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.496,"5min":0.496,"15min":0.496},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"last":0.41099999999999998}]}]},{"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":297480,"kb_used_data":384,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443576,"statfs":{"total":95990841344,"available":95686221824,"internally_reserved":0,"allocated":393216,"data_stored":153672,"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":"Wed Jan 24 01:56:15 2024","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.21099999999999999,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"last":0.32000000000000001},{"interface":"front","average":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.33800000000000002}]},{"osd":1,"last update":"Wed Jan 24 01:56:15 2024","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.56299999999999994}]},{"osd":3,"last update":"Wed Jan 24 01:56:26 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.68000000000000005},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.73599999999999999}]},{"osd":4,"last update":"Wed Jan 24 01:56:20 2024","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.42999999999999999}]},{"osd":5,"last update":"Wed Jan 24 01:56:30 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.64100000000000001},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.70299999999999996}]},{"osd":6,"last update":"Wed Jan 24 01:56:26 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.495},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.53300000000000003}]},{"osd":7,"last update":"Wed Jan 24 01:56:36 2024","interfaces":[{"interface":"back","average":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.79600000000000004},{"interface":"front","average":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.78200000000000003}]}]},{"osd":4,"up_from":24,"seq":103079215123,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297480,"kb_used_data":384,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443576,"statfs":{"total":95990841344,"available":95686221824,"internally_reserved":0,"allocated":393216,"data_stored":153672,"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":"Wed Jan 24 01:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.41799999999999998}]},{"osd":1,"last update":"Wed Jan 24 01:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.69399999999999995},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.68799999999999994}]},{"osd":2,"last update":"Wed Jan 24 01:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.5}]},{"osd":3,"last update":"Wed Jan 24 01:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.63900000000000001},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.74199999999999999}]},{"osd":5,"last update":"Wed Jan 24 01:56:28 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.72899999999999998}]},{"osd":6,"last update":"Wed Jan 24 01:56:27 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.59399999999999997},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.54700000000000004}]},{"osd":7,"last update":"Wed Jan 24 01:56:37 2024","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.71399999999999997},{"interface":"front","average":{"1min":0.626,"5min":0.626,"15min":0.626},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.70499999999999996}]}]},{"osd":3,"up_from":26,"seq":111669149715,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297480,"kb_used_data":384,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443576,"statfs":{"total":95990841344,"available":95686221824,"internally_reserved":0,"allocated":393216,"data_stored":153672,"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":"Wed Jan 24 01:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.51600000000000001},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.42299999999999999}]},{"osd":1,"last update":"Wed Jan 24 01:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.28699999999999998}]},{"osd":2,"last update":"Wed Jan 24 01:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.54000000000000004},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.874,"5min":0.874,"15min":0.874},"last":0.44}]},{"osd":4,"last update":"Wed Jan 24 01:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.89200000000000002,"5min":0.89200000000000002,"15min":0.89200000000000002},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.499}]},{"osd":5,"last update":"Wed Jan 24 01:56:28 2024","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.32200000000000001}]},{"osd":6,"last update":"Wed Jan 24 01:56:28 2024","interfaces":[{"interface":"back","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.47599999999999998},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.52900000000000003}]},{"osd":7,"last update":"Wed Jan 24 01:56:36 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.41099999999999998}]}]},{"osd":6,"up_from":30,"seq":128849018897,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297480,"kb_used_data":384,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443576,"statfs":{"total":95990841344,"available":95686221824,"internally_reserved":0,"allocated":393216,"data_stored":153672,"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":"Wed Jan 24 01:56:24 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.318},{"interface":"front","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.35099999999999998}]},{"osd":1,"last update":"Wed Jan 24 01:56:24 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.48999999999999999}]},{"osd":2,"last update":"Wed Jan 24 01:56:24 2024","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.40999999999999998}]},{"osd":3,"last update":"Wed Jan 24 01:56:24 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"last":0.51900000000000002}]},{"osd":4,"last update":"Wed Jan 24 01:56:24 2024","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.45800000000000002}]},{"osd":5,"last update":"Wed Jan 24 01:56:30 2024","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.90200000000000002},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.92700000000000005,"5min":0.92700000000000005,"15min":0.92700000000000005},"last":0.55500000000000005}]},{"osd":7,"last update":"Wed Jan 24 01:56:36 2024","interfaces":[{"interface":"back","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.58799999999999997},{"interface":"front","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.95999999999999996,"5min":0.95999999999999996,"15min":0.95999999999999996},"last":0.57899999999999996}]}]}],"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-24T01:56:42.327 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph pg dump --format=json 2024-01-24T01:56:42.657 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:42 smithi027 conmon[35362]: cluster 2024-01-24T01:56:41.423146+0000 mgr.smithi027.ahqzdk (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-24T01:56:42.657 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:42 smithi027 conmon[35362]: audit 2024-01-24T01:56:41.634539+0000 mgr.smithi027.ahqzdk (mgr.14180) 144 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:56:42.677 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/mon.smithi027/config 2024-01-24T01:56:42.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:42 smithi173 conmon[40198]: cluster 2024-01-24T01:56:41.423146+0000 mgr.smithi027.ahqzdk (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-24T01:56:42.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:42 smithi173 conmon[40198]: audit 2024-01-24T01:56:41.634539+0000 mgr.smithi027.ahqzdk (mgr.14180) 144 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:56:44.308 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:56:44.310 INFO:teuthology.orchestra.run.smithi027.stderr:dumped all 2024-01-24T01:56:44.657 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:44 smithi027 conmon[35362]: cluster 2024-01-24T01:56:43.423434+0000 mgr.smithi027.ahqzdk (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-24T01:56:44.866 INFO:teuthology.orchestra.run.smithi027.stdout:{"pg_ready":true,"pg_map":{"version":125,"stamp":"2024-01-24T01:56:43.423310+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":2379832,"kb_used_data":3064,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548616,"statfs":{"total":767926730752,"available":765489782784,"internally_reserved":0,"allocated":3137536,"data_stored":1227652,"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-24T01:55:37.740966+0000","last_change":"2024-01-24T01:55:37.740966+0000","last_active":"2024-01-24T01:55:37.740966+0000","last_peered":"2024-01-24T01:55:37.740966+0000","last_clean":"2024-01-24T01:55:37.740966+0000","last_became_active":"2024-01-24T01:55:37.740668+0000","last_became_peered":"2024-01-24T01:55:37.740668+0000","last_unstale":"2024-01-24T01:55:37.740966+0000","last_undegraded":"2024-01-24T01:55:37.740966+0000","last_fullsized":"2024-01-24T01:55:37.740966+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-24T01:55:15.838390+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-24T01:55:15.838390+0000","last_clean_scrub_stamp":"2024-01-24T01:55:15.838390+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":158913789968,"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":153357,"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":"Wed Jan 24 01:56:37 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.52100000000000002}]},{"osd":1,"last update":"Wed Jan 24 01:56:37 2024","interfaces":[{"interface":"back","average":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"last":0.35999999999999999}]},{"osd":2,"last update":"Wed Jan 24 01:56:37 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.625},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.67200000000000004}]},{"osd":3,"last update":"Wed Jan 24 01:56:37 2024","interfaces":[{"interface":"back","average":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.433,"5min":0.433,"15min":0.433},"last":0.32200000000000001},{"interface":"front","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.38200000000000001}]},{"osd":4,"last update":"Wed Jan 24 01:56:37 2024","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.52900000000000003}]},{"osd":5,"last update":"Wed Jan 24 01:56:37 2024","interfaces":[{"interface":"back","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.435}]},{"osd":6,"last update":"Wed Jan 24 01:56:37 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.59599999999999997}]}]},{"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":297480,"kb_used_data":384,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443576,"statfs":{"total":95990841344,"available":95686221824,"internally_reserved":0,"allocated":393216,"data_stored":153672,"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":"Wed Jan 24 01:56:31 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.64200000000000002},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.498}]},{"osd":1,"last update":"Wed Jan 24 01:56:31 2024","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.32600000000000001},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.313}]},{"osd":2,"last update":"Wed Jan 24 01:56:31 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.92500000000000004,"5min":0.92500000000000004,"15min":0.92500000000000004},"last":0.50600000000000001},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.67700000000000005}]},{"osd":3,"last update":"Wed Jan 24 01:56:31 2024","interfaces":[{"interface":"back","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.34300000000000003},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.37}]},{"osd":4,"last update":"Wed Jan 24 01:56:31 2024","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.66100000000000003},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.53000000000000003}]},{"osd":6,"last update":"Wed Jan 24 01:56:31 2024","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.68700000000000006}]},{"osd":7,"last update":"Wed Jan 24 01:56:36 2024","interfaces":[{"interface":"back","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.39900000000000002},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.46000000000000002}]}]},{"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":297480,"kb_used_data":384,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443576,"statfs":{"total":95990841344,"available":95686221824,"internally_reserved":0,"allocated":393216,"data_stored":153672,"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":"Wed Jan 24 01:56:16 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.36599999999999999},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.44500000000000001}]},{"osd":2,"last update":"Wed Jan 24 01:56:16 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.41399999999999998},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.39000000000000001}]},{"osd":3,"last update":"Wed Jan 24 01:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.46000000000000002}]},{"osd":4,"last update":"Wed Jan 24 01:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.49399999999999999}]},{"osd":5,"last update":"Wed Jan 24 01:56:29 2024","interfaces":[{"interface":"back","average":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.505,"5min":0.505,"15min":0.505},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.54500000000000004}]},{"osd":6,"last update":"Wed Jan 24 01:56:29 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.52700000000000002},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.53600000000000003}]},{"osd":7,"last update":"Wed Jan 24 01:56:38 2024","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.51100000000000001},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.57099999999999995}]}]},{"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":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":152263,"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":"Wed Jan 24 01:56:16 2024","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.246}]},{"osd":2,"last update":"Wed Jan 24 01:56:16 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.30399999999999999},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"last":0.46500000000000002}]},{"osd":3,"last update":"Wed Jan 24 01:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.371},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.42799999999999999}]},{"osd":4,"last update":"Wed Jan 24 01:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.496},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.29699999999999999}]},{"osd":5,"last update":"Wed Jan 24 01:56:28 2024","interfaces":[{"interface":"back","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.33900000000000002}]},{"osd":6,"last update":"Wed Jan 24 01:56:28 2024","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.55600000000000005}]},{"osd":7,"last update":"Wed Jan 24 01:56:35 2024","interfaces":[{"interface":"back","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.496,"5min":0.496,"15min":0.496},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"last":0.41099999999999998}]}]},{"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":297480,"kb_used_data":384,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443576,"statfs":{"total":95990841344,"available":95686221824,"internally_reserved":0,"allocated":393216,"data_stored":153672,"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":"Wed Jan 24 01:56:15 2024","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.21099999999999999,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"last":0.32000000000000001},{"interface":"front","average":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.33800000000000002}]},{"osd":1,"last update":"Wed Jan 24 01:56:15 2024","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.56299999999999994}]},{"osd":3,"last update":"Wed Jan 24 01:56:26 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.68000000000000005},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.73599999999999999}]},{"osd":4,"last update":"Wed Jan 24 01:56:20 2024","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.42999999999999999}]},{"osd":5,"last update":"Wed Jan 24 01:56:30 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.64100000000000001},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.70299999999999996}]},{"osd":6,"last update":"Wed Jan 24 01:56:26 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.495},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.53300000000000003}]},{"osd":7,"last update":"Wed Jan 24 01:56:36 2024","interfaces":[{"interface":"back","average":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.79600000000000004},{"interface":"front","average":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.78200000000000003}]}]},{"osd":4,"up_from":24,"seq":103079215123,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297480,"kb_used_data":384,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443576,"statfs":{"total":95990841344,"available":95686221824,"internally_reserved":0,"allocated":393216,"data_stored":153672,"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":"Wed Jan 24 01:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.41799999999999998}]},{"osd":1,"last update":"Wed Jan 24 01:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.69399999999999995},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.68799999999999994}]},{"osd":2,"last update":"Wed Jan 24 01:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.5}]},{"osd":3,"last update":"Wed Jan 24 01:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.63900000000000001},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.74199999999999999}]},{"osd":5,"last update":"Wed Jan 24 01:56:28 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.72899999999999998}]},{"osd":6,"last update":"Wed Jan 24 01:56:27 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.59399999999999997},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.54700000000000004}]},{"osd":7,"last update":"Wed Jan 24 01:56:37 2024","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.71399999999999997},{"interface":"front","average":{"1min":0.626,"5min":0.626,"15min":0.626},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.70499999999999996}]}]},{"osd":3,"up_from":26,"seq":111669149715,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297480,"kb_used_data":384,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443576,"statfs":{"total":95990841344,"available":95686221824,"internally_reserved":0,"allocated":393216,"data_stored":153672,"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":"Wed Jan 24 01:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.51600000000000001},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.42299999999999999}]},{"osd":1,"last update":"Wed Jan 24 01:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.28699999999999998}]},{"osd":2,"last update":"Wed Jan 24 01:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.54000000000000004},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.874,"5min":0.874,"15min":0.874},"last":0.44}]},{"osd":4,"last update":"Wed Jan 24 01:56:22 2024","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.89200000000000002,"5min":0.89200000000000002,"15min":0.89200000000000002},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.499}]},{"osd":5,"last update":"Wed Jan 24 01:56:28 2024","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.32200000000000001}]},{"osd":6,"last update":"Wed Jan 24 01:56:28 2024","interfaces":[{"interface":"back","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.47599999999999998},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.52900000000000003}]},{"osd":7,"last update":"Wed Jan 24 01:56:36 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.41099999999999998}]}]},{"osd":6,"up_from":30,"seq":128849018897,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297480,"kb_used_data":384,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443576,"statfs":{"total":95990841344,"available":95686221824,"internally_reserved":0,"allocated":393216,"data_stored":153672,"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":"Wed Jan 24 01:56:24 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.318},{"interface":"front","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.35099999999999998}]},{"osd":1,"last update":"Wed Jan 24 01:56:24 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.48999999999999999}]},{"osd":2,"last update":"Wed Jan 24 01:56:24 2024","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.40999999999999998}]},{"osd":3,"last update":"Wed Jan 24 01:56:24 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"last":0.51900000000000002}]},{"osd":4,"last update":"Wed Jan 24 01:56:24 2024","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.45800000000000002}]},{"osd":5,"last update":"Wed Jan 24 01:56:30 2024","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.90200000000000002},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.92700000000000005,"5min":0.92700000000000005,"15min":0.92700000000000005},"last":0.55500000000000005}]},{"osd":7,"last update":"Wed Jan 24 01:56:36 2024","interfaces":[{"interface":"back","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.58799999999999997},{"interface":"front","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.95999999999999996,"5min":0.95999999999999996,"15min":0.95999999999999996},"last":0.57899999999999996}]}]}],"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-24T01:56:44.868 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-24T01:56:44.868 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-24T01:56:44.868 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-24T01:56:44.868 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph health --format=json 2024-01-24T01:56:44.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:44 smithi173 conmon[40198]: cluster 2024-01-24T01:56:43.423434+0000 mgr.smithi027.ahqzdk (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-24T01:56:45.219 INFO:teuthology.orchestra.run.smithi027.stderr:Inferring config /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/mon.smithi027/config 2024-01-24T01:56:45.833 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:45 smithi027 conmon[35362]: audit 2024-01-24T01:56:44.305338+0000 mgr.smithi027.ahqzdk (mgr.14180) 146 2024-01-24T01:56:45.833 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:45 smithi027 conmon[35362]: : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:56:45.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:45 smithi173 conmon[40198]: audit 2024-01-24T01:56:44.305338+0000 mgr.smithi027.ahqzdk (mgr.14180) 146 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:56:46.813 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:56:46.840 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:46 smithi027 conmon[35362]: cluster 2024-01-24T01:56:45.423669+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T01:56:46.840 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:46 smithi027 conmon[35362]: 147 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:56:46.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:46 smithi173 conmon[40198]: cluster 2024-01-24T01:56:45.423669+0000 mgr.smithi027.ahqzdk (mgr.14180) 147 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:56:47.384 INFO:teuthology.orchestra.run.smithi027.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-24T01:56:47.384 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-24T01:56:47.384 INFO:tasks.cephadm:Setup complete, yielding 2024-01-24T01:56:47.384 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-24T01:56:47.394 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi027.front.sepia.ceph.com 2024-01-24T01:56:47.394 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- bash -c 'ceph orch status' 2024-01-24T01:56:47.657 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:47 smithi027 conmon[35362]: audit 2024-01-24T01:56:46.813399+0000 mon.smithi027 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.27:0/544147911' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-24T01:56:47.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:47 smithi173 conmon[40198]: audit 2024-01-24T01:56:46.813399+0000 mon.smithi027 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.27:0/544147911' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-24T01:56:47.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:47 smithi173 conmon[40198]: 2024-01-24T01:56:48.817 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:48 smithi027 conmon[35362]: cluster 2024-01-24T01:56:47.423957+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T01:56:48.818 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:48 smithi027 conmon[35362]: ) 148 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:56:48.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:48 smithi173 conmon[40198]: cluster 2024-01-24T01:56:47.423957+0000 mgr.smithi027.ahqzdk (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-24T01:56:49.181 INFO:teuthology.orchestra.run.smithi027.stdout:Backend: cephadm 2024-01-24T01:56:49.182 INFO:teuthology.orchestra.run.smithi027.stdout:Available: Yes 2024-01-24T01:56:49.182 INFO:teuthology.orchestra.run.smithi027.stdout:Paused: No 2024-01-24T01:56:49.741 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-24T01:56:50.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:50 smithi027 conmon[35362]: audit 2024-01-24T01:56:49.179648+0000 mgr.smithi027.ahqzdk (mgr.14180) 149 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:56:50.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:50 smithi027 conmon[35362]: cluster 2024-01-24T01:56:49.424499+0000 mgr.smithi027.ahqzdk (mgr.14180) 150 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:56:50.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:50 smithi173 conmon[40198]: audit 2024-01-24T01:56:49.179648+0000 mgr.smithi027.ahqzdk (mgr.14180) 149 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:56:50.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:50 smithi173 conmon[40198]: cluster 2024-01-24T01:56:49.424499+0000 mgr.smithi027.ahqzdk (mgr.14180) 150 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:56:51.474 INFO:teuthology.orchestra.run.smithi027.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-24T01:56:51.474 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager.smithi027 smithi027 *:9093,9094 running (2m) 73s ago 3m 21.3M - 0.23.0 ba2b418f427c e743e14ac095 2024-01-24T01:56:51.475 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi027 smithi027 running (3m) 73s ago 3m 7285k - 16.2.14-449-ga70aebef 377ff36742d8 2d94aa6f3ea6 2024-01-24T01:56:51.475 INFO:teuthology.orchestra.run.smithi027.stdout:crash.smithi173 smithi173 running (2m) 76s ago 2m 7432k - 16.2.14-449-ga70aebef 377ff36742d8 0765a42e1b08 2024-01-24T01:56:51.475 INFO:teuthology.orchestra.run.smithi027.stdout:grafana.smithi027 smithi027 *:3000 running (2m) 73s ago 3m 48.1M - 8.3.5 dad864ee21e9 e827e7bec363 2024-01-24T01:56:51.475 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi027.ahqzdk smithi027 *:9283 running (4m) 73s ago 4m 445M - 16.2.14-449-ga70aebef 377ff36742d8 008aeb6f0e4e 2024-01-24T01:56:51.475 INFO:teuthology.orchestra.run.smithi027.stdout:mgr.smithi173.zvksgn smithi173 *:8443,9283 running (2m) 76s ago 2m 393M - 16.2.14-449-ga70aebef 377ff36742d8 bc8283857351 2024-01-24T01:56:51.475 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi027 smithi027 running (4m) 73s ago 5m 74.7M 2048M 16.2.14-449-ga70aebef 377ff36742d8 9f1fdc7e825e 2024-01-24T01:56:51.475 INFO:teuthology.orchestra.run.smithi027.stdout:mon.smithi173 smithi173 running (2m) 76s ago 2m 66.5M 2048M 16.2.14-449-ga70aebef 377ff36742d8 cfbf13e3f4b2 2024-01-24T01:56:51.475 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi027 smithi027 *:9100 running (3m) 73s ago 3m 25.4M - 1.3.1 1dbe0e931976 c81daa2eea70 2024-01-24T01:56:51.475 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter.smithi173 smithi173 *:9100 running (2m) 76s ago 2m 24.0M - 1.3.1 1dbe0e931976 72c4225ae627 2024-01-24T01:56:51.475 INFO:teuthology.orchestra.run.smithi027.stdout:osd.0 smithi173 running (108s) 76s ago 107s 33.3M 3990M 16.2.14-449-ga70aebef 377ff36742d8 eb215e39d1dc 2024-01-24T01:56:51.475 INFO:teuthology.orchestra.run.smithi027.stdout:osd.1 smithi027 running (102s) 73s ago 102s 33.5M 3222M 16.2.14-449-ga70aebef 377ff36742d8 c4e3a11e33f7 2024-01-24T01:56:51.475 INFO:teuthology.orchestra.run.smithi027.stdout:osd.2 smithi173 running (103s) 76s ago 102s 33.2M 3990M 16.2.14-449-ga70aebef 377ff36742d8 8fc18d8e4c71 2024-01-24T01:56:51.475 INFO:teuthology.orchestra.run.smithi027.stdout:osd.3 smithi027 running (96s) 73s ago 95s 32.9M 3222M 16.2.14-449-ga70aebef 377ff36742d8 5563288d744d 2024-01-24T01:56:51.475 INFO:teuthology.orchestra.run.smithi027.stdout:osd.4 smithi173 running (98s) 76s ago 97s 28.7M 3990M 16.2.14-449-ga70aebef 377ff36742d8 bc5dc3419e13 2024-01-24T01:56:51.476 INFO:teuthology.orchestra.run.smithi027.stdout:osd.5 smithi027 running (89s) 73s ago 89s 30.4M 3222M 16.2.14-449-ga70aebef 377ff36742d8 30140e85a7cd 2024-01-24T01:56:51.476 INFO:teuthology.orchestra.run.smithi027.stdout:osd.6 smithi173 running (93s) 76s ago 92s 29.6M 3990M 16.2.14-449-ga70aebef 377ff36742d8 c379a471505d 2024-01-24T01:56:51.476 INFO:teuthology.orchestra.run.smithi027.stdout:osd.7 smithi027 running (82s) 73s ago 81s 23.7M 3222M 16.2.14-449-ga70aebef 377ff36742d8 a447093e8732 2024-01-24T01:56:51.476 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus.smithi027 smithi027 *:9095 running (2m) 73s ago 3m 43.4M - 2.33.4 514e6a882f6e 2b4c84ccb985 2024-01-24T01:56:52.108 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-24T01:56:52.882 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:52 smithi027 conmon[35362]: cluster 2024-01-24T01:56:51.424811+0000 mgr.smithi027.ahqzdk (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-24T01:56:52.883 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:52 smithi027 conmon[35362]: audit 2024-01-24T01:56:51.466335+0000 mgr.smithi027.ahqzdk (mgr.14180) 152 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:56:52.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:52 smithi173 conmon[40198]: cluster 2024-01-24T01:56:51.424811+0000 mgr.smithi027.ahqzdk (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-24T01:56:52.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:52 smithi173 conmon[40198]: audit 2024-01-24T01:56:51.466335+0000 mgr.smithi027.ahqzdk (mgr.14180) 152 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:56:53.942 INFO:teuthology.orchestra.run.smithi027.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-24T01:56:53.942 INFO:teuthology.orchestra.run.smithi027.stdout:alertmanager ?:9093,9094 1/1 76s ago 4m count:1 2024-01-24T01:56:53.942 INFO:teuthology.orchestra.run.smithi027.stdout:crash 2/2 79s ago 4m * 2024-01-24T01:56:53.942 INFO:teuthology.orchestra.run.smithi027.stdout:grafana ?:3000 1/1 76s ago 4m count:1 2024-01-24T01:56:53.942 INFO:teuthology.orchestra.run.smithi027.stdout:mgr 2/2 79s ago 4m count:2 2024-01-24T01:56:53.942 INFO:teuthology.orchestra.run.smithi027.stdout:mon 2/2 79s ago 3m smithi027:172.21.15.27=smithi027;smithi173:172.21.15.173=smithi173;count:2 2024-01-24T01:56:53.942 INFO:teuthology.orchestra.run.smithi027.stdout:node-exporter ?:9100 2/2 79s ago 4m * 2024-01-24T01:56:53.942 INFO:teuthology.orchestra.run.smithi027.stdout:osd.all-available-devices 8 79s ago 2m * 2024-01-24T01:56:53.942 INFO:teuthology.orchestra.run.smithi027.stdout:prometheus ?:9095 1/1 76s ago 4m count:1 2024-01-24T01:56:54.572 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-24T01:56:54.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:54 smithi027 conmon[35362]: cluster 2024-01-24T01:56:53.425134+0000 mgr.smithi027.ahqzdk (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-24T01:56:54.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:54 smithi027 conmon[35362]: audit 2024-01-24T01:56:54.025097+0000 mon.smithi027 (mon.0) 589 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:56:54.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:54 smithi173 conmon[40198]: cluster 2024-01-24T01:56:53.425134+0000 mgr.smithi027.ahqzdk (mgr.14180) 153 : 2024-01-24T01:56:54.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:54 smithi173 conmon[40198]: cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:56:54.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:54 smithi173 conmon[40198]: audit 2024-01-24T01:56:54.025097+0000 mon.smithi027 (mon.0) 589 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:56:55.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:55 smithi027 conmon[35362]: audit 2024-01-24T01:56:53.938071+0000 mgr.smithi027.ahqzdk (mgr.14180) 154 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:56:55.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:55 smithi173 conmon[40198]: audit 2024-01-24T01:56:53.938071+0000 mgr.smithi027.ahqzdk (mgr.14180) 154 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:56:56.879 INFO:teuthology.orchestra.run.smithi027.stdout:HOST ADDR LABELS STATUS 2024-01-24T01:56:56.879 INFO:teuthology.orchestra.run.smithi027.stdout:smithi027 172.21.15.27 2024-01-24T01:56:56.879 INFO:teuthology.orchestra.run.smithi027.stdout:smithi173 172.21.15.173 2024-01-24T01:56:56.879 INFO:teuthology.orchestra.run.smithi027.stdout:2 hosts in cluster 2024-01-24T01:56:56.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:56 smithi027 conmon[35362]: cluster 2024-01-24T01:56:55.425665+0000 mgr.smithi027.ahqzdk (mgr.14180) 155 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:56:56.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:56 smithi027 conmon[35362]: audit 2024-01-24T01:56:55.644491+0000 mon.smithi027 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:56:56.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:56 smithi173 conmon[40198]: cluster 2024-01-24T01:56:55.425665+0000 mgr.smithi027.ahqzdk (mgr.14180) 155 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:56:56.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:56 smithi173 conmon[40198]: audit 2024-01-24T01:56:55.644491+0000 mon.smithi027 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:56:57.705 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-24T01:56:58.814 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:58 smithi027 conmon[35362]: audit 2024-01-24T01:56:56.878324+0000 2024-01-24T01:56:58.815 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:58 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 156 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:56:58.815 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:58 smithi027 conmon[35362]: cluster 2024-01-24T01:56:57.426147+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T01:56:58.815 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:56:58 smithi027 conmon[35362]: 14180) 157 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:56:58.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:58 smithi173 conmon[40198]: audit 2024-01-24T01:56:56.878324+0000 mgr.smithi027.ahqzdk (mgr.14180) 156 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:56:58.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:58 smithi173 conmon[40198]: cluster 2024-01-24T01:56:58.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:56:58 smithi173 conmon[40198]: 2024-01-24T01:56:57.426147+0000 mgr.smithi027.ahqzdk (mgr.14180) 157 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:56:59.893 INFO:teuthology.orchestra.run.smithi027.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-24T01:56:59.894 INFO:teuthology.orchestra.run.smithi027.stdout:smithi027 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT5331001C400BGN 372G 77s ago Has a FileSystem, LVM detected 2024-01-24T01:56:59.894 INFO:teuthology.orchestra.run.smithi027.stdout:smithi027 /dev/nvme1n1 ssd Linux_4c0a145d01138d37d566 89.4G 77s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:56:59.894 INFO:teuthology.orchestra.run.smithi027.stdout:smithi027 /dev/nvme2n1 ssd Linux_6248c5c123e135f9705b 89.4G 77s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:56:59.894 INFO:teuthology.orchestra.run.smithi027.stdout:smithi027 /dev/nvme3n1 ssd Linux_10c6734cdd985ebdb65e 89.4G 77s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:56:59.894 INFO:teuthology.orchestra.run.smithi027.stdout:smithi027 /dev/nvme4n1 ssd Linux_ba3cf09ac1799b7d541b 89.4G 77s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:56:59.894 INFO:teuthology.orchestra.run.smithi027.stdout:smithi173 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT6204019S400BGN 372G 81s ago Has a FileSystem, LVM detected 2024-01-24T01:56:59.894 INFO:teuthology.orchestra.run.smithi027.stdout:smithi173 /dev/nvme1n1 ssd Linux_710a120490452a963f10 89.4G 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:56:59.894 INFO:teuthology.orchestra.run.smithi027.stdout:smithi173 /dev/nvme2n1 ssd Linux_15d52f92b6b1204f732f 89.4G 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:56:59.894 INFO:teuthology.orchestra.run.smithi027.stdout:smithi173 /dev/nvme3n1 ssd Linux_f7520a0929ce45684b1e 89.4G 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:56:59.894 INFO:teuthology.orchestra.run.smithi027.stdout:smithi173 /dev/nvme4n1 ssd Linux_03d0cb795fe1e9e58fc5 89.4G 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:57:00.491 INFO:teuthology.run_tasks:Running task vip... 2024-01-24T01:57:00.501 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-24T01:57:00.501 INFO:tasks.vip:peername 172.21.15.27 2024-01-24T01:57:00.504 INFO:tasks.vip:172.21.15.27 in 172.21.0.0/20, pos 3866 2024-01-24T01:57:00.508 INFO:tasks.vip:smithi027.front.sepia.ceph.com static 10.0.15.27, vnet 10.0.0.0/16 2024-01-24T01:57:00.508 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-24T01:57:00.509 DEBUG:teuthology.orchestra.run.smithi027:> sudo ip route ls 2024-01-24T01:57:00.540 INFO:teuthology.orchestra.run.smithi027.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2024-01-24T01:57:00.541 INFO:teuthology.orchestra.run.smithi027.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.27 metric 100 2024-01-24T01:57:00.542 INFO:tasks.vip:Configuring 10.0.15.27 on smithi027.front.sepia.ceph.com iface ens1f0... 2024-01-24T01:57:00.542 DEBUG:teuthology.orchestra.run.smithi027:> sudo ip addr add 10.0.15.27/16 dev ens1f0 2024-01-24T01:57:00.611 INFO:tasks.vip:peername 172.21.15.173 2024-01-24T01:57:00.614 INFO:tasks.vip:172.21.15.173 in 172.21.0.0/20, pos 4012 2024-01-24T01:57:00.618 INFO:tasks.vip:smithi173.front.sepia.ceph.com static 10.0.15.173, vnet 10.0.0.0/16 2024-01-24T01:57:00.619 DEBUG:teuthology.orchestra.run.smithi173:> sudo ip route ls 2024-01-24T01:57:00.656 INFO:teuthology.orchestra.run.smithi173.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-01-24T01:57:00.656 INFO:teuthology.orchestra.run.smithi173.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.173 metric 100 2024-01-24T01:57:00.657 INFO:tasks.vip:Configuring 10.0.15.173 on smithi173.front.sepia.ceph.com iface enp3s0f1... 2024-01-24T01:57:00.658 DEBUG:teuthology.orchestra.run.smithi173:> sudo ip addr add 10.0.15.173/16 dev enp3s0f1 2024-01-24T01:57:00.724 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:00 smithi173 conmon[40198]: cluster 2024-01-24T01:56:59.426482+0000 mgr.smithi027.ahqzdk (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-24T01:57:00.725 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:00 smithi173 conmon[40198]: audit 2024-01-24T01:57:00.725 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:00 smithi173 conmon[40198]: 2024-01-24T01:56:59.472054+0000 mon.smithi027 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:00.725 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:00 smithi173 conmon[40198]: audit 2024-01-24T01:56:59.820796+0000 mon.smithi027 (mon.0) 592 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:57:00.725 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:00 smithi173 conmon[40198]: audit 2024-01-24T01:56:59.821470+0000 2024-01-24T01:57:00.725 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:00 smithi173 conmon[40198]: mon.smithi027 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:57:00.725 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:00 smithi173 conmon[40198]: audit 2024-01-24T01:56 2024-01-24T01:57:00.725 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:00 smithi173 conmon[40198]: :59.825538+0000 mon.smithi027 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:00.725 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:00 smithi173 conmon[40198]: audit 2024-01-24 2024-01-24T01:57:00.725 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:00 smithi173 conmon[40198]: T01:56:59.828990+0000 mon.smithi027 (mon.0 2024-01-24T01:57:00.725 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:00 smithi173 conmon[40198]: ) 595 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:57:00.729 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-24T01:57:00.737 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi027.front.sepia.ceph.com 2024-01-24T01:57:00.738 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-24T01:57:00.762 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:00 smithi027 conmon[35362]: cluster 2024-01-24T01:56:59.426482+0000 mgr.smithi027.ahqzdk (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-24T01:57:00.762 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:00 smithi027 conmon[35362]: audit 2024-01-24T01:56:59.472054+0000 mon.smithi027 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:00.762 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:00 smithi027 conmon[35362]: audit 2024-01-24T01:56:59.820796+0000 mon.smithi027 (mon.0) 592 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:57:00.762 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:00 smithi027 conmon[35362]: audit 2024-01-24T01:56:59.821470+0000 mon.smithi027 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:57:00.762 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:00 smithi027 conmon[35362]: audit 2024-01-24T01:56:59.825538+0000 mon.smithi027 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:00.762 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:00 smithi027 conmon[35362]: audit 2024-01-24T01:56:59.828990+0000 mon.smithi027 (mon.0) 595 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:57:01.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:01 smithi027 conmon[35362]: audit 2024-01-24T01:56:59.891667+0000 mgr.smithi027.ahqzdk (mgr.14180) 159 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:57:01.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:01 smithi173 conmon[40198]: audit 2024-01-24T01:56:59.891667+0000 mgr.smithi027.ahqzdk (mgr.14180) 159 : audit [DBG] 2024-01-24T01:57:01.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:01 smithi173 conmon[40198]: from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:57:02.628 INFO:teuthology.orchestra.run.smithi027.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-24T01:57:02.629 INFO:teuthology.orchestra.run.smithi027.stdout:smithi027 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT5331001C400BGN 372G 80s ago Has a FileSystem, LVM detected 2024-01-24T01:57:02.629 INFO:teuthology.orchestra.run.smithi027.stdout:smithi027 /dev/nvme1n1 ssd Linux_4c0a145d01138d37d566 89.4G 80s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:57:02.629 INFO:teuthology.orchestra.run.smithi027.stdout:smithi027 /dev/nvme2n1 ssd Linux_6248c5c123e135f9705b 89.4G 80s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:57:02.629 INFO:teuthology.orchestra.run.smithi027.stdout:smithi027 /dev/nvme3n1 ssd Linux_10c6734cdd985ebdb65e 89.4G 80s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:57:02.629 INFO:teuthology.orchestra.run.smithi027.stdout:smithi027 /dev/nvme4n1 ssd Linux_ba3cf09ac1799b7d541b 89.4G 80s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:57:02.629 INFO:teuthology.orchestra.run.smithi027.stdout:smithi173 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT6204019S400BGN 372G 84s ago Has a FileSystem, LVM detected 2024-01-24T01:57:02.629 INFO:teuthology.orchestra.run.smithi027.stdout:smithi173 /dev/nvme1n1 ssd Linux_710a120490452a963f10 89.4G 84s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:57:02.629 INFO:teuthology.orchestra.run.smithi027.stdout:smithi173 /dev/nvme2n1 ssd Linux_15d52f92b6b1204f732f 89.4G 84s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:57:02.629 INFO:teuthology.orchestra.run.smithi027.stdout:smithi173 /dev/nvme3n1 ssd Linux_f7520a0929ce45684b1e 89.4G 84s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:57:02.629 INFO:teuthology.orchestra.run.smithi027.stdout:smithi173 /dev/nvme4n1 ssd Linux_03d0cb795fe1e9e58fc5 89.4G 84s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T01:57:02.653 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:02 smithi027 conmon[35362]: cluster 2024-01-24T01:57:01.426805+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T01:57:02.654 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:02 smithi027 conmon[35362]: .14180) 160 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:57:02.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:02 smithi173 conmon[40198]: cluster 2024-01-24T01:57:01.426805+0000 mgr.smithi027.ahqzdk (mgr.14180) 160 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:57:03.179 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-01-24T01:57:03.189 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.27/16' 2024-01-24T01:57:03.189 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch apply -i - 2024-01-24T01:57:03.839 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:03 smithi027 conmon[35362]: audit 2024-01-24T01:57:02.626073+0000 mgr.smithi027.ahqzdk (mgr.14180) 161 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:57:03.839 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:03 smithi027 conmon[35362]: audit 2024-01-24T01:57:02.653198+0000 mon.smithi027 (mon.0) 596 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:57:03.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:03 smithi173 conmon[40198]: audit 2024-01-24T01:57:02.626073+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T01:57:03.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:03 smithi173 conmon[40198]: 161 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:57:03.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:03 smithi173 conmon[40198]: audit 2024-01-24T01:57:02.653198+0000 mon.smithi027 (mon.0) 596 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T01:57:04.771 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:04 smithi173 conmon[40198]: cluster 2024-01-24T01:57:03.427143+0000 mgr.smithi027.ahqzdk (mgr.14180) 162 : cluster [DBG] 2024-01-24T01:57:04.771 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:04 smithi173 conmon[40198]: pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:57:04.772 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:04 smithi173 conmon[40198]: audit 2024-01-24T01:57:04.231170+0000 mon.smithi027 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:04.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:04 smithi027 conmon[35362]: cluster 2024-01-24T01:57:03.427143+0000 mgr.smithi027.ahqzdk 2024-01-24T01:57:04.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:04 smithi027 conmon[35362]: (mgr.14180) 162 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:57:04.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:04 smithi027 conmon[35362]: audit 2024-01-24T01:57:04.231170+0000 mon.smithi027 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:05.425 INFO:teuthology.orchestra.run.smithi027.stdout:Scheduled rgw.foo update... 2024-01-24T01:57:05.425 INFO:teuthology.orchestra.run.smithi027.stdout:Scheduled ingress.rgw.foo update... 2024-01-24T01:57:06.163 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-24T01:57:06.173 INFO:tasks.cephadm:Waiting for ceph service rgw.foo to start (timeout 300)... 2024-01-24T01:57:06.173 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:57:06.780 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:06 smithi027 conmon[35362]: audit 2024-01-24T01:57:05.410282+0000 mgr.smithi027.ahqzdk (mgr.14180) 163 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:57:06.780 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:06 smithi027 conmon[35362]: cephadm 2024-01-24T01:57:05.413923+0000 mgr.smithi027.ahqzdk (mgr.14180) 164 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-01-24T01:57:06.780 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:06 smithi027 conmon[35362]: audit 2024-01-24T01:57:05.417023+0000 mon.smithi027 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:06.780 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:06 smithi027 conmon[35362]: cephadm 2024-01-24T01:57:05.417401+0000 mgr.smithi027.ahqzdk (mgr.14180) 165 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2024-01-24T01:57:06.781 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:06 smithi027 conmon[35362]: audit 2024-01-24T01:57:05.424487+0000 mon.smithi027 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:06.781 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:06 smithi027 conmon[35362]: cluster 2024-01-24T01:57:05.427670+0000 mgr.smithi027.ahqzdk (mgr.14180) 166 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:57:06.800 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:06 smithi173 conmon[40198]: audit 2024-01-24T01:57:05.410282+0000 mgr.smithi027.ahqzdk (mgr.14180) 163 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T01:57:06.800 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:06 smithi173 conmon[40198]: cephadm 2024-01-24T01:57:05.413923+0000 mgr.smithi027.ahqzdk (mgr.14180) 164 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-01-24T01:57:06.800 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:06 smithi173 conmon[40198]: audit 2024-01-24T01:57:05.417023+0000 mon.smithi027 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:06.800 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:06 smithi173 conmon[40198]: cephadm 2024-01-24T01:57:05.417401+0000 mgr.smithi027.ahqzdk (mgr.14180) 165 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2024-01-24T01:57:06.800 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:06 smithi173 conmon[40198]: audit 2024-01-24T01:57:05.424487+0000 mon.smithi027 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:06.800 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:06 smithi173 conmon[40198]: cluster 2024-01-24T01:57:05.427670+0000 mgr.smithi027.ahqzdk (mgr.14180) 166 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:57:08.459 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:57:08.459 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:05.414011Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:57:08.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:08 smithi027 conmon[35362]: cluster 2024-01-24T01:57:07.428015+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T01:57:08.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:08 smithi027 conmon[35362]: 14180) 167 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:57:08.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:08 smithi027 conmon[35362]: audit 2024-01-24T01:57:07.635258+0000 mon.smithi027 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:08.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:08 smithi027 conmon[35362]: audit 2024-01-24T01:57:08.103258+0000 mon.smithi027 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:08.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:08 smithi173 conmon[40198]: cluster 2024-01-24T01:57:07.428015+0000 mgr.smithi027.ahqzdk (mgr.14180) 167 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:57:08.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:08 smithi173 conmon[40198]: audit 2024-01-24T01:57:07.635258+0000 mon.smithi027 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:08.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:08 smithi173 conmon[40198]: audit 2024-01-24T01:57:08.103258+0000 mon.smithi027 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:09.522 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:57:09.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:09 smithi027 conmon[35362]: audit 2024-01-24T01:57:08.454916+0000 mgr.smithi027.ahqzdk (mgr.14180) 168 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:09.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:09 smithi173 conmon[40198]: audit 2024-01-24T01:57:08.454916+0000 mgr.smithi027.ahqzdk (mgr.14180) 168 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:10.523 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:57:10.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:10 smithi027 conmon[35362]: cluster 2024-01-24T01:57:09.428407+0000 mgr.smithi027.ahqzdk (mgr.14180) 169 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:57:10.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:10 smithi173 conmon[40198]: cluster 2024-01-24T01:57:09.428407+0000 mgr.smithi027.ahqzdk (mgr.14180) 169 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:57:12.820 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:57:12.820 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:57:12.843 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:12 smithi027 conmon[35362]: cluster 2024-01-24T01:57:11.428865+0000 mgr.smithi027.ahqzdk (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-24T01:57:12.843 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:12 smithi027 conmon[35362]: audit 2024-01-24T01:57:12.505040+0000 mon.smithi027 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:12.843 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:12 smithi027 conmon[35362]: audit 2024-01-24T01:57:12.505905+0000 mon.smithi027 (mon.0) 603 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:57:12.843 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:12 smithi027 conmon[35362]: audit 2024-01-24T01:57:12.506603+0000 mon.smithi027 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:57:12.843 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:12 smithi027 conmon[35362]: audit 2024-01-24T01:57:12.512043+0000 mon.smithi027 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:12.844 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:12 smithi027 conmon[35362]: audit 2024-01-24T01:57:12.516205+0000 mon.smithi027 (mon.0) 606 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:57:12.844 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:12 smithi027 conmon[35362]: audit 2024-01 2024-01-24T01:57:12.844 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:12 smithi027 conmon[35362]: -24T01:57:12.525910+0000 mon.smithi027 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:12.844 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:12 smithi027 conmon[35362]: audit 2024-01-24T01:57:12.526406+0000 mon.smithi027 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi173.xoxjdl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-24T01:57:12.844 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:12 smithi027 conmon[35362]: audit 2024-01-24T01:57:12.530016+0000 mon.smithi027 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi173.xoxjdl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-24T01:57:12.844 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:12 smithi027 conmon[35362]: audit 2024-01-24T01:57:12.534056+0000 mon.smithi027 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:12.844 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:12 smithi027 conmon[35362]: audit 2024-01-24T01:57:12.534923+0000 mon.smithi027 (mon.0) 611 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:57:12.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: cluster 2024-01-24T01:57:11.428865+0000 mgr.smithi027.ahqzdk (mgr.14180) 170 : 2024-01-24T01:57:12.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:57:12.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: audit 2024-01-24T01:57:12.505040+0000 mon.smithi027 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:12.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: audit 2024-01-24T01:57:12.505905+0000 mon.smithi027 (mon.0) 2024-01-24T01:57:12.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: 603 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:57:12.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: audit 2024-01-24T01: 2024-01-24T01:57:12.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: 57:12.506603+0000 mon.smithi027 (mon.0) 604 : 2024-01-24T01:57:12.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T01:57:12.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: audit 2024-01-24T01:57:12 2024-01-24T01:57:12.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: .512043+0000 mon.smithi027 (mon.0) 605 : audit [INF] 2024-01-24T01:57:12.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:12.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: audit 2024-01-24T01:57:12.516205 2024-01-24T01:57:12.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: +0000 mon.smithi027 (mon.0) 606 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T01:57:12.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: 2024-01-24T01:57:12.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: audit 2024 2024-01-24T01:57:12.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: -01-24T01:57:12.525910+0000 mon.smithi027 (mon.0) 607 2024-01-24T01:57:12.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:12.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: audit 2024-01-24T01: 2024-01-24T01:57:12.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: 57:12.526406+0000 mon.smithi027 (mon.0) 608 2024-01-24T01:57:12.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi173.xoxjdl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-24T01:57:12.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: audit 2024-01-24T01: 2024-01-24T01:57:12.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: 57:12.530016+0000 mon.smithi027 (mon.0) 609 2024-01-24T01:57:12.914 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi173.xoxjdl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-24T01:57:12.914 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: audit 2024-01-24T01: 2024-01-24T01:57:12.914 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: 57:12.534056+0000 mon.smithi027 (mon.0) 610 2024-01-24T01:57:12.914 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:12.914 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: audit 2024-01-24T01:57 2024-01-24T01:57:12.914 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: :12.534923+0000 mon.smithi027 (mon.0) 611 : audit 2024-01-24T01:57:12.914 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:12 smithi173 conmon[40198]: [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:57:13.472 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:57:13.895 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:13 smithi173 conmon[40198]: cephadm 2024-01-24T01:57:12.520939+0000 mgr.smithi027.ahqzdk (mgr.14180) 171 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-01-24T01:57:13.895 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:13 smithi173 conmon[40198]: cephadm 2024-01-24T01:57:12.535615+0000 mgr.smithi027.ahqzdk (mgr.14180) 172 : cephadm [INF] Deploying daemon rgw.foo.smithi173.xoxjdl on smithi173 2024-01-24T01:57:13.895 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:13 smithi173 conmon[40198]: audit 2024-01-24T01:57:12.816989+0000 mgr.smithi027.ahqzdk (mgr.14180) 173 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:13.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:13 smithi027 conmon[35362]: cephadm 2024-01-24T01:57:12.520939+0000 2024-01-24T01:57:13.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:13 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 171 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-01-24T01:57:13.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:13 smithi027 conmon[35362]: cephadm 2024-01-24T01:57:12.535615+0000 mgr.smithi027.ahqzdk (mgr.14180) 172 : cephadm [INF] Deploying daemon rgw.foo.smithi173.xoxjdl on smithi173 2024-01-24T01:57:13.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:13 smithi027 conmon[35362]: audit 2024-01-24T01:57:12.816989+0000 mgr.smithi027.ahqzdk (mgr.14180) 173 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:14.474 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:57:14.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:14 smithi027 conmon[35362]: cluster 2024-01-24T01:57:13.429347+0000 mgr.smithi027.ahqzdk (mgr.14180) 174 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:57:14.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:14 smithi173 conmon[40198]: cluster 2024-01-24T01:57:13.429347+0000 mgr.smithi027.ahqzdk 2024-01-24T01:57:14.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:14 smithi173 conmon[40198]: (mgr.14180) 174 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:57:16.403 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:57:16.403 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:57:16.658 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:16 smithi027 conmon[35362]: audit 2024-01-24T01:57:15.201670 2024-01-24T01:57:16.658 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:16 smithi027 conmon[35362]: +0000 mon.smithi027 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:16.658 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:16 smithi027 conmon[35362]: audit 2024-01-24T01:57:15.202770+0000 mon.smithi027 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi027.zcfeda", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-24T01:57:16.658 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:16 smithi027 conmon[35362]: audit 2024-01-24T01:57:15.205667+0000 mon.smithi027 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi027.zcfeda", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-24T01:57:16.658 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:16 smithi027 conmon[35362]: audit 2024-01-24T01:57:15.210090+0000 mon.smithi027 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:16.658 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:16 smithi027 conmon[35362]: audit 2024-01-24T01:57:15.210711+0000 mon.smithi027 (mon.0) 616 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:57:16.658 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:16 smithi027 conmon[35362]: cephadm 2024-01-24T01:57:15.211254+0000 mgr.smithi027.ahqzdk (mgr.14180) 175 : cephadm [INF] Deploying daemon rgw.foo.smithi027.zcfeda on smithi027 2024-01-24T01:57:16.658 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:16 smithi027 conmon[35362]: cluster 2024-01-24T01:57:15.429797+0000 mgr.smithi027.ahqzdk (mgr.14180) 176 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:57:16.659 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:16 smithi027 conmon[35362]: cluster 2024-01-24T01:57:15.656767+0000 mon.smithi027 (mon.0) 617 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-24T01:57:16.659 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:16 smithi027 conmon[35362]: audit 2024-01-24T01:57:15.658046+0000 mon.smithi027 (mon.0) 618 : audit [INF] from='client.? 172.21.15.173:0/2274832582' entity='client.rgw.foo.smithi173.xoxjdl' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-24T01:57:16.663 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:16 smithi173 conmon[40198]: audit 2024-01-24T01:57:15.201670+0000 mon.smithi027 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:16.663 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:16 smithi173 conmon[40198]: audit 2024-01-24T01:57:15.202770+0000 mon.smithi027 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi027.zcfeda", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-24T01:57:16.663 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:16 smithi173 conmon[40198]: audit 2024-01-24T01:57:15.205667+0000 mon.smithi027 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi027.zcfeda", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-24T01:57:16.663 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:16 smithi173 conmon[40198]: audit 2024-01-24T01:57:15.210090+0000 mon.smithi027 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:16.664 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:16 smithi173 conmon[40198]: audit 2024-01-24T01:57:15.210711+0000 mon.smithi027 (mon.0) 616 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:57:16.664 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:16 smithi173 conmon[40198]: cephadm 2024-01-24T01:57:15.211254+0000 mgr.smithi027.ahqzdk (mgr.14180) 175 : cephadm [INF] Deploying daemon rgw.foo.smithi027.zcfeda on smithi027 2024-01-24T01:57:16.664 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:16 smithi173 conmon[40198]: cluster 2024-01-24T01:57:15.429797+0000 mgr.smithi027.ahqzdk (mgr.14180) 176 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:57:16.664 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:16 smithi173 conmon[40198]: cluster 2024-01-24T01:57:15.656767+0000 mon.smithi027 (mon.0) 617 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-24T01:57:16.664 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:16 smithi173 conmon[40198]: audit 2024-01-24T01:57:15.658046+0000 mon.smithi027 (mon.0) 618 : audit [INF] from='client.? 172.21.15.173:0/2274832582' entity='client.rgw.foo.smithi173.xoxjdl' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-24T01:57:17.603 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:57:17.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:17 smithi027 conmon[35362]: audit 2024-01-24T01 2024-01-24T01:57:17.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:17 smithi027 conmon[35362]: :57:16.399111+0000 mgr.smithi027.ahqzdk (mgr.14180) 177 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:17.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:17 smithi027 conmon[35362]: audit 2024-01-24T01:57:16.658369+0000 mon.smithi027 (mon.0) 619 : audit [INF] from='client.? 172.21.15.173:0/2274832582' entity='client.rgw.foo.smithi173.xoxjdl' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-24T01:57:17.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:17 smithi027 conmon[35362]: cluster 2024-01-24T01:57:16.658552+0000 mon.smithi027 (mon.0) 620 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-24T01:57:18.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:17 smithi173 conmon[40198]: audit 2024-01-24T01:57:16.399111+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T01:57:18.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:17 smithi173 conmon[40198]: 14180) 177 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:18.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:17 smithi173 conmon[40198]: audit 2024-01-24T01:57:16.658369+0000 mon.smithi027 (mon.0) 619 : audit [INF] from='client.? 172.21.15.173:0/2274832582' entity='client.rgw.foo.smithi173.xoxjdl' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-24T01:57:18.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:17 smithi173 conmon[40198]: cluster 2024-01-24T01:57:16.658552+0000 mon.smithi027 (mon.0) 620 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-24T01:57:18.604 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:57:18.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:18 smithi027 conmon[35362]: cluster 2024-01-24T01:57:17.430176+0000 mgr.smithi027.ahqzdk (mgr.14180) 178 : cluster [DBG] pgmap v144: 33 pgs: 15 creating+peering, 1 active+clean, 17 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:57:18.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:18 smithi027 conmon[35362]: cluster 2024-01-24T01:57:17.667007+0000 mon.smithi027 (mon.0) 621 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-24T01:57:18.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:18 smithi027 conmon[35362]: audit 2024-01-24T01:57:18.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:18 smithi027 conmon[35362]: 2024-01-24T01:57:17.668836+0000 mon.smithi027 (mon.0) 622 : audit [INF] from='client.? 172.21.15.173:0/2274832582' entity='client.rgw.foo.smithi173.xoxjdl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-24T01:57:18.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:18 smithi027 conmon[35362]: audit 2024-01-24T01:57:18.205032+0000 mon.smithi027 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:18.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:18 smithi027 conmon[35362]: audit 2024-01-24T01:57:18.206091+0000 mon.smithi027 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi173.yjtwng", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-24T01:57:18.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:18 smithi027 conmon[35362]: audit 2024-01-24T01:57:18.208814+0000 mon.smithi027 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi173.yjtwng", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-24T01:57:18.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:18 smithi027 conmon[35362]: audit 2024-01-24T01:57:18.211998 2024-01-24T01:57:18.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:18 smithi027 conmon[35362]: +0000 mon.smithi027 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:18.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:18 smithi027 conmon[35362]: 2024-01-24T01:57:18.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:18 smithi027 conmon[35362]: audit 2024-01- 2024-01-24T01:57:18.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:18 smithi027 conmon[35362]: 24T01:57:18.212574+0000 mon.smithi027 (mon.0) 627 : 2024-01-24T01:57:18.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:18 smithi027 conmon[35362]: audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:57:18.952 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:18 smithi173 conmon[40198]: cluster 2024-01-24T01:57:17.430176+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T01:57:18.952 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:18 smithi173 conmon[40198]: 178 : cluster [DBG] pgmap v144: 33 pgs: 15 creating+peering, 1 active+clean, 17 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:57:18.952 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:18 smithi173 conmon[40198]: cluster 2024-01-24T01:57:17.667007+0000 mon.smithi027 (mon.0) 621 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-24T01:57:18.952 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:18 smithi173 conmon[40198]: audit 2024 2024-01-24T01:57:18.953 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:18 smithi173 conmon[40198]: -01-24T01:57:17.668836+0000 mon.smithi027 (mon.0) 622 : audit [INF] from='client.? 172.21.15.173:0/2274832582' entity='client.rgw.foo.smithi173.xoxjdl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-24T01:57:18.953 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:18 smithi173 conmon[40198]: 2024-01-24T01:57:18.953 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:18 smithi173 conmon[40198]: audit 2024-01-24T 2024-01-24T01:57:18.953 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:18 smithi173 conmon[40198]: 01:57:18.205032+0000 mon.smithi027 (mon 2024-01-24T01:57:18.953 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:18 smithi173 conmon[40198]: .0) 623 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:18.953 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:18 smithi173 conmon[40198]: audit 2024-01-24T01:57:18.953 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:18 smithi173 conmon[40198]: 2024-01-24T01:57:18. 2024-01-24T01:57:18.953 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:18 smithi173 conmon[40198]: 206091+0000 mon.smithi027 (mon.0) 624 : audit 2024-01-24T01:57:18.953 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:18 smithi173 conmon[40198]: [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi173.yjtwng", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-24T01:57:18.953 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:18 smithi173 conmon[40198]: audit 2024-01- 2024-01-24T01:57:18.953 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:18 smithi173 conmon[40198]: 24T01:57:18.208814+0000 mon.smithi027 (mon 2024-01-24T01:57:18.953 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:18 smithi173 conmon[40198]: .0) 625 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi173.yjtwng", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-24T01:57:18.953 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:18 smithi173 conmon[40198]: audit 2024 2024-01-24T01:57:18.953 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:18 smithi173 conmon[40198]: -01-24T01:57:18.211998+0000 2024-01-24T01:57:18.954 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:18 smithi173 conmon[40198]: mon.smithi027 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:18.954 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:18 smithi173 conmon[40198]: audit 2024-01 2024-01-24T01:57:18.954 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:18 smithi173 conmon[40198]: -24T01:57:18.212574+0000 mon.smithi027 ( 2024-01-24T01:57:18.954 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:18 smithi173 conmon[40198]: mon.0) 627 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:57:19.827 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:19 smithi173 conmon[40198]: cephadm 2024-01-24T01:57:18.213110+0000 mgr.smithi027.ahqzdk (mgr.14180) 179 : cephadm [INF] Deploying daemon rgw.foo.smithi173.yjtwng on smithi173 2024-01-24T01:57:19.827 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:19 smithi173 conmon[40198]: audit 2024-01-24T01:57:18.665476+0000 mon.smithi027 (mon.0) 628 : audit [INF] from='client.? 172.21.15.173:0/2274832582' entity='client.rgw.foo.smithi173.xoxjdl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-24T01:57:19.827 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:19 smithi173 conmon[40198]: cluster 2024-01-24T01:57:18.665731+0000 mon.smithi027 (mon.0) 629 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-24T01:57:20.113 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:19 smithi027 conmon[35362]: cephadm 2024-01-24T01:57:18.213110+0000 mgr.smithi027.ahqzdk (mgr.14180) 179 : cephadm [INF] Deploying daemon rgw.foo.smithi173.yjtwng on smithi173 2024-01-24T01:57:20.114 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:19 smithi027 conmon[35362]: audit 2024-01-24T01:57:18.665476+0000 mon.smithi027 (mon.0) 628 : audit [INF] from='client.? 172.21.15.173:0/2274832582' entity='client.rgw.foo.smithi173.xoxjdl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-24T01:57:20.114 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:19 smithi027 conmon[35362]: cluster 2024-01-24T01:57:18.665731+0000 mon.smithi027 (mon.0) 629 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-24T01:57:20.485 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:57:20.485 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:57:20.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:20 smithi027 conmon[35362]: cluster 2024-01-24T01:57:19.430733+0000 2024-01-24T01:57:20.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:20 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 180 : cluster [DBG] pgmap v147: 65 pgs: 21 creating+peering, 13 active+clean, 31 unknown; 358 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:57:20.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:20 smithi027 conmon[35362]: cluster 2024-01-24T01:57:19.679354+0000 mon.smithi027 (mon.0) 630 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-24T01:57:20.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:20 smithi027 conmon[35362]: audit 2024-01-24T01:57:19.681390+0000 mon.smithi027 (mon.0) 631 : audit [INF] from='client.? 172.21.15.173:0/2274832582' entity='client.rgw.foo.smithi173.xoxjdl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-24T01:57:20.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:20 smithi027 conmon[35362]: audit 2024-01-24T01:57:19.681669+0000 mon.smithi027 (mon.0) 632 : audit [INF] from='client.? 172.21.15.27:0/3042301123' entity='client.rgw.foo.smithi027.zcfeda' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-24T01:57:20.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:20 smithi027 conmon[35362]: audit 2024-01-24T01:57:20.497867+0000 mon.smithi027 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:20.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:20 smithi027 conmon[35362]: audit 2024-01-24T01:57:20.499106+0000 mon.smithi027 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi027.mhmfwf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-24T01:57:20.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:20 smithi027 conmon[35362]: audit 2024-01-24T01:57:20.501968+0000 mon.smithi027 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi027.mhmfwf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-24T01:57:20.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:20 smithi027 conmon[35362]: audit 2024-01-24T01:57:20.505186+0000 mon.smithi027 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:20.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:20 smithi027 conmon[35362]: audit 2024-01-24T01:57:20.505831+0000 mon.smithi027 (mon.0) 637 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:57:21.032 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:20 smithi173 conmon[40198]: cluster 2024-01-24T01:57:19.430733+0000 2024-01-24T01:57:21.032 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:20 smithi173 conmon[40198]: mgr.smithi027.ahqzdk (mgr.14180) 180 : cluster [DBG] pgmap v147: 65 pgs: 21 creating+peering, 13 active+clean, 31 unknown; 358 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:57:21.032 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:20 smithi173 conmon[40198]: cluster 2024-01-24T01:57:19.679354+0000 mon.smithi027 (mon.0) 630 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-24T01:57:21.032 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:20 smithi173 conmon[40198]: audit 2024-01 2024-01-24T01:57:21.033 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:20 smithi173 conmon[40198]: -24T01:57:19.681390+0000 mon.smithi027 (mon.0) 631 : audit [INF] from='client.? 172.21.15.173:0/2274832582' entity='client.rgw.foo.smithi173.xoxjdl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-24T01:57:21.033 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:20 smithi173 conmon[40198]: audit 2024-01-24T01:57:19.681669 2024-01-24T01:57:21.033 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:20 smithi173 conmon[40198]: +0000 mon.smithi027 (mon.0) 632 : audit [INF] from='client.? 172.21.15.27:0/3042301123' entity='client.rgw.foo.smithi027.zcfeda' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-24T01:57:21.033 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:20 smithi173 conmon[40198]: audit 2024-01-24T01:57:20. 2024-01-24T01:57:21.033 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:20 smithi173 conmon[40198]: 497867+0000 mon.smithi027 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:21.033 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:20 smithi173 conmon[40198]: audit 2024-01-24T 2024-01-24T01:57:21.033 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:20 smithi173 conmon[40198]: 01:57:20.499106+0000 mon.smithi027 (mon.0) 634 : 2024-01-24T01:57:21.033 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:20 smithi173 conmon[40198]: audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi027.mhmfwf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-24T01:57:21.033 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:20 smithi173 conmon[40198]: audit 2024-01-24T01:57:20.501968+0000 2024-01-24T01:57:21.033 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:20 smithi173 conmon[40198]: mon.smithi027 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi027.mhmfwf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-24T01:57:21.033 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:20 smithi173 conmon[40198]: audit 2024- 2024-01-24T01:57:21.033 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:20 smithi173 conmon[40198]: 01-24T01:57:20.505186+0000 mon.smithi027 ( 2024-01-24T01:57:21.033 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:20 smithi173 conmon[40198]: mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:21.033 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:20 smithi173 conmon[40198]: audit 2024-01-24T01 2024-01-24T01:57:21.033 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:20 smithi173 conmon[40198]: :57:20.505831+0000 mon.smithi027 (mon.0) 637 2024-01-24T01:57:21.034 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:20 smithi173 conmon[40198]: : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T01:57:21.071 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:57:22.072 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:57:22.329 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:22 smithi027 conmon[35362]: audit 2024-01-24T01:57:20.480988+0000 mgr.smithi027.ahqzdk (mgr.14180) 181 : audit [DBG] from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:22.329 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:22 smithi027 conmon[35362]: cephadm 2024-01-24T01:57:20.506360+0000 mgr.smithi027.ahqzdk (mgr.14180) 182 : cephadm [INF] Deploying daemon rgw.foo.smithi027.mhmfwf on smithi027 2024-01-24T01:57:22.329 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:22 smithi027 conmon[35362]: audit 2024-01-24T01:57:20.679729+0000 mon.smithi027 (mon.0) 638 : audit [INF] from='client.? 172.21.15.173:0/2274832582' entity='client.rgw.foo.smithi173.xoxjdl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-24T01:57:22.329 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:22 smithi027 conmon[35362]: audit 2024-01-24T01:57:20.679806+0000 mon.smithi027 (mon.0) 639 : audit [INF] from='client.? 172.21.15.27:0/3042301123' entity='client.rgw.foo.smithi027.zcfeda' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-24T01:57:22.330 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:22 smithi027 conmon[35362]: cluster 2024-01-24T01:57:20.679951+0000 mon.smithi027 (mon.0) 640 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-24T01:57:22.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:22 smithi173 conmon[40198]: audit 2024-01-24T01:57:20.480988+0000 mgr.smithi027.ahqzdk (mgr.14180) 181 : audit [DBG] from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:22.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:22 smithi173 conmon[40198]: cephadm 2024-01-24T01:57:20.506360+0000 mgr.smithi027.ahqzdk (mgr.14180) 182 : cephadm [INF] Deploying daemon rgw.foo.smithi027.mhmfwf on smithi027 2024-01-24T01:57:22.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:22 smithi173 conmon[40198]: audit 2024-01-24T01:57:20.679729+0000 mon.smithi027 (mon.0) 638 : audit [INF] from='client.? 172.21.15.173:0/2274832582' entity='client.rgw.foo.smithi173.xoxjdl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-24T01:57:22.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:22 smithi173 conmon[40198]: audit 2024-01-24T01:57:20.679806+0000 mon.smithi027 (mon.0) 639 : audit [INF] from='client.? 172.21.15.27:0/3042301123' entity='client.rgw.foo.smithi027.zcfeda' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-24T01:57:22.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:22 smithi173 conmon[40198]: cluster 2024-01-24T01:57:20.679951+0000 mon.smithi027 (mon.0) 640 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-24T01:57:23.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:23 smithi027 conmon[35362]: cluster 2024-01-24T01:57:21.431142+0000 mgr.smithi027.ahqzdk (mgr.14180) 183 : cluster [DBG] pgmap v150: 97 pgs: 11 creating+peering, 81 active+clean, 5 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 1.5 KiB/s wr, 9 op/s 2024-01-24T01:57:23.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:23 smithi027 conmon[35362]: cluster 2024-01-24T01:57:22.099769+0000 mon.smithi027 (mon.0) 641 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-24T01:57:23.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:23 smithi027 conmon[35362]: audit 2024-01-24T01:57:22.102251+0000 mon.smithi173 (mon.1) 22 : audit [INF] from='client.? 172.21.15.173:0/632710019' entity='client.rgw.foo.smithi173.yjtwng' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-24T01:57:23.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:23 smithi027 conmon[35362]: audit 2024-01-24T01:57:22.102662+0000 mon.smithi173 (mon.1) 23 : audit [INF] from='client.? 172.21.15.173:0/1672455591' entity='client.rgw.foo.smithi173.xoxjdl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-24T01:57:23.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:23 smithi027 conmon[35362]: audit 2024-01-24T01:57:22.105158+0000 mon.smithi173 (mon.1) 24 : audit [INF] from='client.? 172.21.15.27:0/3929047422' entity='client.rgw.foo.smithi027.zcfeda' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-24T01:57:23.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:23 smithi027 conmon[35362]: audit 2024-01-24T01:57:22.110505+0000 mon.smithi027 (mon.0) 642 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi173.yjtwng' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-24T01:57:23.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:23 smithi027 conmon[35362]: audit 2024-01-24T01:57:22.110888+0000 mon.smithi027 (mon.0) 643 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi173.xoxjdl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-24T01:57:23.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:23 smithi027 conmon[35362]: audit 2024-01-24T01:57:22.111248+0000 mon.smithi027 (mon.0) 644 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi027.zcfeda' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-24T01:57:23.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:23 smithi027 conmon[35362]: audit 2024-01-24T01:57:23.100675+0000 mon.smithi027 (mon.0) 645 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi173.yjtwng' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-24T01:57:23.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:23 smithi027 conmon[35362]: audit 2024-01-24T01:57:23.100758+0000 mon.smithi027 (mon.0) 646 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi173.xoxjdl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-24T01:57:23.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:23 smithi027 conmon[35362]: audit 2024-01-24T01:57:23.100843+0000 mon.smithi027 (mon.0) 647 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi027.zcfeda' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-24T01:57:23.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:23 smithi027 conmon[35362]: cluster 2024-01-24T01:57:23.100930+0000 mon.smithi027 (mon.0) 648 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-24T01:57:23.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:23 smithi173 conmon[40198]: cluster 2024-01-24T01:57:21.431142+0000 mgr.smithi027.ahqzdk (mgr.14180) 183 : cluster [DBG] pgmap v150: 97 pgs: 11 creating+peering, 81 active+clean, 5 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 1.5 KiB/s wr, 9 op/s 2024-01-24T01:57:23.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:23 smithi173 conmon[40198]: cluster 2024-01-24T01:57:22.099769+0000 mon.smithi027 (mon.0) 641 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-24T01:57:23.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:23 smithi173 conmon[40198]: audit 2024-01-24T01:57:22.102251+0000 mon.smithi173 (mon.1) 22 : audit [INF] from='client.? 172.21.15.173:0/632710019' entity='client.rgw.foo.smithi173.yjtwng' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-24T01:57:23.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:23 smithi173 conmon[40198]: audit 2024-01-24T01:57:22.102662+0000 mon.smithi173 (mon.1) 23 : audit [INF] from='client.? 172.21.15.173:0/1672455591' entity='client.rgw.foo.smithi173.xoxjdl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-24T01:57:23.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:23 smithi173 conmon[40198]: audit 2024-01-24T01:57:22.105158+0000 mon.smithi173 (mon.1) 24 : audit [INF] from='client.? 172.21.15.27:0/3929047422' entity='client.rgw.foo.smithi027.zcfeda' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-24T01:57:23.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:23 smithi173 conmon[40198]: audit 2024-01-24T01:57:22.110505+0000 mon.smithi027 (mon. 2024-01-24T01:57:23.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:23 smithi173 conmon[40198]: 0) 642 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi173.yjtwng' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-24T01:57:23.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:23 smithi173 conmon[40198]: audit 2024-01-24T01:57:22.110888+0000 mon.smithi027 (mon.0) 643 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi173.xoxjdl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-24T01:57:23.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:23 smithi173 conmon[40198]: audit 2024-01-24T01:57:22.111248+0000 mon.smithi027 (mon.0) 644 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi027.zcfeda' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-24T01:57:23.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:23 smithi173 conmon[40198]: audit 2024-01-24T01:57:23.100675+0000 2024-01-24T01:57:23.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:23 smithi173 conmon[40198]: mon.smithi027 (mon.0) 645 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi173.yjtwng' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-24T01:57:23.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:23 smithi173 conmon[40198]: audit 2024-01-24T01:57:23.100758 2024-01-24T01:57:23.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:23 smithi173 conmon[40198]: +0000 mon.smithi027 (mon.0) 646 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi173.xoxjdl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-24T01:57:23.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:23 smithi173 conmon[40198]: audit 2024-01-24T01:57:23.100843 2024-01-24T01:57:23.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:23 smithi173 conmon[40198]: +0000 mon.smithi027 (mon.0) 647 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi027.zcfeda' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-24T01:57:23.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:23 smithi173 conmon[40198]: cluster 2024-01 2024-01-24T01:57:23.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:23 smithi173 conmon[40198]: -24T01:57:23.100930+0000 mon.smithi027 (mon.0) 648 : 2024-01-24T01:57:23.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:23 smithi173 conmon[40198]: cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-24T01:57:24.133 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:24 smithi027 conmon[35362]: audit 2024-01-24T01:57:23.105741+0000 2024-01-24T01:57:24.133 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:24 smithi027 conmon[35362]: mon.smithi173 (mon.1) 25 : audit [INF] from='client.? 172.21.15.173:0/632710019' entity='client.rgw.foo.smithi173.yjtwng' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-24T01:57:24.133 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:24 smithi027 conmon[35362]: audit 2024-01-24T01:57:23.107427+0000 mon.smithi173 (mon.1) 26 : audit [INF] from='client.? 172.21.15.27:0/3929047422' entity='client.rgw.foo.smithi027.zcfeda' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-24T01:57:24.133 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:24 smithi027 conmon[35362]: audit 2024-01-24T01:57:23.110014+0000 mon.smithi027 (mon.0) 649 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi173.yjtwng' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-24T01:57:24.133 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:24 smithi027 conmon[35362]: audit 2024-01-24T01:57:23.110205+0000 mon.smithi027 (mon.0) 650 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi027.zcfeda' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-24T01:57:24.133 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:24 smithi027 conmon[35362]: audit 2024-01-24T01:57:23.117043+0000 mon.smithi173 (mon.1) 27 : audit [INF] from='client.? 172.21.15.173:0/1672455591' entity='client.rgw.foo.smithi173.xoxjdl' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-24T01:57:24.133 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:24 smithi027 conmon[35362]: audit 2024-01-24T01:57:23.117646+0000 mon.smithi027 (mon.0) 651 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi173.xoxjdl' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-24T01:57:24.133 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:24 smithi027 conmon[35362]: audit 2024-01-24T01:57:23.169420+0000 mon.smithi027 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:24.133 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:24 smithi027 conmon[35362]: audit 2024-01-24T01:57:23.175012+0000 mon.smithi027 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:24.134 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:24 smithi027 conmon[35362]: cephadm 2024-01-24T01:57:23.183032+0000 mgr.smithi027.ahqzdk (mgr.14180) 184 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi173.udwqbr on smithi173 2024-01-24T01:57:24.134 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:24 smithi027 conmon[35362]: cluster 2024-01-24T01:57:23.431460+0000 mgr.smithi027.ahqzdk (mgr.14180) 185 : cluster [DBG] pgmap v153: 129 pgs: 10 creating+peering, 89 active+clean, 30 unknown; 1.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 1023 B/s wr, 7 op/s 2024-01-24T01:57:24.134 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:24 smithi027 conmon[35362]: audit 2024-01-24T01:57:24.101700+0000 mon.smithi027 (mon.0) 654 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi173.yjtwng' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-24T01:57:24.134 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:24 smithi027 conmon[35362]: audit 2024-01-24T01:57:24.101757+0000 mon.smithi027 (mon.0) 655 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi027.zcfeda' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-24T01:57:24.134 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:24 smithi027 conmon[35362]: audit 2024-01-24T01:57:24 2024-01-24T01:57:24.134 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:24 smithi027 conmon[35362]: .101852+0000 mon.smithi027 (mon.0) 656 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi173.xoxjdl' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-24T01:57:24.134 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:24 smithi027 conmon[35362]: cluster 2024-01-24T01:57:24.101922+0000 mon.smithi027 (mon.0) 657 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-24T01:57:24.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:24 smithi173 conmon[40198]: audit 2024-01-24T01:57:23.105741+0000 mon.smithi173 (mon.1) 25 : audit [INF] from='client.? 172.21.15.173:0/632710019' entity='client.rgw.foo.smithi173.yjtwng' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-24T01:57:24.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:24 smithi173 conmon[40198]: 2024-01-24T01:57:24.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:24 smithi173 conmon[40198]: audit 2024-01-24T01:57:23.107427+0000 mon.smithi173 (mon.1) 26 : audit [INF] from='client.? 172.21.15.27:0/3929047422' entity='client.rgw.foo.smithi027.zcfeda' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-24T01:57:24.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:24 smithi173 conmon[40198]: audit 2024-01-24T01:57:23.110014+0000 mon.smithi027 (mon.0) 649 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi173.yjtwng' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-24T01:57:24.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:24 smithi173 conmon[40198]: audit 2024-01-24T01:57:23.110205+0000 mon.smithi027 (mon.0) 650 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi027.zcfeda' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-24T01:57:24.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:24 smithi173 conmon[40198]: audit 2024-01-24T01:57:23.117043+0000 mon.smithi173 (mon.1) 27 : audit [INF] from='client.? 172.21.15.173:0/1672455591' entity='client.rgw.foo.smithi173.xoxjdl' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-24T01:57:24.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:24 smithi173 conmon[40198]: audit 2024-01-24T01:57:23.117646+0000 mon.smithi027 (mon.0) 651 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi173.xoxjdl' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-24T01:57:24.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:24 smithi173 conmon[40198]: audit 2024-01-24T01:57:23.169420+0000 mon.smithi027 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:24.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:24 smithi173 conmon[40198]: audit 2024-01-24T01:57:23.175012+0000 mon.smithi027 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:24.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:24 smithi173 conmon[40198]: cephadm 2024-01-24T01:57:23.183032+0000 mgr.smithi027.ahqzdk (mgr.14180) 184 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi173.udwqbr on smithi173 2024-01-24T01:57:24.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:24 smithi173 conmon[40198]: cluster 2024-01-24T01:57:23.431460+0000 mgr.smithi027.ahqzdk (mgr.14180) 185 : cluster [DBG] pgmap v153: 129 pgs: 10 creating+peering, 89 active+clean, 30 unknown; 1.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 1023 B/s wr, 7 op/s 2024-01-24T01:57:24.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:24 smithi173 conmon[40198]: audit 2024-01-24T01:57:24.101700+0000 mon.smithi027 (mon.0) 654 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi173.yjtwng' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-24T01:57:24.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:24 smithi173 conmon[40198]: audit 2024-01-24T01:57:24.101757+0000 mon.smithi027 (mon.0) 655 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi027.zcfeda' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-24T01:57:24.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:24 smithi173 conmon[40198]: audit 2024-01-24T01:57:24.101852+0000 mon.smithi027 (mon.0) 656 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi173.xoxjdl' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-24T01:57:24.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:24 smithi173 conmon[40198]: cluster 2024-01-24T01:57:24.101922+0000 mon.smithi027 (mon.0) 657 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-24T01:57:24.638 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:57:24.638 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:57:25.475 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:57:25.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:25 smithi027 conmon[35362]: audit 2024-01-24T01:57:24.591960+0000 mon.smithi027 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:25.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:25 smithi027 conmon[35362]: audit 2024-01-24T01:57:24.634416+0000 mgr.smithi027.ahqzdk (mgr.14180) 186 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:25.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:25 smithi173 conmon[40198]: audit 2024-01-24T01:57:24.591960+0000 mon.smithi027 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:25.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:25 smithi173 conmon[40198]: audit 2024-01-24T01:57:24.634416+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T01:57:25.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:25 smithi173 conmon[40198]: ) 186 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:26.476 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:57:26.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:26 smithi027 conmon[35362]: cluster 2024-01-24T01:57:25.432160+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T01:57:26.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:26 smithi027 conmon[35362]: 14180) 187 : cluster [DBG] pgmap v155: 129 pgs: 6 creating+peering, 102 active+clean, 21 unknown; 2.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 KiB/s rd, 3.2 KiB/s wr, 168 op/s 2024-01-24T01:57:26.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:26 smithi173 conmon[40198]: cluster 2024-01-24T01:57:25.432160+0000 mgr.smithi027.ahqzdk (mgr.14180) 187 : cluster [DBG] pgmap v155: 129 pgs: 6 creating+peering, 102 active+clean, 21 unknown; 2.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 KiB/s rd, 3.2 KiB/s wr, 168 op/s 2024-01-24T01:57:26.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:26 smithi173 conmon[40198]: 2024-01-24T01:57:28.297 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:57:28.297 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:57:28.851 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:57:28.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:28 smithi027 conmon[35362]: cluster 2024-01-24T01:57:27.432824+0000 mgr.smithi027.ahqzdk ( 2024-01-24T01:57:28.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:28 smithi027 conmon[35362]: mgr.14180) 188 : cluster [DBG] pgmap v156: 129 pgs: 5 creating+peering, 124 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 318 KiB/s rd, 4.3 KiB/s wr, 552 op/s 2024-01-24T01:57:28.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:28 smithi173 conmon[40198]: cluster 2024-01-24T01:57:27.432824+0000 mgr.smithi027.ahqzdk (mgr.14180) 188 : cluster [DBG] pgmap v156: 129 pgs: 5 creating+peering, 124 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 318 KiB/s rd, 4.3 KiB/s wr, 552 op/s 2024-01-24T01:57:29.856 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:57:29.884 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:29 smithi027 conmon[35362]: audit 2024-01-24T01:57:28.292214+0000 mgr.smithi027.ahqzdk (mgr.14180) 189 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:29.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:29 smithi173 conmon[40198]: audit 2024-01-24T01:57:28.292214+0000 mgr.smithi027.ahqzdk (mgr.14180) 189 : audit [DBG] 2024-01-24T01:57:29.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:29 smithi173 conmon[40198]: from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:30.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:30 smithi027 conmon[35362]: cluster 2024-01-24T01:57:29.433223+0000 2024-01-24T01:57:30.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:30 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 190 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 374 KiB/s rd, 4.6 KiB/s wr, 636 op/s 2024-01-24T01:57:30.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:30 smithi173 conmon[40198]: cluster 2024-01-24T01:57:29.433223+0000 mgr.smithi027.ahqzdk (mgr.14180) 190 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 374 KiB/s rd, 4.6 KiB/s wr, 636 op/s 2024-01-24T01:57:31.698 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:57:31.698 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:57:32.329 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:57:32.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:32 smithi027 conmon[35362]: cluster 2024-01-24T01:57:31.433769+0000 mgr.smithi027.ahqzdk (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; 361 KiB/s rd, 4.0 KiB/s wr, 607 op/s 2024-01-24T01:57:32.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:32 smithi027 conmon[35362]: audit 2024-01-24T01:57:31.694154+0000 mgr.smithi027.ahqzdk (mgr.14180) 192 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:32.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:32 smithi173 conmon[40198]: cluster 2024-01-24T01:57:31.433769+0000 mgr.smithi027.ahqzdk (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; 361 KiB/s rd, 4.0 KiB/s wr, 607 op/s 2024-01-24T01:57:32.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:32 smithi173 conmon[40198]: audit 2024-01-24T01:57:31.694154+0000 mgr.smithi027.ahqzdk (mgr.14180) 192 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:33.329 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:57:34.820 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:34 smithi027 conmon[35362]: cluster 2024-01-24T01:57:33.434180+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T01:57:34.820 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:34 smithi027 conmon[35362]: 193 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 307 KiB/s rd, 3.3 KiB/s wr, 515 op/s 2024-01-24T01:57:34.820 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:34 smithi027 conmon[35362]: audit 2024-01-24T01:57:34.600142+0000 mon.smithi027 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:34.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:34 smithi173 conmon[40198]: cluster 2024-01-24T01:57:33.434180+0000 mgr.smithi027.ahqzdk (mgr.14180) 193 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 307 KiB/s rd, 3.3 KiB/s wr, 515 op/s 2024-01-24T01:57:34.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:34 smithi173 conmon[40198]: audit 2024-01-24T01:57:34.600142+0000 mon.smithi027 (mon.0 2024-01-24T01:57:34.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:34 smithi173 conmon[40198]: ) 659 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:57:35.148 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:57:35.148 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:57:35.776 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:57:36.777 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:57:36.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:36 smithi027 conmon[35362]: audit 2024-01-24T01:57:35.144277+0000 mgr.smithi027.ahqzdk (mgr.14180) 194 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:36.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:36 smithi027 conmon[35362]: cluster 2024-01-24T01:57:35.434702+0000 mgr.smithi027.ahqzdk (mgr.14180) 195 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 269 KiB/s rd, 2.4 KiB/s wr, 446 op/s 2024-01-24T01:57:36.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:36 smithi173 conmon[40198]: audit 2024-01-24T01:57:35.144277+0000 mgr.smithi027.ahqzdk (mgr.14180) 194 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:36.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:36 smithi173 conmon[40198]: cluster 2024-01-24T01:57:35.434702+0000 mgr.smithi027.ahqzdk (mgr.14180) 195 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 269 KiB/s rd, 2.4 KiB/s wr, 446 op/s 2024-01-24T01:57:38.631 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:57:38.631 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:57:38.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:38 smithi027 conmon[35362]: cluster 2024-01-24T01:57:37.435189+0000 mgr.smithi027.ahqzdk (mgr.14180) 196 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 250 KiB/s rd, 1.8 KiB/s wr, 409 op/s 2024-01-24T01:57:38.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:38 smithi173 conmon[40198]: cluster 2024-01-24T01:57:37.435189+0000 mgr.smithi027.ahqzdk (mgr.14180) 196 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 250 KiB/s rd, 1.8 KiB/s wr, 409 op/s 2024-01-24T01:57:38.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:38 smithi173 conmon[40198]: 2024-01-24T01:57:39.159 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:57:39.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:39 smithi027 conmon[35362]: audit 2024-01-24T01:57:38.627134+0000 mgr.smithi027.ahqzdk (mgr.14180) 197 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:39.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:39 smithi173 conmon[40198]: audit 2024-01-24T01:57:38.627134+0000 mgr.smithi027.ahqzdk (mgr.14180) 197 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:40.160 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:57:40.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:40 smithi027 conmon[35362]: cluster 2024-01-24T01:57:39.435731+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T01:57:40.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:40 smithi027 conmon[35362]: .14180) 198 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 134 KiB/s rd, 682 B/s wr, 210 op/s 2024-01-24T01:57:40.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:40 smithi173 conmon[40198]: cluster 2024-01-24T01:57:39.435731+0000 mgr.smithi027.ahqzdk (mgr.14180) 198 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 134 KiB/s rd, 682 B/s wr, 210 op/s 2024-01-24T01:57:41.972 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:57:41.972 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:57:42.518 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:57:42.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:42 smithi027 conmon[35362]: cluster 2024-01-24T01:57:41.436254+0000 mgr.smithi027.ahqzdk (mgr.14180) 199 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 70 KiB/s rd, 0 B/s wr, 104 op/s 2024-01-24T01:57:42.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:42 smithi173 conmon[40198]: cluster 2024-01-24T01:57:41.436254+0000 mgr.smithi027.ahqzdk (mgr.14180) 199 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 70 KiB/s rd, 0 B/s wr, 104 op/s 2024-01-24T01:57:43.518 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:57:43.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:43 smithi027 conmon[35362]: audit 2024-01-24T01:57:41.968493+0000 mgr.smithi027.ahqzdk (mgr.14180) 200 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:43.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:43 smithi173 conmon[40198]: audit 2024-01-24T01:57:41.968493+0000 mgr.smithi027.ahqzdk (mgr.14180) 200 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:44.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:44 smithi027 conmon[35362]: cluster 2024-01-24T01:57:43.436836+0000 mgr.smithi027.ahqzdk (mgr.14180) 201 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 48 KiB/s rd, 0 B/s wr, 72 op/s 2024-01-24T01:57:44.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:44 smithi173 conmon[40198]: cluster 2024-01-24T01:57:43.436836+0000 mgr.smithi027.ahqzdk (mgr.14180) 201 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 48 KiB/s rd, 0 B/s wr, 72 op/s 2024-01-24T01:57:45.265 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:57:45.265 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:57:45.867 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:57:46.868 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:57:46.902 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:46 smithi027 conmon[35362]: audit 2024-01-24T01:57:45.262006+0000 mgr.smithi027.ahqzdk (mgr.14180) 202 : audit [DBG] 2024-01-24T01:57:46.903 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:46 smithi027 conmon[35362]: from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:46.903 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:46 smithi027 conmon[35362]: cluster 2024-01-24T01:57:45.437351+0000 mgr.smithi027.ahqzdk (mgr.14180) 203 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 67 op/s 2024-01-24T01:57:46.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:46 smithi173 conmon[40198]: audit 2024-01-24T01:57:45.262006+0000 mgr.smithi027.ahqzdk (mgr.14180) 202 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:46.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:46 smithi173 conmon[40198]: cluster 2024-01-24T01:57:45.437351+0000 mgr.smithi027.ahqzdk (mgr.14180) 203 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 67 op/s 2024-01-24T01:57:48.672 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:57:48.673 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:57:48.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:48 smithi027 conmon[35362]: cluster 2024-01-24T01:57:47.437891+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T01:57:48.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:48 smithi027 conmon[35362]: 204 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 56 op/s 2024-01-24T01:57:48.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:48 smithi173 conmon[40198]: cluster 2024-01-24T01:57:47.437891+0000 mgr.smithi027.ahqzdk (mgr.14180) 204 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 56 op/s 2024-01-24T01:57:49.208 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:57:49.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:49 smithi027 conmon[35362]: audit 2024-01-24T01:57:48.667614+0000 mgr.smithi027.ahqzdk (mgr.14180) 205 : audit 2024-01-24T01:57:49.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:49 smithi027 conmon[35362]: [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:49.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:49 smithi173 conmon[40198]: audit 2024-01-24T01:57:48.667614+0000 mgr.smithi027.ahqzdk (mgr.14180) 205 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:50.209 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:57:50.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:50 smithi027 conmon[35362]: cluster 2024-01-24T01:57:49.438413+0000 mgr.smithi027.ahqzdk (mgr.14180) 206 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 26 op/s 2024-01-24T01:57:50.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:50 smithi173 conmon[40198]: cluster 2024-01-24T01:57:49.438413+0000 mgr.smithi027.ahqzdk (mgr.14180) 206 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 26 op/s 2024-01-24T01:57:52.113 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:57:52.113 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:57:52.732 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:57:52.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:52 smithi027 conmon[35362]: cluster 2024-01-24T01:57:51.439265+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T01:57:52.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:52 smithi027 conmon[35362]: ) 207 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 0 B/s wr, 14 op/s 2024-01-24T01:57:52.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:52 smithi173 conmon[40198]: cluster 2024-01-24T01:57:51.439265+0000 mgr.smithi027.ahqzdk (mgr.14180) 207 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 0 B/s wr, 14 op/s 2024-01-24T01:57:53.733 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:57:54.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:53 smithi027 conmon[35362]: audit 2024-01-24T01:57:52.109784+0000 mgr.smithi027.ahqzdk (mgr.14180) 208 : 2024-01-24T01:57:54.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:53 smithi027 conmon[35362]: audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:54.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:53 smithi173 conmon[40198]: audit 2024-01-24T01:57:52.109784+0000 mgr.smithi027.ahqzdk (mgr.14180) 208 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:54.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:54 smithi027 conmon[35362]: cluster 2024-01-24T01:57:53.439925+0000 mgr.smithi027.ahqzdk (mgr.14180) 209 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 0 B/s wr, 7 op/s 2024-01-24T01:57:55.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:54 smithi173 conmon[40198]: cluster 2024-01-24T01:57:53.439925+0000 mgr.smithi027.ahqzdk (mgr.14180) 209 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 0 B/s wr, 7 op/s 2024-01-24T01:57:55.538 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:57:55.539 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:57:56.093 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:57:57.094 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:57:57.129 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:56 smithi027 conmon[35362]: cluster 2024-01-24T01:57:55.440333+0000 mgr.smithi027.ahqzdk (mgr.14180) 210 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-01-24T01:57:57.129 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:56 smithi027 conmon[35362]: audit 2024-01-24T01:57:55.535072+0000 mgr.smithi027.ahqzdk (mgr.14180) 211 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:57.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:56 smithi173 conmon[40198]: cluster 2024-01-24T01:57:55.440333+0000 mgr.smithi027.ahqzdk (mgr.14180) 210 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-01-24T01:57:57.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:56 smithi173 conmon[40198]: audit 2024-01-24T01:57:55.535072+0000 mgr.smithi027.ahqzdk (mgr.14180) 211 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:57:58.940 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:57:58.940 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:57:58.962 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:58 smithi027 conmon[35362]: cluster 2024-01-24T01:57:57.440871+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T01:57:58.963 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:57:58 smithi027 conmon[35362]: ) 212 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 0 B/s wr, 2 op/s 2024-01-24T01:57:59.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:57:58 smithi173 conmon[40198]: cluster 2024-01-24T01:57:57.440871+0000 mgr.smithi027.ahqzdk (mgr.14180) 212 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 0 B/s wr, 2 op/s 2024-01-24T01:57:59.531 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:58:00.532 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:58:00.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:00 smithi027 conmon[35362]: audit 2024-01-24T01:57:58.936868+0000 mgr.smithi027.ahqzdk (mgr.14180) 213 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:00.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:00 smithi027 conmon[35362]: cluster 2024-01-24T01:57:59.441441+0000 mgr.smithi027.ahqzdk (mgr.14180) 214 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 B/s wr, 0 op/s 2024-01-24T01:58:01.032 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:00 smithi173 conmon[40198]: audit 2024-01-24T01:57:58.936868+0000 mgr.smithi027.ahqzdk (mgr.14180) 213 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:01.032 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:00 smithi173 conmon[40198]: cluster 2024-01-24T01:57:59.441441+0000 mgr.smithi027.ahqzdk (mgr.14180) 214 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 B/s wr, 0 op/s 2024-01-24T01:58:02.334 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:58:02.334 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:58:02.881 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:58:03.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:02 smithi027 conmon[35362]: cluster 2024-01-24T01:58:01.441990+0000 2024-01-24T01:58:03.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:02 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 215 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:03.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:02 smithi173 conmon[40198]: cluster 2024-01-24T01:58:01.441990+0000 mgr.smithi027.ahqzdk (mgr.14180) 215 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:03.882 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:58:04.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:03 smithi027 conmon[35362]: audit 2024-01-24T01:58:02.330115+0000 mgr.smithi027.ahqzdk (mgr.14180) 216 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:04.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:03 smithi173 conmon[40198]: audit 2024-01-24T01:58:02.330115+0000 mgr.smithi027.ahqzdk (mgr.14180) 216 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:05.079 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:04 smithi027 conmon[35362]: cluster 2024-01-24T01:58:03.442568+0000 mgr.smithi027.ahqzdk (mgr.14180) 217 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:05.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:04 smithi173 conmon[40198]: cluster 2024-01-24T01:58:03.442568+0000 mgr.smithi027.ahqzdk (mgr.14180) 217 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:05.725 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:58:05.725 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:58:06.323 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:58:07.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:06 smithi027 conmon[35362]: cluster 2024-01-24T01:58:05.443078+0000 mgr.smithi027.ahqzdk 2024-01-24T01:58:07.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:06 smithi027 conmon[35362]: (mgr.14180) 218 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:07.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:06 smithi027 conmon[35362]: audit 2024-01-24T01:58:05.721741+0000 mgr.smithi027.ahqzdk (mgr.14180) 219 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:07.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:06 smithi173 conmon[40198]: cluster 2024-01-24T01:58:05.443078+0000 mgr.smithi027.ahqzdk (mgr.14180) 218 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:07.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:06 smithi173 conmon[40198]: audit 2024-01-24T01:58:05.721741+0000 mgr.smithi027.ahqzdk (mgr.14180) 219 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:07.324 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:58:08.716 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:08 smithi027 conmon[35362]: cluster 2024-01-24T01:58:07.443774+0000 2024-01-24T01:58:08.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:08 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 220 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:09.085 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:58:09.085 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:58:09.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:08 smithi173 conmon[40198]: cluster 2024-01-24T01:58:07.443774+0000 mgr.smithi027.ahqzdk (mgr.14180) 220 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:09.714 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:58:10.716 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:58:11.032 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:10 smithi173 conmon[40198]: audit 2024-01-24T01:58:09.081703+0000 mgr.smithi027.ahqzdk (mgr.14180) 221 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:11.032 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:10 smithi173 conmon[40198]: cluster 2024-01-24T01:58:09.444531+0000 mgr.smithi027.ahqzdk (mgr.14180) 222 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:11.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:10 smithi027 conmon[35362]: audit 2024-01-24T01:58:09.081703+0000 mgr.smithi027.ahqzdk (mgr.14180) 221 2024-01-24T01:58:11.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:10 smithi027 conmon[35362]: : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:11.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:10 smithi027 conmon[35362]: cluster 2024-01-24T01:58:09.444531+0000 mgr.smithi027.ahqzdk (mgr.14180) 222 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:12.561 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:58:12.561 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:58:12.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:12 smithi027 conmon[35362]: cluster 2024-01-24T01:58:11.445041+0000 mgr.smithi027.ahqzdk (mgr.14180) 223 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:13.088 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:58:13.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:12 smithi173 conmon[40198]: cluster 2024-01-24T01:58:11.445041+0000 mgr.smithi027.ahqzdk (mgr.14180) 223 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:14.089 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:58:14.124 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:13 smithi027 conmon[35362]: audit 2024-01-24T01:58:12.557018+0000 mgr.smithi027.ahqzdk (mgr.14180) 224 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:14.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:13 smithi173 conmon[40198]: audit 2024-01-24T01:58:12.557018+0000 mgr.smithi027.ahqzdk (mgr.14180) 224 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:14.897 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:14 smithi027 conmon[35362]: cluster 2024-01-24T01:58:13.445419+0000 mgr.smithi027.ahqzdk 2024-01-24T01:58:14.897 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:14 smithi027 conmon[35362]: (mgr.14180) 225 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:15.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:14 smithi173 conmon[40198]: cluster 2024-01-24T01:58:13.445419+0000 mgr.smithi027.ahqzdk (mgr.14180) 225 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:15.855 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:58:15.855 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:58:16.405 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:58:17.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:16 smithi027 conmon[35362]: cluster 2024-01-24T01:58:15.445936+0000 mgr.smithi027.ahqzdk (mgr.14180) 226 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:17.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:16 smithi027 conmon[35362]: audit 2024-01-24T01:58:15.850489+0000 mgr.smithi027.ahqzdk (mgr.14180) 227 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:17.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:16 smithi173 conmon[40198]: cluster 2024-01-24T01:58:15.445936+0000 mgr.smithi027.ahqzdk (mgr.14180) 226 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:17.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:16 smithi173 conmon[40198]: audit 2024-01-24T01:58:15.850489+0000 mgr.smithi027.ahqzdk (mgr.14180) 227 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:17.406 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:58:18.857 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:18 smithi027 conmon[35362]: cluster 2024-01-24T01:58:17.446470+0000 2024-01-24T01:58:18.857 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:18 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 228 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:19.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:18 smithi173 conmon[40198]: cluster 2024-01-24T01:58:17.446470+0000 mgr.smithi027.ahqzdk (mgr.14180) 228 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:19.223 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:58:19.223 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:58:19.788 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:58:20.789 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:58:21.032 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:20 smithi173 conmon[40198]: audit 2024-01-24T01:58:19.219046+0000 mgr.smithi027.ahqzdk (mgr.14180) 229 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:21.032 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:20 smithi173 conmon[40198]: cluster 2024-01-24T01:58:19.447031+0000 mgr.smithi027.ahqzdk (mgr.14180) 230 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:21.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:20 smithi027 conmon[35362]: audit 2024-01-24T01:58:19.219046+0000 mgr.smithi027.ahqzdk (mgr.14180) 229 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:21.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:20 smithi027 conmon[35362]: cluster 2024-01-24T01:58:19.447031+0000 mgr.smithi027.ahqzdk (mgr.14180) 230 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:22.530 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:58:22.530 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:58:22.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:22 smithi027 conmon[35362]: cluster 2024-01-24T01:58:21.447633+0000 mgr.smithi027.ahqzdk (mgr.14180) 231 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:23.079 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:58:23.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:22 smithi173 conmon[40198]: cluster 2024-01-24T01:58:21.447633+0000 mgr.smithi027.ahqzdk (mgr.14180) 231 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:24.080 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:58:24.114 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:23 smithi027 conmon[35362]: audit 2024-01-24T01: 2024-01-24T01:58:24.114 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:23 smithi027 conmon[35362]: 58:22.525943+0000 mgr.smithi027.ahqzdk (mgr.14180) 232 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:24.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:23 smithi173 conmon[40198]: audit 2024-01-24T01:58:22.525943+0000 mgr.smithi027.ahqzdk (mgr.14180) 232 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:24.837 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:24 smithi027 conmon[35362]: cluster 2024-01-24T01:58:23.448148+0000 mgr.smithi027.ahqzdk ( 2024-01-24T01:58:24.837 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:24 smithi027 conmon[35362]: mgr.14180) 233 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:25.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:24 smithi173 conmon[40198]: cluster 2024-01-24T01:58:23.448148+0000 mgr.smithi027.ahqzdk (mgr.14180) 233 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:25.895 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:58:25.896 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:58:26.469 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:58:27.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:26 smithi027 conmon[35362]: cluster 2024-01-24T01:58:25.448837+0000 mgr.smithi027.ahqzdk (mgr.14180) 234 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:27.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:26 smithi173 conmon[40198]: cluster 2024-01-24T01:58:25.448837+0000 mgr.smithi027.ahqzdk (mgr.14180) 234 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:27.470 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:58:27.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:27 smithi027 conmon[35362]: audit 2024-01-24T01:58:25.891367+0000 mgr.smithi027.ahqzdk 2024-01-24T01:58:27.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:27 smithi027 conmon[35362]: (mgr.14180) 235 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:28.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:27 smithi173 conmon[40198]: audit 2024-01-24T01:58:25.891367+0000 mgr.smithi027.ahqzdk (mgr.14180) 235 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:28.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:27 smithi173 conmon[40198]: 2024-01-24T01:58:28.981 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:28 smithi027 conmon[35362]: cluster 2024-01-24T01:58:27.449462+0000 2024-01-24T01:58:28.981 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:28 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 236 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:29.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:28 smithi173 conmon[40198]: cluster 2024-01-24T01:58:27.449462+0000 mgr.smithi027.ahqzdk (mgr.14180) 236 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:29.306 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:58:29.307 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:58:29.868 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:58:30.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:29 smithi027 conmon[35362]: audit 2024-01-24T01:58:29.415706+0000 mon.smithi027 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [4, 0]}]: dispatch 2024-01-24T01:58:30.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:29 smithi173 conmon[40198]: audit 2024-01-24T01:58:29.415706+0000 mon.smithi027 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [4, 0]}]: dispatch 2024-01-24T01:58:30.869 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:58:31.031 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:30 smithi173 conmon[40198]: audit 2024-01-24T01:58:29.302923+0000 mgr.smithi027.ahqzdk (mgr.14180) 237 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:31.031 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:30 smithi173 conmon[40198]: cluster 2024-01-24T01:58:29.450035+0000 mgr.smithi027.ahqzdk (mgr.14180) 238 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:31.031 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:30 smithi173 conmon[40198]: audit 2024-01-24T01:58:29.740390+0000 mon.smithi027 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [4, 0]}]': finished 2024-01-24T01:58:31.032 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:30 smithi173 conmon[40198]: cluster 2024-01-24T01:58:31.032 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:30 smithi173 conmon[40198]: 2024-01-24T01:58:29.740465+0000 mon.smithi027 (mon.0) 662 : cluster 2024-01-24T01:58:31.032 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:30 smithi173 conmon[40198]: [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-24T01:58:31.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:30 smithi027 conmon[35362]: audit 2024-01-24T01:58:29.302923+0000 2024-01-24T01:58:31.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:30 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 237 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:31.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:30 smithi027 conmon[35362]: cluster 2024-01-24T01:58:29.450035+0000 mgr.smithi027.ahqzdk (mgr.14180) 238 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:31.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:30 smithi027 conmon[35362]: audit 2024-01-24T01:58:29.740390+0000 mon.smithi027 (mon.0 2024-01-24T01:58:31.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:30 smithi027 conmon[35362]: ) 661 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [4, 0]}]': finished 2024-01-24T01:58:31.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:30 smithi027 conmon[35362]: cluster 2024-01-24T01:58:29.740465+0000 mon.smithi027 (mon.0) 662 : cluster 2024-01-24T01:58:31.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:30 smithi027 conmon[35362]: [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-24T01:58:32.086 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:31 smithi027 conmon[35362]: cluster 2024-01-24T01:58:30.746054 2024-01-24T01:58:32.087 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:31 smithi027 conmon[35362]: +0000 mon.smithi027 (mon.0) 663 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-24T01:58:32.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:31 smithi173 conmon[40198]: cluster 2024-01-24T01:58:30.746054+0000 mon.smithi027 (mon.0) 663 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-24T01:58:32.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:31 smithi173 conmon[40198]: 2024-01-24T01:58:32.691 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:58:32.691 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:58:33.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:32 smithi027 conmon[35362]: cluster 2024-01-24T01:58:31.450793+0000 mgr.smithi027.ahqzdk (mgr.14180) 239 : cluster [DBG] pgmap v190: 129 pgs: 1 peering, 128 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:33.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:32 smithi027 conmon[35362]: cluster 2024-01-24T01:58:31.743184+0000 mon.smithi027 (mon.0) 664 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-01-24T01:58:33.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:32 smithi173 conmon[40198]: cluster 2024-01-24T01:58:31.450793+0000 mgr.smithi027.ahqzdk (mgr.14180) 239 : cluster [DBG] pgmap v190: 129 pgs: 1 peering, 128 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:33.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:32 smithi173 conmon[40198]: 2024-01-24T01:58:33.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:32 smithi173 conmon[40198]: cluster 2024-01-24T01:58:31.743184+0000 mon.smithi027 (mon.0) 664 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-01-24T01:58:33.228 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:58:34.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:33 smithi027 conmon[35362]: audit 2024-01-24T01:58:32.686860+0000 mgr.smithi027.ahqzdk (mgr.14180) 240 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:34.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:33 smithi173 conmon[40198]: audit 2024-01-24T01:58:32.686860+0000 mgr.smithi027.ahqzdk (mgr.14180) 240 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:34.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:33 smithi173 conmon[40198]: 2024-01-24T01:58:34.228 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:58:35.002 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:34 smithi027 conmon[35362]: cluster 2024-01-24T01:58:33.451385+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T01:58:35.003 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:34 smithi027 conmon[35362]: 14180) 241 : cluster [DBG] pgmap v191: 129 pgs: 1 peering, 128 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:35.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:34 smithi173 conmon[40198]: cluster 2024-01-24T01:58:33.451385+0000 mgr.smithi027.ahqzdk (mgr.14180) 241 : cluster 2024-01-24T01:58:35.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:34 smithi173 conmon[40198]: [DBG] pgmap v191: 129 pgs: 1 peering, 128 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:35.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:35 smithi027 conmon[35362]: cluster 2024-01-24T01:58:35.757048+0000 mon.smithi027 (mon.0) 665 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-01-24T01:58:35.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:35 smithi027 conmon[35362]: cluster 2024-01-24T01:58:35.757089+0000 mon.smithi027 (mon.0) 666 : cluster [INF] Cluster is now healthy 2024-01-24T01:58:35.984 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:58:35.984 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:58:36.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:35 smithi173 conmon[40198]: cluster 2024-01-24T01:58:35.757048+0000 mon.smithi027 (mon.0) 665 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-01-24T01:58:36.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:35 smithi173 conmon[40198]: cluster 2024-01-24T01:58:35.757089+0000 mon.smithi027 (mon.0) 666 : cluster [INF] Cluster is now healthy 2024-01-24T01:58:36.518 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:58:37.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:36 smithi027 conmon[35362]: cluster 2024-01-24T01:58:35.451975+0000 mgr.smithi027.ahqzdk (mgr.14180) 242 2024-01-24T01:58:37.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:36 smithi027 conmon[35362]: : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:37.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:36 smithi173 conmon[40198]: cluster 2024-01-24T01:58:35.451975+0000 mgr.smithi027.ahqzdk (mgr.14180) 242 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:37.520 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:58:38.140 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:37 smithi027 conmon[35362]: audit 2024-01-24T01:58:35.980107+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T01:58:38.140 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:37 smithi027 conmon[35362]: ) 243 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:38.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:37 smithi173 conmon[40198]: audit 2024-01-24T01:58:35.980107+0000 mgr.smithi027.ahqzdk (mgr.14180) 243 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:39.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:38 smithi027 conmon[35362]: cluster 2024-01-24T01:58:37.452744+0000 2024-01-24T01:58:39.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:38 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 244 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:39.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:38 smithi173 conmon[40198]: cluster 2024-01-24T01:58:37.452744+0000 mgr.smithi027.ahqzdk (mgr.14180) 244 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:39.292 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:58:39.292 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:58:39.817 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:58:40.818 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:58:41.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:40 smithi027 conmon[35362]: audit 2024-01-24T01:58:39.288352+0000 mgr.smithi027.ahqzdk (mgr.14180) 245 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:41.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:40 smithi027 conmon[35362]: cluster 2024-01-24T01:58:39.453345+0000 mgr.smithi027.ahqzdk (mgr.14180) 246 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:41.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:40 smithi173 conmon[40198]: audit 2024-01-24T01:58:39.288352+0000 mgr.smithi027.ahqzdk (mgr.14180) 245 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:41.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:40 smithi173 conmon[40198]: cluster 2024-01-24T01:58:39.453345+0000 mgr.smithi027.ahqzdk (mgr.14180) 246 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:42.641 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:58:42.642 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:58:43.143 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:42 smithi027 conmon[35362]: cluster 2024-01-24T01:58:41.454065+0000 mgr.smithi027.ahqzdk (mgr.14180) 247 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:43.159 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:58:43.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:42 smithi173 conmon[40198]: cluster 2024-01-24T01:58:41.454065+0000 mgr.smithi027.ahqzdk (mgr.14180) 247 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:44.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:43 smithi027 conmon[35362]: audit 2024-01-24T01:58:42.637349+0000 mgr.smithi027.ahqzdk (mgr.14180) 248 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:44.160 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:58:44.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:43 smithi173 conmon[40198]: audit 2024-01-24T01:58:42.637349+0000 mgr.smithi027.ahqzdk (mgr.14180) 248 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:44.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:44 smithi027 conmon[35362]: cluster 2024-01-24T01:58:43.454491+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T01:58:44.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:44 smithi027 conmon[35362]: 14180) 249 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:44.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:44 smithi027 conmon[35362]: audit 2024-01-24T01:58:44.786348+0000 mon.smithi027 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:58:45.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:44 smithi173 conmon[40198]: cluster 2024-01-24T01:58:43.454491+0000 mgr.smithi027.ahqzdk (mgr.14180) 249 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:45.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:44 smithi173 conmon[40198]: audit 2024-01-24T01:58:44.786348+0000 mon.smithi027 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T01:58:45.940 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:58:45.941 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:58:46.482 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:58:47.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:46 smithi027 conmon[35362]: cluster 2024-01-24T01:58:45.455036+0000 mgr.smithi027.ahqzdk (mgr.14180) 250 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:47.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:46 smithi173 conmon[40198]: cluster 2024-01-24T01:58:45.455036+0000 mgr.smithi027.ahqzdk (mgr.14180) 250 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:47.483 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:58:48.089 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:47 smithi027 conmon[35362]: audit 2024-01-24T01:58:45.936362+0000 mgr.smithi027.ahqzdk (mgr.14180) 251 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:48.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:47 smithi173 conmon[40198]: audit 2024-01-24T01:58:45.936362+0000 mgr.smithi027.ahqzdk (mgr.14180) 251 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:49.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:48 smithi027 conmon[35362]: cluster 2024-01-24T01:58:47.455856+0000 mgr.smithi027.ahqzdk (mgr.14180) 252 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:49.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:48 smithi173 conmon[40198]: cluster 2024-01-24T01:58:47.455856+0000 mgr.smithi027.ahqzdk (mgr.14180) 252 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:49.248 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:58:49.248 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:58:49.866 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:58:50.867 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:58:51.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:50 smithi027 conmon[35362]: audit 2024-01-24T01:58:49.244515+0000 mgr.smithi027.ahqzdk (mgr.14180) 253 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:51.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:50 smithi027 conmon[35362]: cluster 2024-01-24T01:58:49.456290+0000 mgr.smithi027.ahqzdk (mgr.14180) 254 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:51.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:50 smithi173 conmon[40198]: audit 2024-01-24T01:58:49.244515+0000 mgr.smithi027.ahqzdk (mgr.14180) 253 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:51.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:50 smithi173 conmon[40198]: 2024-01-24T01:58:51.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:50 smithi173 conmon[40198]: cluster 2024-01-24T01:58:49.456290+0000 mgr.smithi027.ahqzdk (mgr.14180) 254 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:52.670 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:58:52.670 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:58:53.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:52 smithi027 conmon[35362]: cluster 2024-01-24T01:58:51.456939+0000 mgr.smithi027.ahqzdk (mgr.14180) 255 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:53.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:52 smithi173 conmon[40198]: cluster 2024-01-24T01:58:51.456939+0000 mgr.smithi027.ahqzdk (mgr.14180) 255 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:53.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:52 smithi173 conmon[40198]: 2024-01-24T01:58:53.207 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:58:54.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:53 smithi027 conmon[35362]: audit 2024-01-24T01:58:52.665626+0000 mgr.smithi027.ahqzdk 2024-01-24T01:58:54.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:53 smithi027 conmon[35362]: (mgr.14180) 256 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:54.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:53 smithi173 conmon[40198]: audit 2024-01-24T01:58:52.665626+0000 mgr.smithi027.ahqzdk (mgr.14180) 256 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:54.208 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:58:55.000 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:54 smithi027 conmon[35362]: cluster 2024-01-24T01:58: 2024-01-24T01:58:55.000 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:54 smithi027 conmon[35362]: 53.457344+0000 mgr.smithi027.ahqzdk (mgr.14180) 257 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:55.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:54 smithi173 conmon[40198]: cluster 2024-01-24T01:58:53.457344+0000 mgr.smithi027.ahqzdk (mgr.14180) 257 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:56.001 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:58:56.001 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:58:56.557 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:58:57.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:56 smithi027 conmon[35362]: cluster 2024-01-24T01:58:55.457756+0000 mgr.smithi027.ahqzdk (mgr.14180) 258 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:57.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:56 smithi173 conmon[40198]: cluster 2024-01-24T01:58:55.457756+0000 mgr.smithi027.ahqzdk (mgr.14180) 258 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:57.558 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:58:58.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:57 smithi027 conmon[35362]: audit 2024-01-24T01:58:55.996995+0000 mgr.smithi027.ahqzdk (mgr.14180) 259 : 2024-01-24T01:58:58.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:57 smithi027 conmon[35362]: audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:58.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:57 smithi173 conmon[40198]: audit 2024-01-24T01:58:55.996995+0000 mgr.smithi027.ahqzdk (mgr.14180) 259 : audit [DBG] 2024-01-24T01:58:58.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:57 smithi173 conmon[40198]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:58:59.018 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:58 smithi027 conmon[35362]: cluster 2024-01-24T01:58:57.458430+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T01:58:59.019 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:58:58 smithi027 conmon[35362]: 14180) 260 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:59.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:58 smithi173 conmon[40198]: cluster 2024-01-24T01:58:57.458430+0000 mgr.smithi027.ahqzdk (mgr.14180) 260 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:58:59.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:58:58 smithi173 conmon[40198]: 2024-01-24T01:58:59.393 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:58:59.393 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:58:59.935 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:59:00.935 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:59:01.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:00 smithi027 conmon[35362]: audit 2024-01-24T01:58:59.386905+0000 mgr.smithi027.ahqzdk (mgr.14180) 261 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:01.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:00 smithi027 conmon[35362]: cluster 2024-01-24T01:58:59.458814+0000 mgr.smithi027.ahqzdk (mgr.14180) 262 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:01.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:00 smithi173 conmon[40198]: audit 2024-01-24T01:58:59.386905+0000 mgr.smithi027.ahqzdk (mgr.14180) 261 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:01.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:00 smithi173 conmon[40198]: cluster 2024-01-24T01:58:59.458814+0000 mgr.smithi027.ahqzdk (mgr.14180) 262 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:02.696 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:59:02.696 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:59:03.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:02 smithi027 conmon[35362]: cluster 2024-01-24T01:59:01.459355+0000 mgr.smithi027.ahqzdk (mgr.14180) 263 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:03.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:02 smithi173 conmon[40198]: cluster 2024-01-24T01:59:01.459355+0000 mgr.smithi027.ahqzdk (mgr.14180) 263 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:03.248 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:59:04.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:03 smithi027 conmon[35362]: audit 2024-01-24T01:59:02.691973+0000 mgr.smithi027.ahqzdk (mgr.14180) 264 : 2024-01-24T01:59:04.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:03 smithi027 conmon[35362]: audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:04.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:03 smithi027 conmon[35362]: cluster 2024-01-24T01:59:03.459794+0000 mgr.smithi027.ahqzdk (mgr.14180) 265 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:04.166 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:03 smithi173 conmon[40198]: audit 2024-01-24T01:59:02.691973+0000 mgr.smithi027.ahqzdk (mgr.14180) 264 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:04.166 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:03 smithi173 conmon[40198]: cluster 2024-01-24T01:59:03.459794+0000 mgr.smithi027.ahqzdk (mgr.14180) 265 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:04.249 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:59:05.990 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:59:05.991 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:59:06.532 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:59:06.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:06 smithi027 conmon[35362]: cluster 2024-01-24T01:59:05.460386+0000 mgr.smithi027.ahqzdk (mgr.14180) 266 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:06.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:06 smithi173 conmon[40198]: cluster 2024-01-24T01:59:05.460386+0000 mgr.smithi027.ahqzdk (mgr.14180) 266 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:07.534 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:59:07.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:07 smithi027 conmon[35362]: audit 2024-01-24T01:59:05.985740+0000 mgr.smithi027.ahqzdk (mgr.14180) 267 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:07.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:07 smithi027 conmon[35362]: 2024-01-24T01:59:07.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:07 smithi173 conmon[40198]: audit 2024-01-24T01:59:05.985740+0000 mgr.smithi027.ahqzdk (mgr.14180) 267 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:08.657 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:08 smithi027 conmon[35362]: cluster 2024-01-24T01:59:07.461216+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T01:59:08.657 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:08 smithi027 conmon[35362]: ) 268 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:08.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:08 smithi173 conmon[40198]: cluster 2024-01-24T01:59:07.461216+0000 mgr.smithi027.ahqzdk (mgr.14180) 268 : cluster [DBG] 2024-01-24T01:59:08.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:08 smithi173 conmon[40198]: pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:09.310 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:59:09.310 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:59:09.847 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:59:10.848 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:59:10.883 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:10 smithi027 conmon[35362]: audit 2024-01-24T01:59:09.306074+0000 mgr.smithi027.ahqzdk (mgr.14180) 269 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:10.883 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:10 smithi027 conmon[35362]: cluster 2024-01-24T01:59:09.461797+0000 mgr.smithi027.ahqzdk (mgr.14180) 270 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:10.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:10 smithi173 conmon[40198]: audit 2024-01-24T01:59:09.306074+0000 mgr.smithi027.ahqzdk (mgr.14180) 269 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:10.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:10 smithi173 conmon[40198]: cluster 2024-01-24T01:59:09.461797+0000 mgr.smithi027.ahqzdk (mgr.14180) 270 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:12.638 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:59:12.638 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:59:12.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:12 smithi027 conmon[35362]: cluster 2024-01-24T01:59:11.462483+0000 mgr.smithi027.ahqzdk (mgr.14180) 271 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:12.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:12 smithi173 conmon[40198]: cluster 2024-01-24T01:59:11.462483+0000 mgr.smithi027.ahqzdk (mgr.14180) 271 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:13.248 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:59:13.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:13 smithi027 conmon[35362]: audit 2024-01-24T01:59:12.634444+0000 mgr.smithi027.ahqzdk (mgr.14180) 272 : 2024-01-24T01:59:13.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:13 smithi027 conmon[35362]: audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:13.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:13 smithi173 conmon[40198]: audit 2024-01-24T01:59:12.634444+0000 mgr.smithi027.ahqzdk (mgr.14180) 272 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:14.249 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:59:14.894 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:14 smithi027 conmon[35362]: cluster 2024-01-24T01:59:13.462941+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T01:59:14.894 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:14 smithi027 conmon[35362]: 273 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:14.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:14 smithi173 conmon[40198]: cluster 2024-01-24T01:59:13.462941+0000 mgr.smithi027.ahqzdk (mgr.14180) 273 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:16.086 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:59:16.086 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:59:16.657 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:59:16.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:16 smithi027 conmon[35362]: cluster 2024-01-24T01:59:15.463336+0000 mgr.smithi027.ahqzdk (mgr.14180) 274 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:16.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:16 smithi173 conmon[40198]: cluster 2024-01-24T01:59:15.463336+0000 mgr.smithi027.ahqzdk (mgr.14180) 274 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:17.658 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:59:17.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:17 smithi027 conmon[35362]: audit 2024-01-24T01:59:16.081919+0000 mgr.smithi027.ahqzdk (mgr.14180) 275 : audit 2024-01-24T01:59:17.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:17 smithi027 conmon[35362]: [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:17.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:17 smithi173 conmon[40198]: audit 2024-01-24T01:59:16.081919+0000 mgr.smithi027.ahqzdk (mgr.14180) 275 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:18.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:18 smithi027 conmon[35362]: cluster 2024-01-24T01:59:17.464021+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T01:59:18.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:18 smithi027 conmon[35362]: ) 276 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:18.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:18 smithi173 conmon[40198]: cluster 2024-01-24T01:59:17.464021+0000 mgr.smithi027.ahqzdk (mgr.14180) 276 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:19.531 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:59:19.531 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:59:20.105 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:59:20.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:20 smithi027 conmon[35362]: cluster 2024-01-24T01:59:19.464448+0000 mgr.smithi027.ahqzdk (mgr.14180) 277 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:20.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:20 smithi027 conmon[35362]: audit 2024-01-24T01:59:19.519828+0000 mgr.smithi027.ahqzdk (mgr.14180) 278 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:20.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:20 smithi173 conmon[40198]: cluster 2024-01-24T01:59:19.464448+0000 mgr.smithi027.ahqzdk (mgr.14180) 277 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:20.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:20 smithi173 conmon[40198]: audit 2024-01-24T01:59:19.519828+0000 mgr.smithi027.ahqzdk (mgr.14180) 278 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:21.106 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:59:22.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:22 smithi027 conmon[35362]: cluster 2024-01-24T01:59:21.465208+0000 mgr.smithi027.ahqzdk (mgr.14180) 279 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:22.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:22 smithi173 conmon[40198]: cluster 2024-01-24T01:59:21.465208+0000 mgr.smithi027.ahqzdk (mgr.14180) 279 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:22.942 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:59:22.942 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:59:23.538 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:59:24.539 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:59:24.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:24 smithi027 conmon[35362]: audit 2024-01-24T01:59:22.938117+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T01:59:24.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:24 smithi027 conmon[35362]: 280 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:24.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:24 smithi027 conmon[35362]: cluster 2024-01-24T01:59:23.465706+0000 mgr.smithi027.ahqzdk (mgr.14180) 281 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:24.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:24 smithi173 conmon[40198]: audit 2024-01-24T01:59:22.938117+0000 mgr.smithi027.ahqzdk (mgr.14180) 280 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:24.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:24 smithi173 conmon[40198]: cluster 2024-01-24T01:59:23.465706+0000 mgr.smithi027.ahqzdk (mgr.14180) 281 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:26.358 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:59:26.358 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:59:26.657 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:26 smithi027 conmon[35362]: cluster 2024-01-24T01:59:25.466152+0000 mgr.smithi027.ahqzdk (mgr.14180) 282 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:26.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:26 smithi173 conmon[40198]: cluster 2024-01-24T01:59:25.466152+0000 mgr.smithi027.ahqzdk (mgr.14180) 282 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:26.928 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:59:27.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:27 smithi027 conmon[35362]: audit 2024-01-24T01:59:26.354017+0000 mgr.smithi027.ahqzdk (mgr.14180) 283 : 2024-01-24T01:59:27.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:27 smithi027 conmon[35362]: audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:27.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:27 smithi173 conmon[40198]: audit 2024-01-24T01:59:26.354017+0000 mgr.smithi027.ahqzdk (mgr.14180) 283 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:27.929 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:59:28.658 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:28 smithi027 conmon[35362]: cluster 2024-01-24T01:59:27.466910+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T01:59:28.658 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:28 smithi027 conmon[35362]: .14180) 284 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:28.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:28 smithi173 conmon[40198]: cluster 2024-01-24T01:59:27.466910+0000 mgr.smithi027.ahqzdk (mgr.14180) 284 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:29.767 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:59:29.767 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:59:30.286 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:59:30.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:30 smithi027 conmon[35362]: cluster 2024-01-24T01:59:29.467320+0000 mgr.smithi027.ahqzdk (mgr.14180) 285 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:30.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:30 smithi027 conmon[35362]: audit 2024-01-24T01:59:29.763053+0000 mgr.smithi027.ahqzdk (mgr.14180) 286 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:30.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:30 smithi173 conmon[40198]: cluster 2024-01-24T01:59:29.467320+0000 mgr.smithi027.ahqzdk (mgr.14180) 285 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:30.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:30 smithi173 conmon[40198]: audit 2024-01-24T01:59:29.763053+0000 mgr.smithi027.ahqzdk (mgr.14180) 286 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:31.288 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:59:32.704 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:32 smithi027 conmon[35362]: cluster 2024-01-24T01:59: 2024-01-24T01:59:32.704 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:32 smithi027 conmon[35362]: 31.467885+0000 mgr.smithi027.ahqzdk (mgr.14180) 287 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:32.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:32 smithi173 conmon[40198]: cluster 2024-01-24T01:59:31.467885+0000 mgr.smithi027.ahqzdk (mgr.14180) 287 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:33.027 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:59:33.027 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:59:33.570 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:59:34.572 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:59:34.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:34 smithi027 conmon[35362]: audit 2024-01-24T01:59:33.023585+0000 mgr.smithi027.ahqzdk (mgr.14180) 288 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:34.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:34 smithi027 conmon[35362]: cluster 2024-01-24T01:59:33.468369+0000 mgr.smithi027.ahqzdk (mgr.14180) 289 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:34.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:34 smithi173 conmon[40198]: audit 2024-01-24T01:59:33.023585+0000 mgr.smithi027.ahqzdk (mgr.14180) 288 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:34.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:34 smithi173 conmon[40198]: cluster 2024-01-24T01:59:33.468369+0000 mgr.smithi027.ahqzdk ( 2024-01-24T01:59:34.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:34 smithi173 conmon[40198]: mgr.14180) 289 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:36.302 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:59:36.302 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:59:36.835 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:59:36.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:36 smithi027 conmon[35362]: cluster 2024-01-24T01:59:35.468736+0000 mgr.smithi027.ahqzdk (mgr.14180) 290 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:36.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:36 smithi173 conmon[40198]: cluster 2024-01-24T01:59:35.468736+0000 mgr.smithi027.ahqzdk (mgr.14180) 290 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:37.836 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:59:37.870 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:37 smithi027 conmon[35362]: audit 2024-01-24T01:59:36.298484+0000 mgr.smithi027.ahqzdk (mgr.14180) 291 : audit 2024-01-24T01:59:37.870 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:37 smithi027 conmon[35362]: [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:37.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:37 smithi173 conmon[40198]: audit 2024-01-24T01:59:36.298484+0000 mgr.smithi027.ahqzdk (mgr.14180) 291 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:38.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:38 smithi027 conmon[35362]: cluster 2024-01-24T01:59:37.469387+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T01:59:38.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:38 smithi027 conmon[35362]: ) 292 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:38.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:38 smithi173 conmon[40198]: cluster 2024-01-24T01:59:37.469387+0000 mgr.smithi027.ahqzdk (mgr.14180) 292 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:39.646 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:59:39.646 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:59:40.206 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:59:40.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:40 smithi027 conmon[35362]: cluster 2024-01-24T01:59:39.470072+0000 mgr.smithi027.ahqzdk (mgr.14180) 293 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:40.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:40 smithi027 conmon[35362]: audit 2024-01-24T01:59:39.641946+0000 mgr.smithi027.ahqzdk (mgr.14180) 294 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:40.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:40 smithi173 conmon[40198]: cluster 2024-01-24T01:59:39.470072+0000 mgr.smithi027.ahqzdk (mgr.14180) 293 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:40.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:40 smithi173 conmon[40198]: audit 2024-01-24T01:59:39.641946+0000 mgr.smithi027.ahqzdk (mgr.14180) 294 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:41.207 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:59:42.703 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:42 smithi027 conmon[35362]: cluster 2024-01-24T01:59:41.470680+0000 mgr.smithi027.ahqzdk 2024-01-24T01:59:42.703 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:42 smithi027 conmon[35362]: (mgr.14180) 295 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:42.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:42 smithi173 conmon[40198]: cluster 2024-01-24T01:59:41.470680+0000 mgr.smithi027.ahqzdk (mgr.14180) 295 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:43.044 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:59:43.044 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:59:43.587 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:59:44.587 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:59:44.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:44 smithi027 conmon[35362]: audit 2024-01-24T01:59:43.038795+0000 mgr.smithi027.ahqzdk (mgr.14180) 296 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:44.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:44 smithi027 conmon[35362]: cluster 2024-01-24T01:59:43.471277+0000 mgr.smithi027.ahqzdk (mgr.14180) 297 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:44.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:44 smithi173 conmon[40198]: audit 2024-01-24T01:59:43.038795+0000 mgr.smithi027.ahqzdk (mgr.14180) 296 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:44.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:44 smithi173 conmon[40198]: cluster 2024-01-24T01:59:43.471277+0000 mgr.smithi027.ahqzdk (mgr.14180) 297 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:46.285 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:59:46.285 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:59:46.859 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:59:46.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:46 smithi027 conmon[35362]: cluster 2024-01-24T01:59:45.471762+0000 mgr.smithi027.ahqzdk (mgr.14180) 298 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:46.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:46 smithi173 conmon[40198]: cluster 2024-01-24T01:59:45.471762+0000 mgr.smithi027.ahqzdk (mgr.14180) 298 : cluster 2024-01-24T01:59:46.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:46 smithi173 conmon[40198]: [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:47.861 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:59:47.895 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:47 smithi027 conmon[35362]: audit 2024-01-24T01:59:46.281249+0000 mgr.smithi027.ahqzdk (mgr.14180) 299 : audit 2024-01-24T01:59:47.895 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:47 smithi027 conmon[35362]: [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:47.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:47 smithi173 conmon[40198]: audit 2024-01-24T01:59:46.281249+0000 mgr.smithi027.ahqzdk (mgr.14180) 299 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:48.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:48 smithi027 conmon[35362]: cluster 2024-01-24T01:59:47.472396+0000 mgr.smithi027.ahqzdk 2024-01-24T01:59:48.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:48 smithi027 conmon[35362]: (mgr.14180) 300 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:48.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:48 smithi173 conmon[40198]: cluster 2024-01-24T01:59:47.472396+0000 mgr.smithi027.ahqzdk (mgr.14180) 300 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:49.748 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:59:49.748 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:59:50.301 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:59:50.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:50 smithi027 conmon[35362]: cluster 2024-01-24T01:59:49.472961+0000 mgr.smithi027.ahqzdk (mgr.14180) 301 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:50.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:50 smithi027 conmon[35362]: audit 2024-01-24T01:59:49.743862+0000 mgr.smithi027.ahqzdk (mgr.14180) 302 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:50.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:50 smithi173 conmon[40198]: cluster 2024-01-24T01:59:49.472961+0000 mgr.smithi027.ahqzdk (mgr.14180) 301 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:50.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:50 smithi173 conmon[40198]: audit 2024-01-24T01:59:49.743862+0000 mgr.smithi027.ahqzdk (mgr.14180) 302 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:51.303 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:59:52.710 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:52 smithi027 conmon[35362]: cluster 2024-01-24T01:59:51.473535+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T01:59:52.710 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:52 smithi027 conmon[35362]: 303 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:52.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:52 smithi173 conmon[40198]: cluster 2024-01-24T01:59:51.473535+0000 mgr.smithi027.ahqzdk (mgr.14180) 303 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:53.059 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:59:53.059 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:59:53.634 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:59:54.634 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:59:54.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:54 smithi027 conmon[35362]: audit 2024-01-24T01:59:53.055759+0000 mgr.smithi027.ahqzdk (mgr.14180) 304 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:54.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:54 smithi027 conmon[35362]: cluster 2024-01-24T01:59:53.474049+0000 mgr.smithi027.ahqzdk (mgr.14180) 305 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:54.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:54 smithi173 conmon[40198]: audit 2024-01-24T01:59:53.055759+0000 mgr.smithi027.ahqzdk (mgr.14180) 304 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:54.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:54 smithi173 conmon[40198]: 2024-01-24T01:59:54.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:54 smithi173 conmon[40198]: cluster 2024-01-24T01:59:53.474049+0000 mgr.smithi027.ahqzdk (mgr.14180) 305 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:56.421 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:59:56.422 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z 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.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T01:59:56.785 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:56 smithi027 conmon[35362]: cluster 2024-01-24T01:59:55.474474+0000 mgr.smithi027.ahqzdk (mgr.14180) 306 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:56.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:56 smithi173 conmon[40198]: cluster 2024-01-24T01:59:55.474474+0000 mgr.smithi027.ahqzdk (mgr.14180) 306 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:56.997 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T01:59:57.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: audit 2024-01-24T01:59:56.417393+0000 mgr.smithi027.ahqzdk (mgr.14180) 307 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:57.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: 2024-01-24T01:59:57.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: cephadm 2024-01-24T01:59:56.784585+0000 mgr.smithi027.ahqzdk (mgr.14180) 308 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr 2024-01-24T01:59:57.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr 2024-01-24T01:59:57.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr 2024-01-24T01:59:57.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr 2024-01-24T01:59:57.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: Deploy daemon haproxy.rgw.foo.smithi173.udwqbr ... 2024-01-24T01:59:57.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:59:57.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T01:59:57.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: stat: stderr time="2024-01-24T01:58:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T01:59:57.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: stat: stderr time="2024-01-24T01:58:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T01:59:57.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: stat: stderr time="2024-01-24T01:59: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-24T01:59:57.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: 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-24T01:59:57.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: 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-24T01:59:57.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:59:57.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: Traceback (most recent call last): 2024-01-24T01:59:57.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:59:57.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: yield (conn, connr) 2024-01-24T01:59:57.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:59:57.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: code, '\n'.join(err))) 2024-01-24T01:59:57.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: 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-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr 2024-01-24T01:59:57.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr 2024-01-24T01:59:57.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr 2024-01-24T01:59:57.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr 2024-01-24T01:59:57.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: Deploy daemon haproxy.rgw.foo.smithi173.udwqbr ... 2024-01-24T01:59:57.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:59:57.913 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T01:59:57.914 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: stat: stderr time="2024-01-24T01:58:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T01:59:57.914 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: stat: stderr time="2024-01-24T01:58:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T01:59:57.914 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: stat: stderr time="2024-01-24T01:59: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-24T01:59:57.914 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: 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-24T01:59:57.914 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: 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-24T01:59:57.914 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T01:59:57.914 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:59:57.914 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: cephadm 2024-01-24T01:59:56.784842+0000 mgr.smithi027.ahqzdk (mgr.14180) 309 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi173.udwqbr 2024-01-24T01:59:57.914 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: audit 2024-01-24T01:59:56.785139+0000 mon.smithi027 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi173.udwqbr"}]: dispatch 2024-01-24T01:59:57.914 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: cephadm 2024-01-24T01:59:56.785689+0000 mgr.smithi027.ahqzdk (mgr.14180) 310 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr 2024-01-24T01:59:57.914 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr 2024-01-24T01:59:57.914 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr 2024-01-24T01:59:57.914 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr 2024-01-24T01:59:57.914 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: Deploy daemon haproxy.rgw.foo.smithi173.udwqbr ... 2024-01-24T01:59:57.915 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:59:57.915 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T01:59:57.915 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: stat: stderr time="2024-01-24T01:58:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T01:59:57.915 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: stat: stderr time="2024-01-24T01:58:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T01:59:57.915 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: stat: stderr time="2024-01-24T01:59: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-24T01:59:57.915 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: 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-24T01:59:57.915 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: 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-24T01:59:57.915 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:59:57.915 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: cephadm 2024-01-24T01:59:56.787166+0000 mgr.smithi027.ahqzdk (mgr.14180) 311 : 2024-01-24T01:59:57.915 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:57 smithi173 conmon[40198]: cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi027.utvgpl on smithi027 2024-01-24T01:59:57.998 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T01:59:58.033 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: audit 2024-01-24T01:59:56.417393+0000 mgr.smithi027.ahqzdk (mgr.14180) 307 2024-01-24T01:59:58.033 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T01:59:58.033 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: cephadm 2024-01-24T01:59:56.784585+0000 mgr.smithi027.ahqzdk (mgr.14180) 308 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr 2024-01-24T01:59:58.033 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr 2024-01-24T01:59:58.033 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr 2024-01-24T01:59:58.033 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr 2024-01-24T01:59:58.033 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: Deploy daemon haproxy.rgw.foo.smithi173.udwqbr ... 2024-01-24T01:59:58.033 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:59:58.033 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T01:59:58.033 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: stat: stderr time="2024-01-24T01:58:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T01:59:58.034 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: stat: stderr time="2024-01-24T01:58:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T01:59:58.034 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: stat: stderr time="2024-01-24T01:59: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-24T01:59:58.034 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: 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-24T01:59:58.034 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: 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-24T01:59:58.034 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:59:58.034 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: Traceback (most recent call last): 2024-01-24T01:59:58.034 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T01:59:58.034 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: yield (conn, connr) 2024-01-24T01:59:58.034 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T01:59:58.034 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: code, '\n'.join(err))) 2024-01-24T01:59:58.035 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: 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-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr 2024-01-24T01:59:58.035 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr 2024-01-24T01:59:58.035 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr 2024-01-24T01:59:58.035 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr 2024-01-24T01:59:58.035 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: Deploy daemon haproxy.rgw.foo.smithi173.udwqbr ... 2024-01-24T01:59:58.035 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:59:58.035 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T01:59:58.035 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: stat: stderr time="2024-01-24T01:58:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T01:59:58.035 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: stat: stderr time="2024-01-24T01:58:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T01:59:58.035 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: stat: stderr time="2024-01-24T01:59: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-24T01:59:58.035 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: 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-24T01:59:58.035 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: 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/ha 2024-01-24T01:59:58.035 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: proxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T01:59:58.036 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:59:58.036 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: cephadm 2024-01-24T01:59:56.784842+0000 mgr.smithi027.ahqzdk (mgr.14180) 309 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi173.udwqbr 2024-01-24T01:59:58.036 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: audit 2024-01-24T01:59:56.785139+0000 mon.smithi027 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi173.udwqbr"}]: dispatch 2024-01-24T01:59:58.036 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: cephadm 2024-01-24T01:59:56.785689+0000 mgr.smithi027.ahqzdk (mgr.14180) 310 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr 2024-01-24T01:59:58.036 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr 2024-01-24T01:59:58.036 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr 2024-01-24T01:59:58.036 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr 2024-01-24T01:59:58.036 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: Deploy daemon haproxy.rgw.foo.smithi173.udwqbr ... 2024-01-24T01:59:58.036 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:59:58.037 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T01:59:58.037 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: stat: stderr time="2024-01-24T01:58:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T01:59:58.037 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: stat: stderr time="2024-01-24T01:58:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T01:59:58.037 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: stat: stderr time="2024-01-24T01:59: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-24T01:59:58.037 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: 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-24T01:59:58.037 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: 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-24T01:59:58.037 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T01:59:58.037 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:57 smithi027 conmon[35362]: cephadm 2024-01-24T01:59:56.787166+0000 mgr.smithi027.ahqzdk (mgr.14180) 311 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi027.utvgpl on smithi027 2024-01-24T01:59:58.783 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:58 smithi027 conmon[35362]: cluster 2024-01-24T01:59:57.475072+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T01:59:58.783 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 01:59:58 smithi027 conmon[35362]: ) 312 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:59.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 01:59:58 smithi173 conmon[40198]: cluster 2024-01-24T01:59:57.475072+0000 mgr.smithi027.ahqzdk (mgr.14180) 312 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T01:59:59.889 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T01:59:59.890 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:00:00.458 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:00:00.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:00 smithi027 conmon[35362]: cluster 2024-01-24T01:59:59.475498+0000 mgr.smithi027.ahqzdk (mgr.14180) 313 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:00.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:00 smithi027 conmon[35362]: audit 2024-01-24T01:59:59.885119+0000 mgr.smithi027.ahqzdk (mgr.14180) 314 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:00.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:00 smithi027 conmon[35362]: cluster 2024-01-24T02:00:00.000177+0000 mon.smithi027 (mon.0) 669 : cluster [INF] overall HEALTH_OK 2024-01-24T02:00:01.031 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:00 smithi173 conmon[40198]: cluster 2024-01-24T01:59:59.475498+0000 mgr.smithi027.ahqzdk (mgr.14180) 313 : cluster 2024-01-24T02:00:01.031 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:00 smithi173 conmon[40198]: [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:01.031 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:00 smithi173 conmon[40198]: audit 2024-01-24T01:59:59.885119+0000 mgr.smithi027.ahqzdk (mgr.14180) 314 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:01.031 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:00 smithi173 conmon[40198]: cluster 2024-01-24T02:00:00.000177+0000 mon.smithi027 (mon.0) 669 : cluster [INF] overall HEALTH_OK 2024-01-24T02:00:01.459 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:00:02.960 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:02 smithi027 conmon[35362]: cluster 2024-01-24T02:00:01.476160+0000 mgr.smithi027.ahqzdk (mgr.14180) 315 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:03.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:02 smithi173 conmon[40198]: cluster 2024-01-24T02:00:01.476160+0000 mgr.smithi027.ahqzdk (mgr.14180) 315 : cluster [DBG] 2024-01-24T02:00:03.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:02 smithi173 conmon[40198]: pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:03.340 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:00:03.340 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:00:03.915 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:00:04.916 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:00:04.950 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:04 smithi027 conmon[35362]: audit 2024-01-24T02:00:03.335579+0000 mgr.smithi027.ahqzdk (mgr.14180) 316 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:04.950 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:04 smithi027 conmon[35362]: cluster 2024-01-24T02:00:03.476578+0000 mgr.smithi027.ahqzdk (mgr.14180) 317 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:05.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:04 smithi173 conmon[40198]: audit 2024-01-24T02:00:03.335579+0000 mgr.smithi027.ahqzdk (mgr.14180) 316 : audit 2024-01-24T02:00:05.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:04 smithi173 conmon[40198]: [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:05.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:04 smithi173 conmon[40198]: cluster 2024-01-24T02:00:03.476578+0000 mgr.smithi027.ahqzdk (mgr.14180) 317 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:06.757 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:00:06.757 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:00:06.924 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:06 smithi027 conmon[35362]: cluster 2024-01-24T02:00:05.476964+0000 mgr.smithi027.ahqzdk (mgr.14180) 318 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:07.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:06 smithi173 conmon[40198]: cluster 2024-01-24T02:00:05.476964+0000 mgr.smithi027.ahqzdk (mgr.14180) 318 : cluster [DBG] 2024-01-24T02:00:07.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:06 smithi173 conmon[40198]: pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:07.384 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:00:08.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:07 smithi027 conmon[35362]: audit 2024-01-24T02:00:06.752637+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:00:08.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:07 smithi027 conmon[35362]: .14180) 319 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:08.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:07 smithi173 conmon[40198]: audit 2024-01-24T02:00:06.752637+0000 mgr.smithi027.ahqzdk (mgr.14180) 319 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:08.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:07 smithi173 conmon[40198]: 2024-01-24T02:00:08.385 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:00:09.027 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:08 smithi027 conmon[35362]: cluster 2024-01-24T02:00:07.477531+0000 mgr.smithi027.ahqzdk ( 2024-01-24T02:00:09.027 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:08 smithi027 conmon[35362]: mgr.14180) 320 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:09.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:08 smithi173 conmon[40198]: cluster 2024-01-24T02:00:07.477531+0000 mgr.smithi027.ahqzdk (mgr.14180) 320 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:10.224 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:00:10.224 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:00:10.822 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:00:11.031 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:10 smithi173 conmon[40198]: cluster 2024-01-24T02:00:09.477949+0000 mgr.smithi027.ahqzdk (mgr.14180) 321 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:11.031 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:10 smithi173 conmon[40198]: 2024-01-24T02:00:11.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:10 smithi027 conmon[35362]: cluster 2024-01-24T02:00:09.477949+0000 mgr.smithi027.ahqzdk (mgr.14180) 321 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:11.823 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:00:12.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:11 smithi027 conmon[35362]: audit 2024-01-24T02:00:10.219983+0000 mgr.smithi027.ahqzdk (mgr.14180) 322 2024-01-24T02:00:12.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:11 smithi027 conmon[35362]: : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:12.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:11 smithi173 conmon[40198]: audit 2024-01-24T02:00:10.219983+0000 mgr.smithi027.ahqzdk (mgr.14180) 322 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:12.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:11 smithi173 conmon[40198]: 2024-01-24T02:00:12.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:12 smithi027 conmon[35362]: cluster 2024-01-24T02:00:11.478763+0000 mgr.smithi027.ahqzdk (mgr.14180) 323 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:13.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:12 smithi173 conmon[40198]: cluster 2024-01-24T02:00:11.478763+0000 mgr.smithi027.ahqzdk (mgr.14180) 323 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:13.627 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:00:13.628 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:00:14.172 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:00:15.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:14 smithi027 conmon[35362]: cluster 2024-01-24T02:00:13.479252+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:00:15.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:14 smithi027 conmon[35362]: .14180) 324 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:15.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:14 smithi027 conmon[35362]: audit 2024-01-24T02:00:13.623920+0000 mgr.smithi027.ahqzdk (mgr.14180) 325 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:15.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:14 smithi173 conmon[40198]: cluster 2024-01-24T02:00:13.479252+0000 mgr.smithi027.ahqzdk (mgr.14180) 324 : cluster 2024-01-24T02:00:15.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:14 smithi173 conmon[40198]: [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:15.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:14 smithi173 conmon[40198]: audit 2024-01-24T02:00:13.623920+0000 mgr.smithi027.ahqzdk (mgr.14180) 325 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:15.172 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:00:16.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:16 smithi027 conmon[35362]: cluster 2024-01-24T02:00:15.479689+0000 mgr.smithi027.ahqzdk (mgr.14180) 326 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:16.947 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:00:16.947 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:00:17.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:16 smithi173 conmon[40198]: cluster 2024-01-24T02:00:15.479689+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:00:17.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:16 smithi173 conmon[40198]: 326 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:17.550 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:00:18.551 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:00:18.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:18 smithi027 conmon[35362]: audit 2024-01-24T02:00:16.943378+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:00:18.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:18 smithi027 conmon[35362]: 14180) 327 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:18.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:18 smithi027 conmon[35362]: cluster 2024-01-24T02:00:17.480278+0000 mgr.smithi027.ahqzdk (mgr.14180) 328 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:19.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:18 smithi173 conmon[40198]: audit 2024-01-24T02:00:16.943378+0000 mgr.smithi027.ahqzdk (mgr.14180) 327 : audit [DBG] 2024-01-24T02:00:19.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:18 smithi173 conmon[40198]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:19.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:18 smithi173 conmon[40198]: cluster 2024-01-24T02:00:17.480278+0000 mgr.smithi027.ahqzdk (mgr.14180) 328 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:20.365 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:00:20.366 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:00:20.929 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:00:21.031 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:20 smithi173 conmon[40198]: cluster 2024-01-24T02:00:19.480724+0000 mgr.smithi027.ahqzdk (mgr.14180) 329 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:21.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:20 smithi027 conmon[35362]: cluster 2024-01-24T02:00:19.480724+0000 mgr.smithi027.ahqzdk (mgr.14180) 329 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:21.930 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:00:21.968 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:21 smithi027 conmon[35362]: audit 2024-01-24T02:00:20.361493+0000 mgr.smithi027.ahqzdk (mgr.14180) 330 : audit [DBG] 2024-01-24T02:00:21.968 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:21 smithi027 conmon[35362]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:22.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:21 smithi173 conmon[40198]: audit 2024-01-24T02:00:20.361493+0000 mgr.smithi027.ahqzdk (mgr.14180) 330 : audit 2024-01-24T02:00:22.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:21 smithi173 conmon[40198]: [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:23.152 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:22 smithi027 conmon[35362]: cluster 2024-01-24T02:00:21.481599+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:00:23.152 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:22 smithi027 conmon[35362]: .14180) 331 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:23.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:22 smithi173 conmon[40198]: cluster 2024-01-24T02:00:21.481599+0000 mgr.smithi027.ahqzdk (mgr.14180) 331 : cluster [DBG] 2024-01-24T02:00:23.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:22 smithi173 conmon[40198]: pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:23.777 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:00:23.777 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:00:24.405 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:00:25.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:24 smithi027 conmon[35362]: cluster 2024-01-24T02:00:23.481988+0000 mgr.smithi027.ahqzdk (mgr.14180) 332 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:25.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:24 smithi027 conmon[35362]: audit 2024-01-24T02:00:23.772837+0000 mgr.smithi027.ahqzdk (mgr.14180) 333 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:25.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:24 smithi173 conmon[40198]: cluster 2024-01-24T02:00:23.481988+0000 mgr.smithi027.ahqzdk (mgr.14180) 332 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:25.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:24 smithi173 conmon[40198]: audit 2024-01-24T02:00:23.772837+0000 mgr.smithi027.ahqzdk (mgr.14180) 333 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:25.406 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:00:26.883 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:26 smithi027 conmon[35362]: cluster 2024-01-24T02:00:25.482439+0000 mgr.smithi027.ahqzdk (mgr.14180) 334 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:27.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:26 smithi173 conmon[40198]: cluster 2024-01-24T02:00:25.482439+0000 mgr.smithi027.ahqzdk (mgr.14180) 334 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:27.276 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:00:27.276 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:00:27.821 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:00:28.822 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:00:29.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:28 smithi027 conmon[35362]: audit 2024-01-24T02:00:27.271599+0000 mgr.smithi027.ahqzdk (mgr.14180) 335 : 2024-01-24T02:00:29.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:28 smithi027 conmon[35362]: audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:29.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:28 smithi027 conmon[35362]: cluster 2024-01-24T02:00:27.482942+0000 mgr.smithi027.ahqzdk (mgr.14180) 336 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:29.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:28 smithi173 conmon[40198]: audit 2024-01-24T02:00:27.271599+0000 mgr.smithi027.ahqzdk (mgr.14180) 335 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:29.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:28 smithi173 conmon[40198]: cluster 2024-01-24T02:00:27.482942+0000 mgr.smithi027.ahqzdk (mgr.14180) 336 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:30.576 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:00:30.576 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:00:30.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:30 smithi027 conmon[35362]: cluster 2024-01-24T02:00:29.483393+0000 mgr.smithi027.ahqzdk (mgr.14180) 337 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:31.032 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:30 smithi173 conmon[40198]: cluster 2024-01-24T02:00:29.483393+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:00:31.032 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:30 smithi173 conmon[40198]: 337 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:31.111 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:00:32.112 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:00:32.147 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:31 smithi027 conmon[35362]: audit 2024-01-24T02:00:30.572031+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:00:32.147 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:31 smithi027 conmon[35362]: .14180) 338 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:32.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:31 smithi173 conmon[40198]: audit 2024-01-24T02:00:30.572031+0000 mgr.smithi027.ahqzdk (mgr.14180) 338 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:32.896 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:32 smithi027 conmon[35362]: cluster 2024-01-24T02:00:31.484071+0000 2024-01-24T02:00:32.896 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:32 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 339 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:33.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:32 smithi173 conmon[40198]: cluster 2024-01-24T02:00:31.484071+0000 mgr.smithi027.ahqzdk (mgr.14180) 339 : cluster [DBG] 2024-01-24T02:00:33.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:32 smithi173 conmon[40198]: pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:33.915 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:00:33.915 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:00:34.503 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:00:35.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:34 smithi027 conmon[35362]: cluster 2024-01-24T02:00:33.484536+0000 mgr.smithi027.ahqzdk (mgr.14180) 340 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:35.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:34 smithi173 conmon[40198]: cluster 2024-01-24T02:00:33.484536+0000 mgr.smithi027.ahqzdk (mgr.14180) 340 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:35.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:34 smithi173 conmon[40198]: 2024-01-24T02:00:35.505 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:00:35.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:35 smithi027 conmon[35362]: audit 2024-01-24T02:00:33.910477+0000 mgr.smithi027.ahqzdk 2024-01-24T02:00:35.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:35 smithi027 conmon[35362]: (mgr.14180) 341 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:36.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:35 smithi173 conmon[40198]: audit 2024-01-24T02:00:33.910477+0000 mgr.smithi027.ahqzdk (mgr.14180) 341 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:37.012 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:36 smithi027 conmon[35362]: cluster 2024-01-24T02:00:35.485232 2024-01-24T02:00:37.012 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:36 smithi027 conmon[35362]: +0000 mgr.smithi027.ahqzdk (mgr.14180) 342 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:37.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:36 smithi173 conmon[40198]: cluster 2024-01-24T02:00:35.485232+0000 mgr.smithi027.ahqzdk (mgr.14180) 342 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:37.335 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:00:37.335 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:00:37.894 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:00:38.895 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:00:39.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:38 smithi027 conmon[35362]: audit 2024-01-24T02:00:37.330964+0000 mgr.smithi027.ahqzdk (mgr.14180) 343 2024-01-24T02:00:39.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:38 smithi027 conmon[35362]: : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:39.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:38 smithi027 conmon[35362]: cluster 2024-01-24T02:00:37.486064+0000 mgr.smithi027.ahqzdk (mgr.14180) 344 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:39.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:38 smithi173 conmon[40198]: audit 2024-01-24T02:00:37.330964+0000 mgr.smithi027.ahqzdk (mgr.14180) 343 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:39.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:38 smithi173 conmon[40198]: 2024-01-24T02:00:39.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:38 smithi173 conmon[40198]: cluster 2024-01-24T02:00:37.486064+0000 mgr.smithi027.ahqzdk (mgr.14180) 344 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:40.631 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:00:40.631 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:00:40.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:40 smithi027 conmon[35362]: cluster 2024-01-24T02:00:39.486482+0000 mgr.smithi027.ahqzdk (mgr.14180) 345 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:41.031 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:40 smithi173 conmon[40198]: cluster 2024-01-24T02:00:39.486482+0000 mgr.smithi027.ahqzdk (mgr.14180) 345 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:41.219 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:00:42.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:41 smithi027 conmon[35362]: audit 2024-01-24T02:00:40.626708+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:00:42.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:41 smithi027 conmon[35362]: 14180) 346 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:42.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:41 smithi173 conmon[40198]: audit 2024-01-24T02:00:40.626708+0000 mgr.smithi027.ahqzdk (mgr.14180) 346 : audit [DBG] 2024-01-24T02:00:42.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:41 smithi173 conmon[40198]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:42.220 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:00:42.969 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:42 smithi027 conmon[35362]: cluster 2024-01-24T02:00:41.487163+0000 mgr.smithi027.ahqzdk (mgr.14180) 347 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:43.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:42 smithi173 conmon[40198]: cluster 2024-01-24T02:00:41.487163+0000 mgr.smithi027.ahqzdk (mgr.14180) 347 2024-01-24T02:00:43.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:42 smithi173 conmon[40198]: : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:43.993 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:00:43.993 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:00:44.608 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:00:44.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:44 smithi027 conmon[35362]: cluster 2024-01-24T02:00:43.487709+0000 mgr.smithi027.ahqzdk (mgr.14180) 348 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:45.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:44 smithi173 conmon[40198]: cluster 2024-01-24T02:00:43.487709+0000 mgr.smithi027.ahqzdk (mgr.14180) 348 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:45.610 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:00:45.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:45 smithi027 conmon[35362]: audit 2024-01-24T02:00:43.989176+0000 mgr.smithi027.ahqzdk ( 2024-01-24T02:00:45.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:45 smithi027 conmon[35362]: mgr.14180) 349 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:46.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:45 smithi173 conmon[40198]: audit 2024-01-24T02:00:43.989176+0000 mgr.smithi027.ahqzdk (mgr.14180) 349 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:47.122 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:46 smithi027 conmon[35362]: cluster 2024-01-24T02:00:45.488174+0000 2024-01-24T02:00:47.122 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:46 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 350 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:47.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:46 smithi173 conmon[40198]: cluster 2024-01-24T02:00:45.488174+0000 mgr.smithi027.ahqzdk (mgr.14180) 350 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:47.482 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:00:47.483 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:00:48.059 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:00:49.060 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:00:49.095 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:48 smithi027 conmon[35362]: audit 2024-01-24T02:00:47.478717+0000 mgr.smithi027.ahqzdk (mgr.14180) 351 2024-01-24T02:00:49.095 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:48 smithi027 conmon[35362]: : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:49.095 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:48 smithi027 conmon[35362]: cluster 2024-01-24T02:00:47.488805+0000 mgr.smithi027.ahqzdk (mgr.14180) 352 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:49.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:48 smithi173 conmon[40198]: audit 2024-01-24T02:00:47.478717+0000 mgr.smithi027.ahqzdk (mgr.14180) 351 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:49.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:48 smithi173 conmon[40198]: cluster 2024-01-24T02:00:47.488805+0000 mgr.smithi027.ahqzdk (mgr.14180) 352 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:50.856 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:00:50.857 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:00:51.026 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:50 smithi027 conmon[35362]: cluster 2024-01-24T02:00:49.489214+0000 mgr.smithi027.ahqzdk (mgr.14180) 353 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:51.032 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:50 smithi173 conmon[40198]: cluster 2024-01-24T02:00:49.489214+0000 mgr.smithi027.ahqzdk (mgr.14180) 353 : cluster 2024-01-24T02:00:51.032 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:50 smithi173 conmon[40198]: [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:51.409 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:00:52.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:51 smithi027 conmon[35362]: audit 2024-01-24T02:00:50.852342+0000 mgr.smithi027.ahqzdk (mgr.14180) 354 : audit [DBG] 2024-01-24T02:00:52.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:51 smithi027 conmon[35362]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:52.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:51 smithi173 conmon[40198]: audit 2024-01-24T02:00:50.852342+0000 mgr.smithi027.ahqzdk (mgr.14180) 354 : audit [DBG] 2024-01-24T02:00:52.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:51 smithi173 conmon[40198]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:52.410 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:00:53.050 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:52 smithi027 conmon[35362]: cluster 2024-01-24T02:00:51.489820+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:00:53.050 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:52 smithi027 conmon[35362]: ) 355 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:53.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:52 smithi173 conmon[40198]: cluster 2024-01-24T02:00:51.489820+0000 mgr.smithi027.ahqzdk (mgr.14180) 355 : cluster [DBG] 2024-01-24T02:00:53.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:52 smithi173 conmon[40198]: pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:54.213 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:00:54.214 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:00:54.784 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:00:55.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:54 smithi027 conmon[35362]: cluster 2024-01-24T02:00:53.490236+0000 mgr.smithi027.ahqzdk (mgr.14180) 356 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:55.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:54 smithi173 conmon[40198]: cluster 2024-01-24T02:00:53.490236+0000 mgr.smithi027.ahqzdk (mgr.14180) 356 : cluster [DBG] 2024-01-24T02:00:55.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:54 smithi173 conmon[40198]: pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:55.785 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:00:56.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:55 smithi027 conmon[35362]: audit 2024-01-24T02:00:54.209422+0000 mgr.smithi027.ahqzdk (mgr.14180) 357 2024-01-24T02:00:56.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:55 smithi027 conmon[35362]: : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:56.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:55 smithi173 conmon[40198]: audit 2024-01-24T02:00:54.209422+0000 mgr.smithi027.ahqzdk (mgr.14180) 357 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:56.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:56 smithi027 conmon[35362]: cluster 2024-01-24T02:00:55.490863+0000 mgr.smithi027.ahqzdk ( 2024-01-24T02:00:56.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:56 smithi027 conmon[35362]: mgr.14180) 358 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:57.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:56 smithi173 conmon[40198]: cluster 2024-01-24T02:00:55.490863+0000 mgr.smithi027.ahqzdk (mgr.14180) 358 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:57.563 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:00:57.563 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:00:58.209 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:00:59.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:58 smithi027 conmon[35362]: cluster 2024-01-24T02:00:57.491391+0000 mgr.smithi027.ahqzdk (mgr.14180) 359 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:59.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:58 smithi027 conmon[35362]: audit 2024- 2024-01-24T02:00:59.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:00:58 smithi027 conmon[35362]: 01-24T02:00:57.559132+0000 mgr.smithi027.ahqzdk (mgr.14180) 360 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:59.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:58 smithi173 conmon[40198]: cluster 2024-01-24T02:00:57.491391+0000 mgr.smithi027.ahqzdk (mgr.14180) 359 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:00:59.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:00:58 smithi173 conmon[40198]: audit 2024-01-24T02:00:57.559132+0000 mgr.smithi027.ahqzdk (mgr.14180) 360 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:00:59.210 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:01:00.932 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:01:00.932 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:01:01.109 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:00 smithi027 conmon[35362]: cluster 2024-01-24T02:00:59.491833+0000 mgr.smithi027.ahqzdk (mgr.14180) 361 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:01.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:00 smithi173 conmon[40198]: cluster 2024-01-24T02:00:59.491833+0000 mgr.smithi027.ahqzdk (mgr.14180) 361 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:01.524 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:01:02.525 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:01:02.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:02 smithi027 conmon[35362]: audit 2024-01-24T02:01: 2024-01-24T02:01:02.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:02 smithi027 conmon[35362]: 00.927415+0000 mgr.smithi027.ahqzdk (mgr.14180) 362 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:02.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:02 smithi027 conmon[35362]: cluster 2024-01-24T02:01:01.492390+0000 mgr.smithi027.ahqzdk (mgr.14180) 363 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:03.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:02 smithi173 conmon[40198]: audit 2024-01-24T02:01:00.927415+0000 mgr.smithi027.ahqzdk (mgr.14180) 362 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:03.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:02 smithi173 conmon[40198]: cluster 2024-01-24T02:01:01.492390+0000 mgr.smithi027.ahqzdk (mgr.14180) 363 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:04.320 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:01:04.321 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:01:04.841 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:01:05.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:04 smithi027 conmon[35362]: cluster 2024-01-24T02:01:03.492779+0000 mgr.smithi027.ahqzdk (mgr.14180) 364 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:05.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:04 smithi173 conmon[40198]: cluster 2024-01-24T02:01:03.492779+0000 mgr.smithi027.ahqzdk (mgr.14180) 364 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:05.842 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:01:06.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:05 smithi027 conmon[35362]: audit 2024-01-24T02:01:04.316555+0000 mgr.smithi027.ahqzdk (mgr.14180) 365 : 2024-01-24T02:01:06.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:05 smithi027 conmon[35362]: audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:06.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:05 smithi173 conmon[40198]: audit 2024-01-24T02:01:04.316555+0000 mgr.smithi027.ahqzdk (mgr.14180) 365 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:06.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:06 smithi027 conmon[35362]: cluster 2024-01-24T02:01:05.493218+0000 mgr.smithi027.ahqzdk (mgr.14180) 366 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:07.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:06 smithi173 conmon[40198]: cluster 2024-01-24T02:01:05.493218+0000 mgr.smithi027.ahqzdk (mgr.14180) 366 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:07.569 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:01:07.570 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:01:08.123 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:01:09.124 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:01:09.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:08 smithi027 conmon[35362]: cluster 2024-01-24T02:01:07.493751+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:01:09.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:08 smithi027 conmon[35362]: 14180) 367 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:09.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:08 smithi027 conmon[35362]: audit 2024 2024-01-24T02:01:09.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:08 smithi027 conmon[35362]: -01-24T02:01:07.565624+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:01:09.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:08 smithi027 conmon[35362]: ) 368 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:09.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:08 smithi173 conmon[40198]: cluster 2024-01-24T02:01:07.493751+0000 mgr.smithi027.ahqzdk (mgr.14180) 367 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:09.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:08 smithi173 conmon[40198]: audit 2024-01-24T02:01:07.565624+0000 mgr.smithi027.ahqzdk (mgr.14180) 368 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:10.789 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:01:10.789 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:01:11.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:10 smithi027 conmon[35362]: cluster 2024-01-24T02:01:09.494199+0000 mgr.smithi027.ahqzdk (mgr.14180) 369 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:11.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:10 smithi173 conmon[40198]: cluster 2024-01-24T02:01:09.494199+0000 mgr.smithi027.ahqzdk (mgr.14180) 369 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:11.373 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:01:12.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:11 smithi027 conmon[35362]: audit 2024-01-24T02:01:10.785191+0000 mgr.smithi027.ahqzdk (mgr.14180) 370 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:12.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:11 smithi173 conmon[40198]: audit 2024-01-24T02:01:10.785191+0000 mgr.smithi027.ahqzdk (mgr.14180) 370 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:12.374 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:01:13.149 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:12 smithi027 conmon[35362]: cluster 2024-01-24T02:01:11. 2024-01-24T02:01:13.149 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:12 smithi027 conmon[35362]: 494833+0000 mgr.smithi027.ahqzdk (mgr.14180) 371 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:13.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:12 smithi173 conmon[40198]: cluster 2024-01-24T02:01:11.494833+0000 mgr.smithi027.ahqzdk (mgr.14180) 371 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:14.195 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:01:14.195 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:01:14.765 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:01:15.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:14 smithi027 conmon[35362]: cluster 2024-01-24T02:01:13.495187+0000 mgr.smithi027.ahqzdk (mgr.14180) 372 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:15.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:14 smithi173 conmon[40198]: cluster 2024-01-24T02:01:13.495187+0000 mgr.smithi027.ahqzdk (mgr.14180) 372 : cluster [DBG] 2024-01-24T02:01:15.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:14 smithi173 conmon[40198]: pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:15.766 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:01:16.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:15 smithi027 conmon[35362]: audit 2024-01-24T02:01:14. 2024-01-24T02:01:16.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:15 smithi027 conmon[35362]: 190376+0000 mgr.smithi027.ahqzdk (mgr.14180) 373 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:16.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:15 smithi173 conmon[40198]: audit 2024-01-24T02:01:14.190376+0000 mgr.smithi027.ahqzdk (mgr.14180) 373 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:17.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:16 smithi027 conmon[35362]: cluster 2024-01-24T02:01:15.495736+0000 mgr.smithi027.ahqzdk (mgr.14180) 374 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:17.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:16 smithi173 conmon[40198]: cluster 2024-01-24T02:01:15.495736+0000 mgr.smithi027.ahqzdk (mgr.14180) 374 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:17.576 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:01:17.576 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:01:18.181 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:01:19.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:18 smithi027 conmon[35362]: cluster 2024-01-24T02:01:17.496259+0000 mgr.smithi027.ahqzdk (mgr.14180) 375 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:19.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:18 smithi027 conmon[35362]: audit 2024 2024-01-24T02:01:19.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:18 smithi027 conmon[35362]: -01-24T02:01:17.571732+0000 mgr.smithi027.ahqzdk (mgr.14180) 376 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:19.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:18 smithi173 conmon[40198]: cluster 2024-01-24T02:01:17.496259+0000 mgr.smithi027.ahqzdk (mgr.14180) 375 : cluster [DBG] 2024-01-24T02:01:19.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:18 smithi173 conmon[40198]: pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:19.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:18 smithi173 conmon[40198]: audit 2024-01-24T02:01:17.571732+0000 mgr.smithi027.ahqzdk (mgr.14180) 376 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:19.182 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:01:20.879 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:01:20.879 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:01:21.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:20 smithi027 conmon[35362]: cluster 2024-01-24T02:01:19.496688+0000 mgr.smithi027.ahqzdk (mgr.14180) 377 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:21.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:20 smithi173 conmon[40198]: cluster 2024-01-24T02:01:19.496688+0000 mgr.smithi027.ahqzdk (mgr.14180) 377 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:21.430 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:01:22.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:21 smithi027 conmon[35362]: audit 2024-01-24T02:01:20.875328+0000 mgr.smithi027.ahqzdk (mgr.14180) 378 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:22.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:21 smithi173 conmon[40198]: audit 2024-01-24T02:01:20.875328+0000 mgr.smithi027.ahqzdk (mgr.14180) 378 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:22.431 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:01:23.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:22 smithi027 conmon[35362]: cluster 2024-01-24T02:01:21.497231+0000 mgr.smithi027.ahqzdk (mgr.14180) 379 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:23.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:22 smithi173 conmon[40198]: cluster 2024-01-24T02:01:21.497231+0000 mgr.smithi027.ahqzdk (mgr.14180) 379 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:24.259 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:01:24.259 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:01:24.838 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:01:25.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:24 smithi027 conmon[35362]: cluster 2024-01-24T02:01:23.497630+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:01:25.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:24 smithi027 conmon[35362]: ) 380 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:25.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:24 smithi173 conmon[40198]: cluster 2024-01-24T02:01:23.497630+0000 mgr.smithi027.ahqzdk (mgr.14180) 380 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:25.839 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:01:26.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:25 smithi027 conmon[35362]: audit 2024-01-24T02:01:24.255252+0000 mgr.smithi027.ahqzdk (mgr.14180) 381 : audit 2024-01-24T02:01:26.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:25 smithi027 conmon[35362]: [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:26.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:25 smithi173 conmon[40198]: audit 2024-01-24T02:01:24.255252+0000 mgr.smithi027.ahqzdk (mgr.14180) 381 : audit [DBG] 2024-01-24T02:01:26.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:25 smithi173 conmon[40198]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:26.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:26 smithi027 conmon[35362]: cluster 2024-01-24T02:01:25.498156+0000 mgr.smithi027.ahqzdk (mgr.14180) 382 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:27.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:26 smithi173 conmon[40198]: cluster 2024-01-24T02:01:25.498156+0000 mgr.smithi027.ahqzdk (mgr.14180) 382 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:27.609 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:01:27.609 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:01:28.145 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:01:29.146 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:01:29.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:28 smithi027 conmon[35362]: cluster 2024-01-24T02:01:27.498811+0000 mgr.smithi027.ahqzdk (mgr.14180) 383 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:29.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:28 smithi027 conmon[35362]: audit 2024-01-24T02:01:27.605051+0000 mgr.smithi027.ahqzdk (mgr.14180) 384 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:29.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:28 smithi173 conmon[40198]: cluster 2024-01-24T02:01:27.498811+0000 mgr.smithi027.ahqzdk (mgr.14180) 383 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:29.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:28 smithi173 conmon[40198]: audit 2024-01-24T02:01:29.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:28 smithi173 conmon[40198]: 2024-01-24T02:01:27.605051+0000 mgr.smithi027.ahqzdk (mgr.14180) 384 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:30.960 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:01:30.960 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:01:31.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:30 smithi027 conmon[35362]: cluster 2024-01-24T02:01:29.499300+0000 mgr.smithi027.ahqzdk (mgr.14180) 385 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:31.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:30 smithi173 conmon[40198]: cluster 2024-01-24T02:01:29.499300+0000 mgr.smithi027.ahqzdk (mgr.14180) 385 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:31.596 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:01:32.598 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:01:32.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:32 smithi027 conmon[35362]: audit 2024-01-24T02:01:30.955653+0000 mgr.smithi027.ahqzdk (mgr.14180) 386 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:32.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:32 smithi027 conmon[35362]: cluster 2024-01-24T02:01:31.499864+0000 mgr.smithi027.ahqzdk (mgr.14180) 387 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:33.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:32 smithi173 conmon[40198]: audit 2024-01-24T02:01:30.955653+0000 mgr.smithi027.ahqzdk (mgr.14180) 386 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:33.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:32 smithi173 conmon[40198]: cluster 2024- 2024-01-24T02:01:33.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:32 smithi173 conmon[40198]: 01-24T02:01:31.499864+0000 mgr.smithi027.ahqzdk (mgr.14180) 387 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:34.483 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:01:34.483 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:01:35.020 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:01:35.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:34 smithi027 conmon[35362]: cluster 2024-01-24T02:01:33.500266+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:01:35.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:34 smithi027 conmon[35362]: ) 388 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:35.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:34 smithi173 conmon[40198]: cluster 2024-01-24T02:01:33.500266+0000 mgr.smithi027.ahqzdk (mgr.14180) 388 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:35.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:34 smithi173 conmon[40198]: 2024-01-24T02:01:36.021 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:01:36.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:35 smithi027 conmon[35362]: audit 2024-01-24T02:01:34.479006+0000 mgr.smithi027.ahqzdk (mgr.14180) 389 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:36.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:35 smithi173 conmon[40198]: audit 2024-01-24T02:01:34.479006+0000 mgr.smithi027.ahqzdk (mgr.14180) 389 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:37.151 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:36 smithi027 conmon[35362]: cluster 2024-01-24T02:01:35.500878+0000 mgr.smithi027.ahqzdk (mgr.14180) 390 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:37.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:36 smithi173 conmon[40198]: cluster 2024-01-24T02:01:35.500878+0000 mgr.smithi027.ahqzdk (mgr.14180) 390 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:37.775 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:01:37.775 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:01:38.279 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:01:39.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:38 smithi027 conmon[35362]: cluster 2024-01-24T02:01:37.501546+0000 mgr.smithi027.ahqzdk (mgr.14180) 391 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:39.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:38 smithi027 conmon[35362]: audit 2024-01-24T02:01:37.771397+0000 mgr.smithi027.ahqzdk (mgr.14180) 392 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:39.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:38 smithi173 conmon[40198]: cluster 2024-01-24T02:01:37.501546+0000 mgr.smithi027.ahqzdk (mgr.14180) 391 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:39.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:38 smithi173 conmon[40198]: 2024-01-24T02:01:39.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:38 smithi173 conmon[40198]: audit 2024-01-24T02:01:37.771397+0000 mgr.smithi027.ahqzdk (mgr.14180) 392 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:39.280 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:01:41.018 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:01:41.018 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:01:41.039 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:40 smithi027 conmon[35362]: cluster 2024-01-24T02:01:39.502082+0000 mgr.smithi027.ahqzdk (mgr.14180) 393 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:41.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:40 smithi173 conmon[40198]: cluster 2024-01-24T02:01:39.502082+0000 mgr.smithi027.ahqzdk (mgr.14180) 393 : cluster [DBG] 2024-01-24T02:01:41.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:40 smithi173 conmon[40198]: pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:41.613 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:01:42.614 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:01:43.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:42 smithi027 conmon[35362]: audit 2024-01-24T02:01:41.014183+0000 mgr.smithi027.ahqzdk (mgr.14180) 394 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:43.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:42 smithi027 conmon[35362]: cluster 2024-01-24T02:01:41.502716+0000 mgr.smithi027.ahqzdk (mgr.14180) 395 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:43.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:42 smithi173 conmon[40198]: audit 2024-01-24T02:01:41.014183+0000 mgr.smithi027.ahqzdk (mgr.14180) 394 : audit 2024-01-24T02:01:43.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:42 smithi173 conmon[40198]: [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:43.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:42 smithi173 conmon[40198]: cluster 2024-01-24T02:01:41.502716+0000 mgr.smithi027.ahqzdk (mgr.14180) 395 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:44.391 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:01:44.391 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:01:44.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:44 smithi027 conmon[35362]: cluster 2024-01-24T02:01:43.503172+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:01:44.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:44 smithi027 conmon[35362]: 396 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:44.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:44 smithi173 conmon[40198]: cluster 2024-01-24T02:01:43.503172+0000 mgr.smithi027.ahqzdk (mgr.14180) 396 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:44.962 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:01:45.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:45 smithi027 conmon[35362]: audit 2024-01-24T02:01:44.387248+0000 mgr.smithi027.ahqzdk (mgr.14180) 397 : audit [DBG] 2024-01-24T02:01:45.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:45 smithi027 conmon[35362]: from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:45.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:45 smithi173 conmon[40198]: audit 2024-01-24T02:01:44.387248+0000 mgr.smithi027.ahqzdk (mgr.14180) 397 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:45.963 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:01:46.811 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:46 smithi027 conmon[35362]: cluster 2024-01-24T02:01:45.503801+0000 mgr.smithi027.ahqzdk (mgr.14180) 398 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:46.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:46 smithi173 conmon[40198]: cluster 2024-01-24T02:01:45.503801+0000 mgr.smithi027.ahqzdk (mgr.14180) 398 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:46.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:46 smithi173 conmon[40198]: 2024-01-24T02:01:47.781 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:01:47.781 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:01:48.327 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:01:48.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:48 smithi027 conmon[35362]: cluster 2024-01-24T02:01:47.504305+0000 mgr.smithi027.ahqzdk (mgr.14180) 399 : cluster [DBG] 2024-01-24T02:01:48.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:48 smithi027 conmon[35362]: pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:48.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:48 smithi027 conmon[35362]: audit 2024-01-24T02:01:47.777484+0000 mgr.smithi027.ahqzdk (mgr.14180) 400 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:48.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:48 smithi173 conmon[40198]: cluster 2024-01-24T02:01:47.504305+0000 mgr.smithi027.ahqzdk (mgr.14180) 399 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:48.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:48 smithi173 conmon[40198]: audit 2024-01-24T02:01:47.777484+0000 mgr.smithi027.ahqzdk (mgr.14180) 400 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:49.328 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:01:50.741 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:50 smithi027 conmon[35362]: cluster 2024-01-24T02:01:49.504746+0000 mgr.smithi027.ahqzdk (mgr.14180) 401 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:50.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:50 smithi173 conmon[40198]: cluster 2024-01-24T02:01:49.504746+0000 mgr.smithi027.ahqzdk (mgr.14180) 401 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:51.070 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:01:51.071 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:01:51.711 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:01:52.712 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:01:52.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:52 smithi027 conmon[35362]: audit 2024-01-24T02:01:51.066095+0000 mgr.smithi027.ahqzdk (mgr.14180) 402 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:52.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:52 smithi027 conmon[35362]: cluster 2024-01-24T02:01:52.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:52 smithi027 conmon[35362]: 2024-01-24T02:01:51.505356+0000 mgr.smithi027.ahqzdk (mgr.14180) 403 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:52.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:52 smithi173 conmon[40198]: audit 2024-01-24T02:01:51.066095+0000 mgr.smithi027.ahqzdk (mgr.14180) 402 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:52.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:52 smithi173 conmon[40198]: cluster 2024-01-24T02:01:51.505356+0000 mgr.smithi027.ahqzdk (mgr.14180) 403 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:54.482 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:01:54.482 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:01:54.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:54 smithi027 conmon[35362]: cluster 2024-01-24T02:01:53.505759+0000 mgr.smithi027.ahqzdk (mgr.14180) 404 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:54.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:54 smithi173 conmon[40198]: cluster 2024-01-24T02:01:53.505759+0000 mgr.smithi027.ahqzdk (mgr.14180) 404 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:55.043 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:01:55.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:55 smithi027 conmon[35362]: audit 2024-01-24T02:01:54.477560+0000 mgr.smithi027.ahqzdk (mgr.14180) 405 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:55.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:55 smithi173 conmon[40198]: audit 2024-01-24T02:01:54.477560+0000 mgr.smithi027.ahqzdk (mgr.14180) 405 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:56.045 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:01:56.827 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:56 smithi027 conmon[35362]: cluster 2024-01-24T02:01:55.506326+0000 mgr.smithi027.ahqzdk (mgr.14180) 406 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:56.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:56 smithi173 conmon[40198]: cluster 2024-01-24T02:01:55.506326+0000 mgr.smithi027.ahqzdk (mgr.14180) 406 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:57.885 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:01:57.885 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:01:58.477 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:01:58.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:58 smithi027 conmon[35362]: cluster 2024-01-24T02:01:57.506858+0000 mgr.smithi027.ahqzdk (mgr.14180) 407 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:58.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:58 smithi027 conmon[35362]: audit 2024 2024-01-24T02:01:58.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:01:58 smithi027 conmon[35362]: -01-24T02:01:57.880861+0000 mgr.smithi027.ahqzdk (mgr.14180) 408 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:58.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:58 smithi173 conmon[40198]: cluster 2024-01-24T02:01:57.506858+0000 mgr.smithi027.ahqzdk (mgr.14180) 407 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:01:58.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:01:58 smithi173 conmon[40198]: audit 2024-01-24T02:01:57.880861+0000 mgr.smithi027.ahqzdk (mgr.14180) 408 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:01:59.478 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:02:00.903 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:00 smithi027 conmon[35362]: cluster 2024-01-24T02:01:59.507424+0000 mgr.smithi027.ahqzdk (mgr.14180) 409 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:00.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:00 smithi173 conmon[40198]: cluster 2024-01-24T02:01:59.507424+0000 mgr.smithi027.ahqzdk (mgr.14180) 409 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:01.275 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:02:01.275 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:02:01.892 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:02:02.893 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:02:02.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:02 smithi027 conmon[35362]: audit 2024-01-24T02:02:01 2024-01-24T02:02:02.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:02 smithi027 conmon[35362]: .271750+0000 mgr.smithi027.ahqzdk (mgr.14180) 410 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:02.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:02 smithi027 conmon[35362]: cluster 2024-01-24T02:02:01.507996+0000 mgr.smithi027.ahqzdk (mgr.14180) 411 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:02.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:02 smithi173 conmon[40198]: audit 2024-01-24T02:02:01.271750+0000 mgr.smithi027.ahqzdk (mgr.14180) 410 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:02.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:02 smithi173 conmon[40198]: cluster 2024-01-24T02:02:01.507996+0000 mgr.smithi027.ahqzdk (mgr.14180) 411 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:04.785 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:02:04.785 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:02:04.812 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:04 smithi027 conmon[35362]: cluster 2024-01-24T02:02:03.508385+0000 mgr.smithi027.ahqzdk (mgr.14180) 412 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:04.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:04 smithi173 conmon[40198]: cluster 2024-01-24T02:02:03.508385+0000 mgr.smithi027.ahqzdk (mgr.14180) 412 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:05.308 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:02:05.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:05 smithi027 conmon[35362]: audit 2024-01-24T02:02:04.780906+0000 mgr.smithi027.ahqzdk (mgr.14180) 413 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:05.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:05 smithi173 conmon[40198]: audit 2024-01-24T02:02:04.780906+0000 mgr.smithi027.ahqzdk (mgr.14180) 413 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:06.310 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:02:06.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:06 smithi027 conmon[35362]: cluster 2024-01-24T02:02:05.508816+0000 mgr.smithi027.ahqzdk (mgr.14180) 414 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:06.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:06 smithi173 conmon[40198]: cluster 2024-01-24T02:02:05.508816+0000 mgr.smithi027.ahqzdk (mgr.14180) 414 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:08.123 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:02:08.123 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:02:08.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:08 smithi027 conmon[35362]: cluster 2024-01-24T02:02:07.509441+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:02:08.717 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:08 smithi027 conmon[35362]: .14180) 415 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:08.718 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:02:08.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:08 smithi173 conmon[40198]: cluster 2024-01-24T02:02:07.509441+0000 mgr.smithi027.ahqzdk (mgr.14180) 415 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:09.718 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:02:10.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:09 smithi027 conmon[35362]: audit 2024-01-24T02:02:08.119670+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:02:10.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:09 smithi027 conmon[35362]: 14180) 416 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:10.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:09 smithi173 conmon[40198]: audit 2024-01-24T02:02:08.119670+0000 mgr.smithi027.ahqzdk (mgr.14180) 416 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:10.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:10 smithi027 conmon[35362]: cluster 2024-01-24T02:02:09.509909+0000 mgr.smithi027.ahqzdk (mgr.14180) 417 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:11.032 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:10 smithi173 conmon[40198]: cluster 2024-01-24T02:02:09.509909+0000 mgr.smithi027.ahqzdk (mgr.14180) 417 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:11.032 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:10 smithi173 conmon[40198]: 2024-01-24T02:02:11.564 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:02:11.564 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:02:12.107 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:02:13.108 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:02:13.143 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:12 smithi027 conmon[35362]: cluster 2024-01-24T02:02:11.510462+0000 mgr.smithi027.ahqzdk (mgr.14180) 418 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:13.143 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:12 smithi027 conmon[35362]: audit 2024-01-24T02:02:11.559653+0000 mgr.smithi027.ahqzdk (mgr.14180) 419 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:13.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:12 smithi173 conmon[40198]: cluster 2024-01-24T02:02:11.510462+0000 mgr.smithi027.ahqzdk (mgr.14180) 418 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:13.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:12 smithi173 conmon[40198]: audit 2024-01-24T02:02:11.559653+0000 mgr.smithi027.ahqzdk (mgr.14180) 419 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:14.884 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:02:14.884 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:02:14.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:14 smithi027 conmon[35362]: cluster 2024-01-24T02: 2024-01-24T02:02:14.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:14 smithi027 conmon[35362]: 02:13.510814+0000 mgr.smithi027.ahqzdk (mgr.14180) 420 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:15.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:14 smithi173 conmon[40198]: cluster 2024-01-24T02:02:13.510814+0000 mgr.smithi027.ahqzdk (mgr.14180) 420 : cluster [DBG] 2024-01-24T02:02:15.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:14 smithi173 conmon[40198]: pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:15.451 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:02:15.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:15 smithi027 conmon[35362]: audit 2024-01-24T02:02:14.880544+0000 mgr.smithi027.ahqzdk (mgr.14180) 421 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:16.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:15 smithi173 conmon[40198]: audit 2024-01-24T02:02:14.880544+0000 mgr.smithi027.ahqzdk (mgr.14180) 421 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:16.452 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:02:16.899 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:16 smithi027 conmon[35362]: cluster 2024-01-24T02:02:15 2024-01-24T02:02:16.899 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:16 smithi027 conmon[35362]: .511469+0000 mgr.smithi027.ahqzdk (mgr.14180) 422 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:17.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:16 smithi173 conmon[40198]: cluster 2024-01-24T02:02:15.511469+0000 mgr.smithi027.ahqzdk (mgr.14180) 422 : cluster [DBG] 2024-01-24T02:02:17.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:16 smithi173 conmon[40198]: pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:18.248 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:02:18.248 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:02:18.773 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:02:19.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:18 smithi027 conmon[35362]: cluster 2024-01-24T02:02:17.511960+0000 2024-01-24T02:02:19.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:18 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 423 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:19.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:18 smithi173 conmon[40198]: cluster 2024-01-24T02:02:17.511960+0000 mgr.smithi027.ahqzdk (mgr.14180) 423 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:19.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:18 smithi173 conmon[40198]: 2024-01-24T02:02:19.775 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:02:20.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:19 smithi027 conmon[35362]: audit 2024-01-24T02:02:18.244734+0000 mgr.smithi027.ahqzdk (mgr.14180) 424 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:20.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:19 smithi173 conmon[40198]: audit 2024-01-24T02:02:18.244734+0000 mgr.smithi027.ahqzdk (mgr.14180) 424 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:20.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:19 smithi173 conmon[40198]: 2024-01-24T02:02:20.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:20 smithi027 conmon[35362]: cluster 2024-01-24T02:02:19.512514+0000 mgr.smithi027.ahqzdk 2024-01-24T02:02:20.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:20 smithi027 conmon[35362]: (mgr.14180) 425 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:21.031 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:20 smithi173 conmon[40198]: cluster 2024-01-24T02:02:19.512514+0000 mgr.smithi027.ahqzdk (mgr.14180) 425 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:21.031 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:20 smithi173 conmon[40198]: 2024-01-24T02:02:21.554 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:02:21.555 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:02:22.081 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:02:23.083 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:02:23.118 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:22 smithi027 conmon[35362]: cluster 2024-01-24T02:02:21.513085+0000 mgr.smithi027.ahqzdk (mgr.14180) 426 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:23.118 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:22 smithi027 conmon[35362]: audit 2024-01-24T02:02:21.550991+0000 mgr.smithi027.ahqzdk (mgr.14180) 427 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:23.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:22 smithi173 conmon[40198]: cluster 2024-01-24T02:02:21.513085+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:02:23.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:22 smithi173 conmon[40198]: .14180) 426 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:23.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:22 smithi173 conmon[40198]: audit 2024-01-24T02:02:21.550991+0000 mgr.smithi027.ahqzdk (mgr.14180) 427 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:24.878 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:02:24.879 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:02:24.900 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:24 smithi027 conmon[35362]: cluster 2024-01-24T02:02:23.513482+0000 mgr.smithi027.ahqzdk (mgr.14180) 428 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:25.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:24 smithi173 conmon[40198]: cluster 2024-01-24T02:02:23.513482+0000 mgr.smithi027.ahqzdk (mgr.14180) 428 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:25.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:24 smithi173 conmon[40198]: 2024-01-24T02:02:25.389 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:02:26.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:25 smithi027 conmon[35362]: audit 2024-01-24T02:02:24.874763+0000 mgr.smithi027.ahqzdk (mgr.14180) 429 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:26.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:25 smithi173 conmon[40198]: audit 2024-01-24T02:02:24.874763+0000 mgr.smithi027.ahqzdk (mgr.14180) 429 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:26.390 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:02:27.007 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:26 smithi027 conmon[35362]: cluster 2024-01-24T02:02:25.514030+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:02:27.007 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:26 smithi027 conmon[35362]: 14180) 430 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:27.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:26 smithi173 conmon[40198]: cluster 2024-01-24T02:02:25.514030+0000 mgr.smithi027.ahqzdk (mgr.14180) 430 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:28.100 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:02:28.100 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:02:28.647 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:02:28.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:28 smithi027 conmon[35362]: cluster 2024-01-24T02:02:27.514582+0000 mgr.smithi027.ahqzdk (mgr.14180) 431 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:29.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:28 smithi173 conmon[40198]: cluster 2024-01-24T02:02:27.514582+0000 mgr.smithi027.ahqzdk (mgr.14180) 431 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:29.648 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:02:30.092 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:29 smithi027 conmon[35362]: audit 2024-01 2024-01-24T02:02:30.092 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:29 smithi027 conmon[35362]: -24T02:02:28.096830+0000 mgr.smithi027.ahqzdk (mgr.14180) 432 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:30.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:29 smithi173 conmon[40198]: audit 2024-01-24T02:02:28.096830+0000 mgr.smithi027.ahqzdk (mgr.14180) 432 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:31.031 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:30 smithi173 conmon[40198]: cluster 2024-01-24T02:02:29.515211+0000 mgr.smithi027.ahqzdk (mgr.14180) 433 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:31.049 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:30 smithi027 conmon[35362]: cluster 2024-01-24T02:02:29.515211+0000 mgr.smithi027.ahqzdk 2024-01-24T02:02:31.049 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:30 smithi027 conmon[35362]: (mgr.14180) 433 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:31.437 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:02:31.437 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:04.225729Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:04.225871Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:04.225947Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:04.226016Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:04.226082Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-24T02:02:32.072 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:31 smithi027 conmon[35362]: audit 2024-01-24T02:02:31.507968+0000 mon.smithi027 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi027.utvgpl"}]: dispatch 2024-01-24T02:02:32.072 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:31 smithi027 conmon[35362]: audit 2024-01-24T02:02:31.512568+0000 mon.smithi027 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:02:32.072 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:31 smithi027 conmon[35362]: audit 2024-01-24T02:02:31.514509+0000 mon.smithi027 (mon.0) 672 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:02:32.095 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-24T02:02:32.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:31 smithi173 conmon[40198]: audit 2024-01-24T02:02:31.507968+0000 mon.smithi027 (mon 2024-01-24T02:02:32.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:31 smithi173 conmon[40198]: .0) 670 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi027.utvgpl"}]: dispatch 2024-01-24T02:02:32.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:31 smithi173 conmon[40198]: audit 2024-01-24T02:02:31.512568+0000 mon.smithi027 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:02:32.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:31 smithi173 conmon[40198]: audit 2024-01-24T02:02:31.514509+0000 mon.smithi027 (mon.0) 672 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:02:33.095 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:02:33.124 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: audit 2024-01-24T02:02:31.433763+0000 mgr.smithi027.ahqzdk (mgr.14180) 434 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:33.124 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: cephadm 2024-01-24T02:02:31.507514+0000 mgr.smithi027.ahqzdk (mgr.14180) 435 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl 2024-01-24T02:02:33.124 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl 2024-01-24T02:02:33.124 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl 2024-01-24T02:02:33.124 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl 2024-01-24T02:02:33.124 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: Deploy daemon haproxy.rgw.foo.smithi027.utvgpl ... 2024-01-24T02:02:33.124 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:02:33.125 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:02:33.125 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:00:35Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:02:33.125 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:01:12Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:02:33.125 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:01:50Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:02:33.125 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: 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-24T02:02:33.125 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: 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-24T02:02:33.125 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:02:33.125 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: Traceback (most recent call last): 2024-01-24T02:02:33.125 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T02:02:33.125 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: yield (conn, connr) 2024-01-24T02:02:33.125 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T02:02:33.125 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: code, '\n'.join(err))) 2024-01-24T02:02:33.125 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: 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-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl 2024-01-24T02:02:33.125 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl 2024-01-24T02:02:33.126 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl 2024-01-24T02:02:33.126 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl 2024-01-24T02:02:33.126 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: Deploy daemon haproxy.rgw.foo.smithi027.utvgpl ... 2024-01-24T02:02:33.126 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:02:33.126 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:02:33.126 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:00:35Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:02:33.126 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:01:12Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:02:33.126 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:01:50Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:02:33.126 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: 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-24T02:02:33.126 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: 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-24T02:02:33.126 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:02:33.126 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:02:33.126 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: cephadm 2024-01-24T02:02:31.507680+0000 mgr.smithi027.ahqzdk (mgr.14180) 436 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi027.utvgpl 2024-01-24T02:02:33.127 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: cephadm 2024-01-24T02:02:31.508499+0000 mgr.smithi027.ahqzdk (mgr.14180) 437 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl 2024-01-24T02:02:33.127 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl 2024-01-24T02:02:33.127 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl 2024-01-24T02:02:33.127 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl 2024-01-24T02:02:33.127 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: Deploy daemon haproxy.rgw.foo.smithi027.utvgpl ... 2024-01-24T02:02:33.127 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:02:33.127 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:02:33.127 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:00:35Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:02:33.127 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:01:12Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:02:33.127 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:01:50Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:02:33.127 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: 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-24T02:02:33.127 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: 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-24T02:02:33.127 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:02:33.127 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: cephadm 2024-01-24T02:02:31.512811+0000 mgr.smithi027.ahqzdk (mgr.14180) 438 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-24T02:02:33.127 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: cephadm 2024-01-24T02:02:31.513838+0000 mgr.smithi027.ahqzdk (mgr.14180) 439 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-24T02:02:33.127 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: cluster 2024-01-24T02:02:31.514778+0000 mgr.smithi027.ahqzdk (mgr.14180) 440 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:33.128 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: audit 2024-01-24T02:02:31.868962+0000 mon.smithi027 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:02:33.128 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:32 smithi027 conmon[35362]: cluster 2024-01-24T02:02:32.510931+0000 mon.smithi027 (mon.0) 674 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T02:02:33.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: audit 2024-01-24T02:02:31.433763+0000 mgr.smithi027.ahqzdk (mgr.14180) 434 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:33.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: cephadm 2024-01-24T02:02:31.507514+0000 mgr.smithi027.ahqzdk (mgr.14180) 435 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl 2024-01-24T02:02:33.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl 2024-01-24T02:02:33.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl 2024-01-24T02:02:33.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl 2024-01-24T02:02:33.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: Deploy daemon haproxy.rgw.foo.smithi027.utvgpl ... 2024-01-24T02:02:33.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:02:33.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:02:33.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:00:35Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:02:33.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:01:12Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:02:33.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:01:50Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:02:33.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: 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-24T02:02:33.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: 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-24T02:02:33.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:02:33.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: Traceback (most recent call last): 2024-01-24T02:02:33.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T02:02:33.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: yield (conn, connr) 2024-01-24T02:02:33.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T02:02:33.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: code, '\n'.join(err))) 2024-01-24T02:02:33.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: 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-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl 2024-01-24T02:02:33.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl 2024-01-24T02:02:33.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl 2024-01-24T02:02:33.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl 2024-01-24T02:02:33.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: Deploy daemon haproxy.rgw.foo.smithi027.utvgpl ... 2024-01-24T02:02:33.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:02:33.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:02:33.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:00:35Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:02:33.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:01:12Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:02:33.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:01:50Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:02:33.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: 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-24T02:02:33.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: 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-24T02:02:33.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:02:33.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:02:33.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: cephadm 2024-01-24T02:02:31.507680+0000 mgr.smithi027.ahqzdk (mgr.14180) 436 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi027.utvgpl 2024-01-24T02:02:33.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: cephadm 2024-01-24T02:02:31.508499+0000 mgr.smithi027.ahqzdk (mgr.14180) 437 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl 2024-01-24T02:02:33.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl 2024-01-24T02:02:33.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl 2024-01-24T02:02:33.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl 2024-01-24T02:02:33.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: Deploy daemon haproxy.rgw.foo.smithi027.utvgpl ... 2024-01-24T02:02:33.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:02:33.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:02:33.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:00:35Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:02:33.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:01:12Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:02:33.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:01:50Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:02:33.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: 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-24T02:02:33.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: 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-24T02:02:33.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:02:33.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: cephadm 2024-01-24T02:02:31.512811+0000 mgr.smithi027.ahqzdk (mgr.14180) 438 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-24T02:02:33.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: cephadm 2024-01-24T02:02:31.513838+0000 mgr.smithi027.ahqzdk (mgr.14180) 439 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-24T02:02:33.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: cluster 2024-01-24T02:02:31.514778+0000 mgr.smithi027.ahqzdk (mgr.14180) 440 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:33.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: audit 2024-01-24T02:02:31.868962+0000 mon.smithi027 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:02:33.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:32 smithi173 conmon[40198]: cluster 2024-01-24T02:02:32.510931+0000 mon.smithi027 (mon.0) 674 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T02:02:34.657 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:34 smithi027 conmon[35362]: audit 2024-01-24T02:02:33.289364+0000 mon.smithi027 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:02:34.657 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:34 smithi027 conmon[35362]: cluster 2024-01-24T02:02:33.515384+0000 mgr.smithi027.ahqzdk (mgr.14180) 441 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:34.661 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:34 smithi173 conmon[40198]: audit 2024-01-24T02:02:33.289364+0000 mon.smithi027 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:02:34.661 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:34 smithi173 conmon[40198]: 2024-01-24T02:02:34.661 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:34 smithi173 conmon[40198]: cluster 2024-01-24T02:02:33.515384+0000 mgr.smithi027.ahqzdk (mgr.14180) 441 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:35.376 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:02:35.377 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T01:57:08.095623Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T01:57:08.095693Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T01:57:08.095760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T01:57:08.095544Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T01:57:08.095389Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T01:57:08.095832Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T01:57:08.095966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T01:57:08.095902Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 2, "size": 4}}] 2024-01-24T02:02:36.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:35 smithi027 conmon[35362]: audit 2024-01-24T02:02:34.860611+0000 mon.smithi027 ( 2024-01-24T02:02:36.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:35 smithi027 conmon[35362]: mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:02:36.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:35 smithi173 conmon[40198]: audit 2024-01-24T02:02:34.860611+0000 mon.smithi027 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:02:36.248 INFO:tasks.cephadm:rgw.foo has 2/4 2024-01-24T02:02:37.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: audit 2024-01-24T02:02:35.372323+0000 mgr.smithi027.ahqzdk (mgr.14180) 442 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:37.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: cluster 2024-01-24T02:02:35.515940+0000 mgr.smithi027.ahqzdk (mgr.14180) 443 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:37.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: audit 2024-01-24 2024-01-24T02:02:37.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: T02:02:36.214336+0000 mon.smithi027 2024-01-24T02:02:37.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: (mon.0) 677 : audit 2024-01-24T02:02:37.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:02:37.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: audit 2024-01-24T02:02:37.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: 2024-01-24T02:02 2024-01-24T02:02:37.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: :36.537377+0000 mon.smithi027 (mon 2024-01-24T02:02:37.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: .0) 678 : audit [DBG] 2024-01-24T02:02:37.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:02:37.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: audit 2024 2024-01-24T02:02:37.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: -01-24T02:02 2024-01-24T02:02:37.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: :36.538055+0000 mon.smithi027 ( 2024-01-24T02:02:37.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: mon.0) 679 : audit [INF] 2024-01-24T02:02:37.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T02:02:37.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: audit 2024-01-24T02:02:37.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: 2024-01- 2024-01-24T02:02:37.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: 24T02:02:36.801989+0000 2024-01-24T02:02:37.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: mon.smithi027 (mon.0) 680 2024-01-24T02:02:37.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:02:37.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: audit 2024 2024-01-24T02:02:37.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: -01-24T02:02:36 2024-01-24T02:02:37.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: .809577+0000 mon.smithi027 (mon. 2024-01-24T02:02:37.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: 0) 681 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:02:37.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: 2024-01-24T02:02:37.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: audit 2024- 2024-01-24T02:02:37.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: 01-24T02:02: 2024-01-24T02:02:37.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: 36.815691+0000 mon.smithi027 (mon 2024-01-24T02:02:37.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: .0) 682 : audit [INF] 2024-01-24T02:02:37.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:02:37.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: audit 2024-01-24T02:02:37.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: 2024-01-24T02: 2024-01-24T02:02:37.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: 02:36.821454+0000 2024-01-24T02:02:37.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: mon.smithi027 (mon.0) 683 : audit 2024-01-24T02:02:37.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:36 smithi027 conmon[35362]: [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T02:02:37.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:36 smithi173 conmon[40198]: audit 2024-01-24T02:02:35.372323+0000 mgr.smithi027.ahqzdk (mgr.14180) 442 : audit [DBG] 2024-01-24T02:02:37.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:36 smithi173 conmon[40198]: from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:37.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:36 smithi173 conmon[40198]: cluster 2024-01-24T02:02:35.515940+0000 mgr.smithi027.ahqzdk (mgr.14180) 443 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:37.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:36 smithi173 conmon[40198]: audit 2024-01-24T02:02:36.214336+0000 mon.smithi027 (mon.0) 2024-01-24T02:02:37.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:36 smithi173 conmon[40198]: 677 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:02:37.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:36 smithi173 conmon[40198]: audit 2024-01-24T02:02:36. 2024-01-24T02:02:37.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:36 smithi173 conmon[40198]: 537377+0000 mon.smithi027 (mon.0) 678 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:02:37.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:36 smithi173 conmon[40198]: audit 2024-01-24T 2024-01-24T02:02:37.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:36 smithi173 conmon[40198]: 02:02:36.538055+0000 mon.smithi027 (mon.0 2024-01-24T02:02:37.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:36 smithi173 conmon[40198]: ) 679 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T02:02:37.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:36 smithi173 conmon[40198]: audit 2024-01-24T02:02 2024-01-24T02:02:37.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:36 smithi173 conmon[40198]: :36.801989+0000 mon.smithi027 (mon.0) 680 : 2024-01-24T02:02:37.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:36 smithi173 conmon[40198]: audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:02:37.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:36 smithi173 conmon[40198]: audit 2024-01-24T02:02:36 2024-01-24T02:02:37.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:36 smithi173 conmon[40198]: .809577+0000 mon.smithi027 (mon.0) 681 : audit 2024-01-24T02:02:37.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:36 smithi173 conmon[40198]: [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:02:37.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:36 smithi173 conmon[40198]: audit 2024-01-24T02:02:37.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:36 smithi173 conmon[40198]: 2024-01-24T02:02:36.815691+0000 mon.smithi027 (mon. 2024-01-24T02:02:37.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:36 smithi173 conmon[40198]: 0) 682 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:02:37.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:36 smithi173 conmon[40198]: audit 2024-01-24T02:02 2024-01-24T02:02:37.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:36 smithi173 conmon[40198]: :36.821454+0000 mon.smithi027 (mon.0) 683 : 2024-01-24T02:02:37.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:36 smithi173 conmon[40198]: audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T02:02:37.248 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:02:38.110 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:37 smithi027 conmon[35362]: cephadm 2024-01-24T02:02:36.541469+0000 mgr.smithi027.ahqzdk (mgr.14180) 444 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-24T02:02:38.110 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:37 smithi027 conmon[35362]: cluster 2024-01-24T02:02:36.816868+0000 mgr.smithi027.ahqzdk (mgr.14180) 445 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:38.110 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:37 smithi027 conmon[35362]: cephadm 2024-01-24T02:02:36.829148+0000 mgr.smithi027.ahqzdk (mgr.14180) 446 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi173.fbsvgy on smithi173 2024-01-24T02:02:38.110 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:37 smithi027 conmon[35362]: cluster 2024-01-24T02:02:37.814217+0000 mon.smithi027 (mon.0) 684 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T02:02:38.110 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:37 smithi027 conmon[35362]: cluster 2024-01-24T02:02:37.814243+0000 mon.smithi027 (mon.0) 685 : cluster [INF] Cluster is now healthy 2024-01-24T02:02:38.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:37 smithi173 conmon[40198]: cephadm 2024-01-24T02:02:36.541469+0000 mgr.smithi027.ahqzdk (mgr.14180) 444 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-24T02:02:38.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:37 smithi173 conmon[40198]: cluster 2024-01-24T02:02:36.816868+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:02:38.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:37 smithi173 conmon[40198]: ) 445 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:38.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:37 smithi173 conmon[40198]: cephadm 2024-01-24T02:02:36.829148+0000 mgr.smithi027.ahqzdk (mgr.14180) 446 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi173.fbsvgy on smithi173 2024-01-24T02:02:38.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:37 smithi173 conmon[40198]: cluster 2024-01-24T02:02:37.814217+0000 mon.smithi027 (mon.0) 684 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T02:02:38.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:37 smithi173 conmon[40198]: cluster 2024-01-24T02:02 2024-01-24T02:02:38.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:37 smithi173 conmon[40198]: :37.814243+0000 mon.smithi027 (mon.0) 685 : cluster [INF] Cluster is now healthy 2024-01-24T02:02:39.068 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:02:39.068 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:02:39.654 INFO:tasks.cephadm:rgw.foo has 4/4 2024-01-24T02:02:39.654 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-24T02:02:39.664 INFO:tasks.cephadm:Waiting for ceph service ingress.rgw.foo to start (timeout 300)... 2024-01-24T02:02:39.665 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:02:39.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:39 smithi027 conmon[35362]: cluster 2024-01-24T02:02:38.817245+0000 mgr.smithi027.ahqzdk ( 2024-01-24T02:02:39.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:39 smithi027 conmon[35362]: mgr.14180) 447 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s wr, 0 op/s 2024-01-24T02:02:39.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:39 smithi173 conmon[40198]: cluster 2024-01-24T02:02:38.817245+0000 mgr.smithi027.ahqzdk (mgr.14180) 447 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s wr, 0 op/s 2024-01-24T02:02:40.810 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:40 smithi027 conmon[35362]: audit 2024-01-24T02:02:39.063619+0000 mgr.smithi027.ahqzdk (mgr.14180) 448 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:40.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:40 smithi173 conmon[40198]: audit 2024-01-24T02:02:39.063619+0000 mgr.smithi027.ahqzdk (mgr.14180) 448 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:41.438 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:02:41.438 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:02:41.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:41 smithi027 conmon[35362]: cluster 2024-01-24T02:02:40.817694+0000 mgr.smithi027.ahqzdk 2024-01-24T02:02:41.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:41 smithi027 conmon[35362]: (mgr.14180) 449 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 905 B/s rd, 90 B/s wr, 1 op/s 2024-01-24T02:02:41.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:41 smithi173 conmon[40198]: cluster 2024-01-24T02:02:40.817694+0000 mgr.smithi027.ahqzdk (mgr.14180) 449 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 905 B/s rd, 90 B/s wr, 1 op/s 2024-01-24T02:02:42.105 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:02:42.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:42 smithi027 conmon[35362]: audit 2024-01-24T02:02:41.434003+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:02:42.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:42 smithi027 conmon[35362]: 14180) 450 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:42.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:42 smithi173 conmon[40198]: audit 2024-01-24T02:02:41.434003+0000 mgr.smithi027.ahqzdk (mgr.14180) 450 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:43.105 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:02:43.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:43 smithi027 conmon[35362]: cluster 2024-01-24T02:02:42.818282+0000 mgr.smithi027.ahqzdk (mgr.14180) 451 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 181 B/s wr, 2 op/s 2024-01-24T02:02:43.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:43 smithi173 conmon[40198]: cluster 2024-01-24T02:02:42.818282+0000 mgr.smithi027.ahqzdk (mgr.14180) 451 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 181 B/s wr, 2 op/s 2024-01-24T02:02:44.877 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:02:44.877 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:02:45.440 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:02:46.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:45 smithi027 conmon[35362]: cluster 2024-01-24T02:02:44.818732+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:02:46.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:45 smithi027 conmon[35362]: .14180) 452 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 181 B/s wr, 2 op/s 2024-01-24T02:02:46.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:45 smithi027 conmon[35362]: audit 2024-01-24T02:02:44.872020+0000 mgr.smithi027.ahqzdk (mgr.14180) 453 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:46.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:45 smithi173 conmon[40198]: cluster 2024-01-24T02:02:44.818732+0000 mgr.smithi027.ahqzdk (mgr.14180) 452 2024-01-24T02:02:46.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:45 smithi173 conmon[40198]: : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 181 B/s wr, 2 op/s 2024-01-24T02:02:46.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:45 smithi173 conmon[40198]: audit 2024-01-24T02:02:44.872020+0000 mgr.smithi027.ahqzdk (mgr.14180) 453 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:46.441 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:02:47.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:47 smithi027 conmon[35362]: cluster 2024-01-24T02:02:46.819358+0000 mgr.smithi027.ahqzdk (mgr.14180) 454 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 181 B/s wr, 2 op/s 2024-01-24T02:02:48.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:47 smithi173 conmon[40198]: cluster 2024-01-24T02:02:46.819358+0000 mgr.smithi027.ahqzdk (mgr.14180) 454 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 181 B/s wr, 2 op/s 2024-01-24T02:02:48.288 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:02:48.289 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:02:48.869 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:02:49.870 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:02:49.906 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:49 smithi027 conmon[35362]: audit 2024-01-24T02:02:48.284259+0000 mgr.smithi027.ahqzdk (mgr.14180) 455 : audit 2024-01-24T02:02:49.906 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:49 smithi027 conmon[35362]: [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:49.906 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:49 smithi027 conmon[35362]: cluster 2024-01-24T02:02:48.819934+0000 mgr.smithi027.ahqzdk (mgr.14180) 456 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2024-01-24T02:02:49.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:49 smithi173 conmon[40198]: audit 2024-01-24T02:02:48.284259+0000 mgr.smithi027.ahqzdk (mgr.14180) 455 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:49.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:49 smithi173 conmon[40198]: cluster 2024-01-24T02:02:48.819934+0000 mgr.smithi027.ahqzdk (mgr.14180) 456 : 2024-01-24T02:02:49.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:49 smithi173 conmon[40198]: cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2024-01-24T02:02:51.660 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:02:51.660 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:02:52.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:51 smithi027 conmon[35362]: cluster 2024-01-24T02:02:50.820421+0000 mgr.smithi027.ahqzdk (mgr.14180) 457 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 85 B/s wr, 2 op/s 2024-01-24T02:02:52.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:51 smithi173 conmon[40198]: cluster 2024-01-24T02:02:50.820421+0000 mgr.smithi027.ahqzdk (mgr.14180) 457 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 85 B/s wr, 2 op/s 2024-01-24T02:02:52.237 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:02:53.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:52 smithi027 conmon[35362]: audit 2024-01-24T02:02:51.656123+0000 mgr.smithi027.ahqzdk (mgr.14180) 458 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:53.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:52 smithi173 conmon[40198]: audit 2024-01-24T02:02:51.656123+0000 mgr.smithi027.ahqzdk (mgr.14180) 458 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:53.238 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:02:54.069 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:53 smithi027 conmon[35362]: cluster 2024-01-24T02:02:52.821125+0000 mgr.smithi027.ahqzdk (mgr.14180) 459 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-24T02:02:54.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:53 smithi173 conmon[40198]: cluster 2024-01-24T02:02:52.821125+0000 mgr.smithi027.ahqzdk (mgr.14180) 459 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-24T02:02:55.039 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:02:55.039 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:02:55.603 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:02:56.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:55 smithi027 conmon[35362]: cluster 2024-01-24T02:02:54.821550+0000 mgr.smithi027.ahqzdk (mgr.14180) 460 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:56.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:55 smithi173 conmon[40198]: cluster 2024-01-24T02:02:54.821550+0000 mgr.smithi027.ahqzdk (mgr.14180) 460 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:56.604 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:02:57.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:56 smithi027 conmon[35362]: audit 2024-01-24T02 2024-01-24T02:02:57.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:56 smithi027 conmon[35362]: :02:55.033706+0000 mgr.smithi027.ahqzdk (mgr.14180) 461 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:57.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:56 smithi173 conmon[40198]: audit 2024-01-24T02:02:55.033706+0000 mgr.smithi027.ahqzdk (mgr.14180) 461 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:58.085 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:57 smithi027 conmon[35362]: cluster 2024-01-24T02:02:56.822232+0000 mgr.smithi027.ahqzdk (mgr.14180) 462 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:58.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:57 smithi173 conmon[40198]: cluster 2024-01-24T02:02:56.822232+0000 mgr.smithi027.ahqzdk (mgr.14180) 462 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:58.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:57 smithi173 conmon[40198]: 2024-01-24T02:02:58.414 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:02:58.414 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:02:58.969 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:02:59.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:59 smithi027 conmon[35362]: audit 2024-01-24T02:02:58.409902+0000 mgr.smithi027.ahqzdk ( 2024-01-24T02:02:59.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:59 smithi027 conmon[35362]: mgr.14180) 463 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:59.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:02:59 smithi027 conmon[35362]: cluster 2024-01-24T02:02:58.822851+0000 mgr.smithi027.ahqzdk (mgr.14180) 464 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:59.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:59 smithi173 conmon[40198]: audit 2024-01-24T02:02:58.409902+0000 mgr.smithi027.ahqzdk (mgr.14180) 463 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:02:59.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:02:59 smithi173 conmon[40198]: cluster 2024-01-24T02:02:58.822851+0000 mgr.smithi027.ahqzdk (mgr.14180) 464 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:02:59.970 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:03:01.786 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:03:01.787 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:03:02.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:01 smithi027 conmon[35362]: cluster 2024-01-24T02:03:00.823347+0000 mgr.smithi027.ahqzdk (mgr.14180) 465 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:02.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:01 smithi173 conmon[40198]: cluster 2024-01-24T02:03:00.823347+0000 mgr.smithi027.ahqzdk (mgr.14180) 465 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:02.326 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:03:03.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:02 smithi027 conmon[35362]: audit 2024-01-24T02:03:01.782048+0000 mgr.smithi027.ahqzdk (mgr.14180) 466 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:03.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:02 smithi173 conmon[40198]: audit 2024-01-24T02:03:01.782048+0000 mgr.smithi027.ahqzdk (mgr.14180) 466 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:03.328 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:03:04.093 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:03 smithi027 conmon[35362]: cluster 2024-01-24T02:03:02.823937+0000 mgr.smithi027.ahqzdk (mgr.14180) 467 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:04.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:03 smithi173 conmon[40198]: cluster 2024-01-24T02:03:02.823937+0000 mgr.smithi027.ahqzdk (mgr.14180) 467 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:05.053 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:03:05.054 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:03:05.601 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:03:06.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:05 smithi027 conmon[35362]: cluster 2024-01-24T02:03:04.824399+0000 mgr.smithi027.ahqzdk (mgr.14180) 468 : cluster 2024-01-24T02:03:06.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:05 smithi027 conmon[35362]: [DBG] pgmap v327: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:06.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:05 smithi173 conmon[40198]: cluster 2024-01-24T02:03:04.824399+0000 mgr.smithi027.ahqzdk (mgr.14180) 468 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:06.602 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:03:07.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:06 smithi027 conmon[35362]: audit 2024-01-24T02:03:05.049451+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:03:07.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:06 smithi027 conmon[35362]: .14180) 469 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:07.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:06 smithi173 conmon[40198]: audit 2024-01-24T02:03:05.049451+0000 mgr.smithi027.ahqzdk (mgr.14180) 469 : audit [DBG] 2024-01-24T02:03:07.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:06 smithi173 conmon[40198]: from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:08.100 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:07 smithi027 conmon[35362]: cluster 2024-01-24T02:03:06.825119+0000 mgr.smithi027.ahqzdk (mgr.14180) 470 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:08.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:07 smithi173 conmon[40198]: cluster 2024-01-24T02:03:06.825119+0000 mgr.smithi027.ahqzdk (mgr.14180) 470 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:08.448 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:03:08.448 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:03:09.034 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:03:09.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:09 smithi027 conmon[35362]: audit 2024-01-24T02:03:08.443611+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:03:09.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:09 smithi027 conmon[35362]: 471 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:09.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:09 smithi027 conmon[35362]: cluster 2024-01-24T02:03:08.825547+0000 mgr.smithi027.ahqzdk (mgr.14180) 472 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:09.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:09 smithi173 conmon[40198]: audit 2024-01-24T02:03:08.443611+0000 mgr.smithi027.ahqzdk (mgr.14180) 471 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:09.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:09 smithi173 conmon[40198]: cluster 2024 2024-01-24T02:03:09.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:09 smithi173 conmon[40198]: -01-24T02:03:08.825547+0000 mgr.smithi027.ahqzdk (mgr.14180) 472 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:10.035 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:03:11.830 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:03:11.830 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:03:12.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:11 smithi027 conmon[35362]: cluster 2024-01-24T02:03:10.826068+0000 mgr.smithi027.ahqzdk (mgr.14180) 473 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:12.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:11 smithi173 conmon[40198]: cluster 2024-01-24T02:03:10.826068+0000 mgr.smithi027.ahqzdk (mgr.14180) 473 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:12.417 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:03:13.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:12 smithi027 conmon[35362]: audit 2024-01-24T02:03:11.825493+0000 mgr.smithi027.ahqzdk (mgr.14180) 474 : audit 2024-01-24T02:03:13.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:12 smithi027 conmon[35362]: [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:13.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:12 smithi173 conmon[40198]: audit 2024-01-24T02:03:11.825493+0000 mgr.smithi027.ahqzdk (mgr.14180) 474 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:13.417 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:03:14.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:13 smithi027 conmon[35362]: cluster 2024-01-24T02:03:12.826843+0000 mgr.smithi027.ahqzdk (mgr.14180) 475 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:14.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:13 smithi173 conmon[40198]: cluster 2024-01-24T02:03:12.826843+0000 mgr.smithi027.ahqzdk (mgr.14180) 475 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:15.239 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:03:15.240 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:03:15.833 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:03:16.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:15 smithi027 conmon[35362]: cluster 2024-01-24T02:03:14.827543+0000 mgr.smithi027.ahqzdk 2024-01-24T02:03:16.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:15 smithi027 conmon[35362]: (mgr.14180) 476 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:16.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:15 smithi173 conmon[40198]: cluster 2024-01-24T02:03:14.827543+0000 mgr.smithi027.ahqzdk (mgr.14180) 476 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:16.835 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:03:17.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:16 smithi027 conmon[35362]: audit 2024-01-24T02:03:15.235039+0000 mgr.smithi027.ahqzdk (mgr.14180) 477 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:17.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:16 smithi173 conmon[40198]: audit 2024-01-24T02:03:15.235039+0000 mgr.smithi027.ahqzdk (mgr.14180) 477 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:18.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:17 smithi027 conmon[35362]: cluster 2024-01-24T02:03:16.828273+0000 mgr.smithi027.ahqzdk (mgr.14180) 478 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:18.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:17 smithi173 conmon[40198]: cluster 2024-01-24T02:03:16.828273+0000 mgr.smithi027.ahqzdk (mgr.14180) 478 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:18.666 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:03:18.666 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:03:19.308 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:03:19.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:19 smithi027 conmon[35362]: audit 2024-01-24T02:03:18.661885+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:03:19.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:19 smithi027 conmon[35362]: 14180) 479 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:19.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:19 smithi027 conmon[35362]: cluster 2024-01-24T02:03:18.828877+0000 mgr.smithi027.ahqzdk (mgr.14180) 480 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:19.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:19 smithi173 conmon[40198]: audit 2024-01-24T02:03:18.661885+0000 mgr.smithi027.ahqzdk (mgr.14180) 479 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:19.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:19 smithi173 conmon[40198]: cluster 2024-01-24T02:03:18.828877+0000 mgr.smithi027.ahqzdk (mgr.14180) 480 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:20.308 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:03:22.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:21 smithi027 conmon[35362]: cluster 2024-01-24T02:03:20.829310+0000 mgr.smithi027.ahqzdk (mgr.14180) 481 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:22.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:21 smithi173 conmon[40198]: cluster 2024-01-24T02:03:20.829310+0000 mgr.smithi027.ahqzdk (mgr.14180) 481 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:22.195 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:03:22.195 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:03:22.733 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:03:23.734 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:03:24.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:23 smithi027 conmon[35362]: audit 2024-01-24T02:03:22.190401+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:03:24.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:23 smithi027 conmon[35362]: 482 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:24.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:23 smithi027 conmon[35362]: cluster 2024-01-24T02:03:22.829892+0000 mgr.smithi027.ahqzdk (mgr.14180) 483 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:24.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:23 smithi173 conmon[40198]: audit 2024-01-24T02:03:22.190401+0000 mgr.smithi027.ahqzdk (mgr.14180) 482 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:24.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:23 smithi173 conmon[40198]: 2024-01-24T02:03:24.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:23 smithi173 conmon[40198]: cluster 2024-01-24T02:03:22.829892+0000 mgr.smithi027.ahqzdk (mgr.14180) 483 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:25.561 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:03:25.561 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:03:26.054 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:03:26.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:25 smithi027 conmon[35362]: cluster 2024-01-24T02:03:24.830606+0000 mgr.smithi027.ahqzdk (mgr.14180) 484 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:26.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:25 smithi173 conmon[40198]: cluster 2024-01-24T02:03:24.830606+0000 mgr.smithi027.ahqzdk (mgr.14180) 484 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:27.056 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:03:27.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:26 smithi027 conmon[35362]: audit 2024-01-24T02:03:25.556881+0000 mgr.smithi027.ahqzdk (mgr.14180) 485 : 2024-01-24T02:03:27.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:26 smithi027 conmon[35362]: audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:27.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:26 smithi173 conmon[40198]: audit 2024-01-24T02:03:25.556881+0000 mgr.smithi027.ahqzdk (mgr.14180) 485 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:28.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:27 smithi027 conmon[35362]: cluster 2024-01-24T02:03:26.831421+0000 mgr.smithi027.ahqzdk (mgr.14180) 486 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:28.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:27 smithi173 conmon[40198]: cluster 2024-01-24T02:03:26.831421+0000 mgr.smithi027.ahqzdk (mgr.14180) 486 : cluster [DBG] 2024-01-24T02:03:28.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:27 smithi173 conmon[40198]: pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:28.852 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:03:28.852 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:03:29.441 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:03:29.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:29 smithi027 conmon[35362]: cluster 2024-01-24T02:03:28.831796+0000 mgr.smithi027.ahqzdk (mgr.14180) 487 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:29.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:29 smithi027 conmon[35362]: audit 2024-01-24T02:03:28.847765+0000 mgr.smithi027.ahqzdk (mgr.14180) 488 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:29.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:29 smithi173 conmon[40198]: cluster 2024-01-24T02:03:28.831796+0000 mgr.smithi027.ahqzdk (mgr.14180) 487 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:29.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:29 smithi173 conmon[40198]: audit 2024-01-24T02:03:28.847765+0000 mgr.smithi027.ahqzdk (mgr.14180) 488 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:30.442 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:03:31.950 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:31 smithi027 conmon[35362]: cluster 2024-01-24T02:03:30.832215+0000 mgr.smithi027.ahqzdk (mgr.14180) 489 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:32.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:31 smithi173 conmon[40198]: cluster 2024-01-24T02:03:30.832215+0000 mgr.smithi027.ahqzdk (mgr.14180) 489 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:32.329 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:03:32.329 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:03:32.890 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:03:33.891 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:03:34.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:33 smithi027 conmon[35362]: audit 2024-01-24T02:03:32.324913+0000 mgr.smithi027.ahqzdk (mgr.14180) 490 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:34.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:33 smithi027 conmon[35362]: cluster 2024-01-24T02:03:32.832727+0000 mgr.smithi027.ahqzdk (mgr.14180) 491 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:34.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:33 smithi173 conmon[40198]: audit 2024-01-24T02:03:32.324913+0000 mgr.smithi027.ahqzdk (mgr.14180) 490 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:34.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:33 smithi173 conmon[40198]: 2024-01-24T02:03:34.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:33 smithi173 conmon[40198]: cluster 2024-01-24T02:03:32.832727+0000 mgr.smithi027.ahqzdk (mgr.14180) 491 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:35.656 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:03:35.657 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:03:36.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:35 smithi027 conmon[35362]: cluster 2024-01-24T02:03:34.833148+0000 mgr.smithi027.ahqzdk (mgr.14180) 492 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:36.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:35 smithi173 conmon[40198]: cluster 2024-01-24T02:03:34.833148+0000 mgr.smithi027.ahqzdk (mgr.14180) 492 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:36.180 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:03:37.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:36 smithi027 conmon[35362]: audit 2024-01-24T02:03:35.652046+0000 mgr.smithi027.ahqzdk (mgr.14180) 493 : audit 2024-01-24T02:03:37.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:36 smithi027 conmon[35362]: [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:37.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:36 smithi173 conmon[40198]: audit 2024-01-24T02:03:35.652046+0000 mgr.smithi027.ahqzdk (mgr.14180) 493 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:37.181 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:03:37.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:37 smithi027 conmon[35362]: cluster 2024-01-24T02:03:36.833822+0000 mgr.smithi027.ahqzdk (mgr.14180) 494 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:38.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:37 smithi173 conmon[40198]: cluster 2024-01-24T02:03:36.833822+0000 mgr.smithi027.ahqzdk (mgr.14180) 494 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:39.055 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:03:39.056 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:03:39.613 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:03:39.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:39 smithi027 conmon[35362]: cluster 2024-01-24T02:03:38.834252+0000 mgr.smithi027.ahqzdk (mgr.14180) 495 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:39.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:39 smithi173 conmon[40198]: cluster 2024-01-24T02:03:38.834252+0000 mgr.smithi027.ahqzdk (mgr.14180) 495 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:40.614 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:03:40.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:40 smithi027 conmon[35362]: audit 2024-01-24T02:03:39.051103+0000 mgr.smithi027.ahqzdk (mgr.14180) 496 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:40.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:40 smithi173 conmon[40198]: audit 2024-01-24T02:03:39.051103+0000 mgr.smithi027.ahqzdk (mgr.14180) 496 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:41.824 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:41 smithi027 conmon[35362]: cluster 2024-01-24T02:03:40.834694+0000 mgr.smithi027.ahqzdk (mgr.14180) 497 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:41.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:41 smithi173 conmon[40198]: cluster 2024-01-24T02:03:40.834694+0000 mgr.smithi027.ahqzdk (mgr.14180) 497 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:42.443 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:03:42.443 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:03:42.995 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:03:43.996 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:03:44.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:43 smithi027 conmon[35362]: audit 2024-01-24T02:03:42.438220+0000 mgr.smithi027.ahqzdk (mgr.14180) 498 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:44.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:43 smithi027 conmon[35362]: cluster 2024-01-24T02:03:42.835167+0000 mgr.smithi027.ahqzdk (mgr.14180) 499 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:44.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:43 smithi173 conmon[40198]: audit 2024-01-24T02:03:42.438220+0000 mgr.smithi027.ahqzdk (mgr.14180) 498 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:44.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:43 smithi173 conmon[40198]: cluster 2024-01-24T02:03:42.835167+0000 mgr.smithi027.ahqzdk (mgr.14180) 499 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:45.861 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:03:45.861 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:03:46.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:45 smithi027 conmon[35362]: cluster 2024-01-24T02:03:44.835669+0000 mgr.smithi027.ahqzdk (mgr.14180) 500 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:46.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:45 smithi173 conmon[40198]: cluster 2024-01-24T02:03:44.835669+0000 mgr.smithi027.ahqzdk (mgr.14180) 500 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:46.446 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:03:47.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:46 smithi027 conmon[35362]: audit 2024-01-24T02:03:45.856174+0000 mgr.smithi027.ahqzdk (mgr.14180) 501 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:47.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:46 smithi173 conmon[40198]: audit 2024-01-24T02:03:45.856174+0000 mgr.smithi027.ahqzdk (mgr.14180) 501 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:47.447 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:03:48.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:47 smithi027 conmon[35362]: cluster 2024-01-24T02:03:46.836396+0000 mgr.smithi027.ahqzdk (mgr.14180) 502 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:48.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:47 smithi173 conmon[40198]: cluster 2024-01-24T02:03:46.836396+0000 mgr.smithi027.ahqzdk (mgr.14180) 502 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:49.197 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:03:49.197 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:03:49.720 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:03:49.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:49 smithi027 conmon[35362]: cluster 2024-01-24T02:03:48.836787+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:03:49.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:49 smithi027 conmon[35362]: ) 503 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:49.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:49 smithi173 conmon[40198]: cluster 2024-01-24T02:03:48.836787+0000 mgr.smithi027.ahqzdk (mgr.14180) 503 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:50.720 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:03:50.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:50 smithi027 conmon[35362]: audit 2024-01-24T02:03:49.192455+0000 mgr.smithi027.ahqzdk (mgr.14180) 504 : audit 2024-01-24T02:03:50.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:50 smithi027 conmon[35362]: [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:50.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:50 smithi173 conmon[40198]: audit 2024-01-24T02:03:49.192455+0000 mgr.smithi027.ahqzdk (mgr.14180) 504 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:51.879 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:51 smithi027 conmon[35362]: cluster 2024-01-24T02:03:50.837243+0000 mgr.smithi027.ahqzdk (mgr.14180) 505 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:51.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:51 smithi173 conmon[40198]: cluster 2024-01-24T02:03:50.837243+0000 mgr.smithi027.ahqzdk (mgr.14180) 505 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:52.511 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:03:52.511 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:03:53.077 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:03:54.078 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:03:54.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:53 smithi027 conmon[35362]: audit 2024-01-24T02:03:52. 2024-01-24T02:03:54.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:53 smithi027 conmon[35362]: 506961+0000 mgr.smithi027.ahqzdk (mgr.14180) 506 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:54.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:53 smithi027 conmon[35362]: cluster 2024-01-24T02:03:52.837776+0000 mgr.smithi027.ahqzdk (mgr.14180) 507 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:54.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:53 smithi173 conmon[40198]: audit 2024-01-24T02:03:52.506961+0000 mgr.smithi027.ahqzdk (mgr.14180) 506 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:54.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:53 smithi173 conmon[40198]: cluster 2024-01-24T02:03:52.837776+0000 mgr.smithi027.ahqzdk (mgr.14180) 507 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:55.884 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:03:55.884 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:03:56.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:55 smithi027 conmon[35362]: cluster 2024-01-24T02:03:54.838187+0000 mgr.smithi027.ahqzdk (mgr.14180) 508 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:56.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:55 smithi173 conmon[40198]: cluster 2024-01-24T02:03:54.838187+0000 mgr.smithi027.ahqzdk (mgr.14180) 508 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:56.480 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:03:57.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:56 smithi027 conmon[35362]: audit 2024-01-24T02:03:55.879280+0000 mgr.smithi027.ahqzdk (mgr.14180) 509 : audit 2024-01-24T02:03:57.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:56 smithi027 conmon[35362]: [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:57.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:56 smithi173 conmon[40198]: audit 2024-01-24T02:03:55.879280+0000 mgr.smithi027.ahqzdk (mgr.14180) 509 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:03:57.481 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:03:58.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:57 smithi027 conmon[35362]: cluster 2024-01-24T02:03:56.838911+0000 mgr.smithi027.ahqzdk (mgr.14180) 510 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:58.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:57 smithi173 conmon[40198]: cluster 2024-01-24T02:03:56.838911+0000 mgr.smithi027.ahqzdk (mgr.14180) 510 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:59.304 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:03:59.304 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:03:59.899 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:59 smithi027 conmon[35362]: cluster 2024-01-24T02:03:58.839362+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:03:59.900 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:03:59 smithi027 conmon[35362]: ) 511 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:03:59.901 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:03:59.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:03:59 smithi173 conmon[40198]: cluster 2024-01-24T02:03:58.839362+0000 mgr.smithi027.ahqzdk (mgr.14180) 511 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:00.902 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:04:00.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:00 smithi027 conmon[35362]: audit 2024-01-24T02:03:59.299582+0000 mgr.smithi027.ahqzdk (mgr.14180) 512 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:00.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:00 smithi173 conmon[40198]: audit 2024-01-24T02:03:59.299582+0000 mgr.smithi027.ahqzdk (mgr.14180) 512 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:01.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:01 smithi027 conmon[35362]: cluster 2024-01-24T02:04:00.839927+0000 mgr.smithi027.ahqzdk (mgr.14180) 513 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:01.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:01 smithi173 conmon[40198]: cluster 2024-01-24T02:04:00.839927+0000 mgr.smithi027.ahqzdk (mgr.14180) 513 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:02.698 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:04:02.698 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:04:03.328 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:04:04.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:03 smithi027 conmon[35362]: audit 2024-01-24T02:04:02.693984+0000 mgr.smithi027.ahqzdk (mgr.14180) 514 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:04.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:03 smithi027 conmon[35362]: cluster 2024-01-24T02:04:02.840388+0000 mgr.smithi027.ahqzdk (mgr.14180) 515 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:04.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:03 smithi173 conmon[40198]: audit 2024-01-24T02:04:02.693984+0000 mgr.smithi027.ahqzdk (mgr.14180) 514 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:04.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:03 smithi173 conmon[40198]: cluster 2024-01-24T02:04:02.840388+0000 mgr.smithi027.ahqzdk (mgr.14180) 515 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:04.328 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:04:06.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:05 smithi027 conmon[35362]: cluster 2024-01-24T02:04:04.840902+0000 mgr.smithi027.ahqzdk (mgr.14180) 516 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:06.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:05 smithi173 conmon[40198]: cluster 2024-01-24T02:04:04.840902+0000 mgr.smithi027.ahqzdk (mgr.14180) 516 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:06.179 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:04:06.180 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:04:06.769 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:04:07.770 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:04:08.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:07 smithi027 conmon[35362]: audit 2024-01-24T02:04:06.174162+0000 mgr.smithi027.ahqzdk (mgr.14180) 517 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:08.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:07 smithi027 conmon[35362]: cluster 2024-01-24T02:04:06.841636+0000 mgr.smithi027.ahqzdk (mgr.14180) 518 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:08.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:07 smithi173 conmon[40198]: audit 2024-01-24T02:04:06.174162+0000 mgr.smithi027.ahqzdk (mgr.14180) 517 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:08.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:07 smithi173 conmon[40198]: cluster 2024-01-24T02:04:06.841636+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:04:08.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:07 smithi173 conmon[40198]: 518 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:09.569 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:04:09.569 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:04:09.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:09 smithi027 conmon[35362]: cluster 2024-01-24T02:04:08.842157+0000 mgr.smithi027.ahqzdk (mgr.14180) 519 : cluster 2024-01-24T02:04:09.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:09 smithi027 conmon[35362]: [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:09.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:09 smithi173 conmon[40198]: cluster 2024-01-24T02:04:08.842157+0000 mgr.smithi027.ahqzdk (mgr.14180) 519 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:10.167 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:04:10.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:10 smithi027 conmon[35362]: audit 2024-01-24T02:04:09.564140+0000 mgr.smithi027.ahqzdk (mgr.14180) 520 : audit 2024-01-24T02:04:10.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:10 smithi027 conmon[35362]: [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:10.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:10 smithi173 conmon[40198]: audit 2024-01-24T02:04:09.564140+0000 mgr.smithi027.ahqzdk (mgr.14180) 520 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:11.168 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:04:11.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:11 smithi027 conmon[35362]: cluster 2024-01-24T02:04:10.842853+0000 mgr.smithi027.ahqzdk (mgr.14180) 521 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:11.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:11 smithi173 conmon[40198]: cluster 2024-01-24T02:04:10.842853+0000 mgr.smithi027.ahqzdk (mgr.14180) 521 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:13.038 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:04:13.038 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:04:13.585 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:04:14.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:13 smithi027 conmon[35362]: cluster 2024-01-24T02:04:12.843319+0000 mgr.smithi027.ahqzdk 2024-01-24T02:04:14.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:13 smithi027 conmon[35362]: (mgr.14180) 522 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:14.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:13 smithi173 conmon[40198]: cluster 2024-01-24T02:04:12.843319+0000 mgr.smithi027.ahqzdk (mgr.14180) 522 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:14.586 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:04:15.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:14 smithi027 conmon[35362]: audit 2024-01-24T02:04:13.034216+0000 mgr.smithi027.ahqzdk (mgr.14180) 523 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:15.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:14 smithi173 conmon[40198]: audit 2024-01-24T02:04:13.034216+0000 mgr.smithi027.ahqzdk (mgr.14180) 523 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:15.976 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:15 smithi027 conmon[35362]: cluster 2024-01-24T02:04:14.843782+0000 mgr.smithi027.ahqzdk ( 2024-01-24T02:04:15.976 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:15 smithi027 conmon[35362]: mgr.14180) 524 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:16.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:15 smithi173 conmon[40198]: cluster 2024-01-24T02:04:14.843782+0000 mgr.smithi027.ahqzdk (mgr.14180) 524 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:16.332 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:04:16.332 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:04:16.883 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:04:17.884 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:04:18.308 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:17 smithi027 conmon[35362]: audit 2024-01-24T02:04:16.328305+0000 mgr.smithi027.ahqzdk 2024-01-24T02:04:18.308 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:17 smithi027 conmon[35362]: (mgr.14180) 525 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:18.308 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:17 smithi027 conmon[35362]: cluster 2024-01-24T02:04:16.844444+0000 mgr.smithi027.ahqzdk (mgr.14180) 526 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:18.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:17 smithi173 conmon[40198]: audit 2024-01-24T02:04:16.328305+0000 mgr.smithi027.ahqzdk (mgr.14180) 525 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:18.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:17 smithi173 conmon[40198]: cluster 2024-01-24T02:04:16.844444+0000 mgr.smithi027.ahqzdk (mgr.14180) 526 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:19.666 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:04:19.666 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:04:19.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:19 smithi027 conmon[35362]: cluster 2024-01-24T02:04:18.844826+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:04:19.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:19 smithi027 conmon[35362]: 527 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:19.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:19 smithi173 conmon[40198]: cluster 2024-01-24T02:04:18.844826+0000 mgr.smithi027.ahqzdk (mgr.14180) 527 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:20.191 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:04:20.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:20 smithi027 conmon[35362]: audit 2024-01-24T02:04:19.661675+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:04:20.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:20 smithi027 conmon[35362]: 14180) 528 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:20.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:20 smithi173 conmon[40198]: audit 2024-01-24T02:04:19.661675+0000 mgr.smithi027.ahqzdk (mgr.14180) 528 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:21.192 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:04:21.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:21 smithi027 conmon[35362]: cluster 2024-01-24T02:04:20.845328+0000 mgr.smithi027.ahqzdk (mgr.14180) 529 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:21.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:21 smithi173 conmon[40198]: cluster 2024-01-24T02:04:20.845328+0000 mgr.smithi027.ahqzdk (mgr.14180) 529 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:23.029 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:04:23.029 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:04:23.626 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:04:24.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:23 smithi027 conmon[35362]: cluster 2024-01-24T02:04:22.845814+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:04:24.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:23 smithi027 conmon[35362]: ) 530 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:24.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:23 smithi173 conmon[40198]: cluster 2024-01-24T02:04:22.845814+0000 mgr.smithi027.ahqzdk (mgr.14180) 530 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:24.627 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:04:25.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:24 smithi027 conmon[35362]: audit 2024-01-24T02:04:23.024995+0000 2024-01-24T02:04:25.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:24 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 531 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:25.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:24 smithi173 conmon[40198]: audit 2024-01-24T02:04:23.024995+0000 mgr.smithi027.ahqzdk (mgr.14180) 531 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:26.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:25 smithi027 conmon[35362]: cluster 2024-01-24T02:04:24.846281+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:04:26.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:25 smithi027 conmon[35362]: ) 532 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:26.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:25 smithi173 conmon[40198]: cluster 2024-01-24T02:04:24.846281+0000 mgr.smithi027.ahqzdk (mgr.14180) 532 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:26.553 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:04:26.554 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:04:27.125 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:04:28.126 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:04:28.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:27 smithi173 conmon[40198]: audit 2024-01-24T02:04:26.549404+0000 mgr.smithi027.ahqzdk (mgr.14180) 533 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:28.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:27 smithi173 conmon[40198]: cluster 2024 2024-01-24T02:04:28.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:27 smithi173 conmon[40198]: -01-24T02:04:26.847035+0000 mgr.smithi027.ahqzdk (mgr.14180) 534 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:28.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:27 smithi027 conmon[35362]: audit 2024-01-24T02:04:26.549404+0000 mgr.smithi027.ahqzdk (mgr.14180) 533 2024-01-24T02:04:28.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:27 smithi027 conmon[35362]: : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:28.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:27 smithi027 conmon[35362]: cluster 2024-01-24T02:04:26.847035+0000 mgr.smithi027.ahqzdk (mgr.14180) 534 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:29.905 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:04:29.979 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:04:29.979 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:29 smithi173 conmon[40198]: cluster 2024-01-24T02:04:28.847680+0000 mgr.smithi027.ahqzdk (mgr.14180) 535 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:29.980 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:29 smithi027 conmon[35362]: cluster 2024-01-24T02:04:28.847680+0000 mgr.smithi027.ahqzdk (mgr.14180) 535 2024-01-24T02:04:29.980 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:29 smithi027 conmon[35362]: : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:30.440 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:04:30.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:30 smithi027 conmon[35362]: audit 2024-01-24T02:04:29.901282+0000 2024-01-24T02:04:30.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:30 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 536 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:30.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:30 smithi173 conmon[40198]: audit 2024-01-24T02:04:29.901282+0000 mgr.smithi027.ahqzdk (mgr.14180) 536 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:31.441 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:04:31.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:31 smithi027 conmon[35362]: cluster 2024-01-24T02:04:30.848419+0000 mgr.smithi027.ahqzdk (mgr.14180) 537 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:31.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:31 smithi173 conmon[40198]: cluster 2024-01-24T02:04:30.848419+0000 mgr.smithi027.ahqzdk (mgr.14180) 537 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:31.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:31 smithi173 conmon[40198]: 2024-01-24T02:04:33.394 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:04:33.394 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:04:33.981 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:04:34.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:33 smithi027 conmon[35362]: cluster 2024-01-24T02:04:32.848924+0000 mgr.smithi027.ahqzdk 2024-01-24T02:04:34.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:33 smithi027 conmon[35362]: (mgr.14180) 538 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:34.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:33 smithi173 conmon[40198]: cluster 2024-01-24T02:04:32.848924+0000 mgr.smithi027.ahqzdk (mgr.14180) 538 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:34.982 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:04:35.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:34 smithi173 conmon[40198]: audit 2024-01-24T02:04:33.389583+0000 mgr.smithi027.ahqzdk (mgr.14180) 539 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:35.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:34 smithi027 conmon[35362]: audit 2024-01-24T02:04:33.389583+0000 mgr.smithi027.ahqzdk (mgr.14180) 539 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:36.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:35 smithi027 conmon[35362]: cluster 2024-01-24T02:04:34.849382+0000 mgr.smithi027.ahqzdk (mgr.14180) 540 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:36.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:35 smithi173 conmon[40198]: cluster 2024-01-24T02:04:34.849382+0000 mgr.smithi027.ahqzdk (mgr.14180) 540 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:36.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:35 smithi173 conmon[40198]: 2024-01-24T02:04:36.792 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:04:36.792 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:04:37.390 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:04:38.391 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:04:38.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:37 smithi027 conmon[35362]: audit 2024-01-24T02:04:36.787740+0000 mgr.smithi027.ahqzdk (mgr.14180) 541 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:38.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:37 smithi027 conmon[35362]: cluster 2024-01-24T02:04:38.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:37 smithi027 conmon[35362]: 2024-01-24T02:04:36.850028+0000 mgr.smithi027.ahqzdk (mgr.14180) 542 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:38.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:37 smithi173 conmon[40198]: audit 2024-01-24T02:04:36.787740+0000 mgr.smithi027.ahqzdk (mgr.14180) 541 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:38.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:37 smithi173 conmon[40198]: cluster 2024-01-24T02:04:36.850028+0000 mgr.smithi027.ahqzdk (mgr.14180) 542 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:39.863 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:39 smithi027 conmon[35362]: cluster 2024-01-24T02:04:38.850421+0000 mgr.smithi027.ahqzdk (mgr.14180) 543 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:39.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:39 smithi173 conmon[40198]: cluster 2024-01-24T02:04:38.850421+0000 mgr.smithi027.ahqzdk (mgr.14180) 543 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:40.200 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:04:40.201 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:04:40.764 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:04:41.765 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:04:42.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:41 smithi027 conmon[35362]: audit 2024-01-24T02:04:40.196428+0000 mgr.smithi027.ahqzdk (mgr.14180) 544 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:42.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:41 smithi027 conmon[35362]: cluster 2024-01-24T02:04:40.850902+0000 mgr.smithi027.ahqzdk (mgr.14180) 545 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:42.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:41 smithi173 conmon[40198]: audit 2024-01-24T02:04:40.196428+0000 mgr.smithi027.ahqzdk (mgr.14180) 544 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:42.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:41 smithi173 conmon[40198]: cluster 2024-01-24T02:04:40.850902+0000 mgr.smithi027.ahqzdk (mgr.14180) 545 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:43.579 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:04:43.580 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:04:44.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:43 smithi173 conmon[40198]: cluster 2024-01-24T02:04:42.851423+0000 mgr.smithi027.ahqzdk (mgr.14180) 546 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:44.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:43 smithi027 conmon[35362]: cluster 2024-01-24T02:04:42.851423 2024-01-24T02:04:44.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:43 smithi027 conmon[35362]: +0000 mgr.smithi027.ahqzdk (mgr.14180) 546 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:44.179 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:04:45.180 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:04:45.215 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:44 smithi027 conmon[35362]: audit 2024-01-24T02:04:43.575505+0000 mgr.smithi027.ahqzdk (mgr.14180) 547 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:45.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:44 smithi173 conmon[40198]: audit 2024-01-24T02:04:43.575505+0000 mgr.smithi027.ahqzdk (mgr.14180) 547 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:46.381 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:45 smithi027 conmon[35362]: cluster 2024-01-24T02:04:44.851982+0000 mgr.smithi027.ahqzdk (mgr.14180) 548 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:46.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:45 smithi173 conmon[40198]: cluster 2024-01-24T02:04:44.851982+0000 mgr.smithi027.ahqzdk (mgr.14180) 548 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:46.995 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:04:46.995 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:04:47.579 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:04:48.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:47 smithi027 conmon[35362]: cluster 2024-01-24T02:04:46.852542+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:04:48.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:47 smithi027 conmon[35362]: ) 549 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:48.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:47 smithi173 conmon[40198]: cluster 2024-01-24T02:04:46.852542+0000 mgr.smithi027.ahqzdk (mgr.14180) 549 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:48.580 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:04:49.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:48 smithi027 conmon[35362]: audit 2024-01-24T02:04:46.990396+0000 mgr.smithi027.ahqzdk (mgr.14180) 550 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:49.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:48 smithi173 conmon[40198]: audit 2024-01-24T02:04:46.990396+0000 mgr.smithi027.ahqzdk (mgr.14180) 550 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:50.027 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:49 smithi027 conmon[35362]: cluster 2024-01-24T02:04:48.853019+0000 mgr.smithi027.ahqzdk (mgr.14180) 551 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:50.381 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:04:50.430 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:04:50.431 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:49 smithi173 conmon[40198]: cluster 2024-01-24T02:04:48.853019+0000 mgr.smithi027.ahqzdk (mgr.14180) 551 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:50.431 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:49 smithi173 conmon[40198]: 2024-01-24T02:04:50.930 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:04:51.932 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:04:52.388 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:51 smithi027 conmon[35362]: audit 2024-01-24T02:04:50.377313+0000 mgr.smithi027.ahqzdk (mgr.14180) 552 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:52.388 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:51 smithi027 conmon[35362]: cluster 2024-01-24T02:04:52.388 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:51 smithi027 conmon[35362]: 2024-01-24T02:04:50.853729+0000 mgr.smithi027.ahqzdk (mgr.14180) 553 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:52.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:51 smithi173 conmon[40198]: audit 2024-01-24T02:04:50.377313+0000 mgr.smithi027.ahqzdk (mgr.14180) 552 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:52.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:51 smithi173 conmon[40198]: cluster 2024-01-24T02:04:50.853729+0000 mgr.smithi027.ahqzdk (mgr.14180) 553 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:53.778 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:04:53.779 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:04:54.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:53 smithi027 conmon[35362]: cluster 2024-01-24T02:04:52.854348+0000 mgr.smithi027.ahqzdk (mgr.14180) 554 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:54.387 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:04:54.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:53 smithi173 conmon[40198]: cluster 2024-01-24T02:04:52.854348+0000 mgr.smithi027.ahqzdk (mgr.14180) 554 : cluster [DBG] 2024-01-24T02:04:54.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:53 smithi173 conmon[40198]: pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:55.388 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:04:55.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:54 smithi027 conmon[35362]: audit 2024-01-24T02:04:53.774285+0000 mgr.smithi027.ahqzdk ( 2024-01-24T02:04:55.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:54 smithi027 conmon[35362]: mgr.14180) 555 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:55.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:54 smithi173 conmon[40198]: audit 2024-01-24T02:04:53.774285+0000 mgr.smithi027.ahqzdk (mgr.14180) 555 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:56.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:55 smithi027 conmon[35362]: cluster 2024-01-24T02:04:54.854844+0000 mgr.smithi027.ahqzdk (mgr.14180) 556 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:56.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:55 smithi173 conmon[40198]: cluster 2024-01-24T02:04:54.854844+0000 mgr.smithi027.ahqzdk (mgr.14180) 556 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:56.972 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:56 smithi027 conmon[35362]: cluster 2024-01-24T02:04:56.855424+0000 mgr.smithi027.ahqzdk (mgr.14180) 557 2024-01-24T02:04:56.972 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:56 smithi027 conmon[35362]: : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:57.343 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:04:57.343 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:04:57.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:56 smithi173 conmon[40198]: cluster 2024-01-24T02:04:56.855424+0000 mgr.smithi027.ahqzdk (mgr.14180) 557 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:58.004 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:04:58.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:57 smithi027 conmon[35362]: audit 2024-01-24T02:04:57.339378+0000 mgr.smithi027.ahqzdk (mgr.14180) 558 : audit 2024-01-24T02:04:58.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:57 smithi027 conmon[35362]: [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:58.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:57 smithi173 conmon[40198]: audit 2024-01-24T02:04:57.339378+0000 mgr.smithi027.ahqzdk (mgr.14180) 558 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:04:59.005 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:04:59.836 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:04:59 smithi027 conmon[35362]: cluster 2024-01-24T02:04:58.855851+0000 mgr.smithi027.ahqzdk (mgr.14180) 559 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:04:59.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:04:59 smithi173 conmon[40198]: cluster 2024-01-24T02:04:58.855851+0000 mgr.smithi027.ahqzdk (mgr.14180) 559 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:00.831 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:05:00.831 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:05:01.453 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:05:02.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:01 smithi027 conmon[35362]: audit 2024-01-24T02:05:00.827025+0000 mgr.smithi027.ahqzdk (mgr.14180) 560 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:02.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:01 smithi027 conmon[35362]: cluster 2024-01-24T02:05:00.856352+0000 mgr.smithi027.ahqzdk (mgr.14180) 561 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:02.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:01 smithi173 conmon[40198]: audit 2024-01-24T02:05:00.827025+0000 mgr.smithi027.ahqzdk (mgr.14180) 560 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:02.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:01 smithi173 conmon[40198]: 2024-01-24T02:05:02.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:01 smithi173 conmon[40198]: cluster 2024-01-24T02:05:00.856352+0000 mgr.smithi027.ahqzdk (mgr.14180) 561 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:02.454 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:05:04.225 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:05:04.225 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:05:04.252 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:03 smithi027 conmon[35362]: cluster 2024-01-24T02:05:02.856813+0000 mgr.smithi027.ahqzdk (mgr.14180) 562 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:04.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:03 smithi173 conmon[40198]: cluster 2024-01-24T02:05:02.856813+0000 mgr.smithi027.ahqzdk (mgr.14180) 562 : cluster [DBG] 2024-01-24T02:05:04.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:03 smithi173 conmon[40198]: pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:04.752 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:05:05.753 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:05:06.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:05 smithi027 conmon[35362]: audit 2024-01-24T02:05:04.220859+0000 2024-01-24T02:05:06.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:05 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 563 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:06.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:05 smithi027 conmon[35362]: cluster 2024-01-24T02:05:04.857327+0000 mgr.smithi027.ahqzdk (mgr.14180) 564 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:06.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:05 smithi173 conmon[40198]: audit 2024-01-24T02:05:04.220859+0000 mgr.smithi027.ahqzdk (mgr.14180) 563 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:06.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:05 smithi173 conmon[40198]: cluster 2024-01-24T02:05:04.857327+0000 mgr.smithi027.ahqzdk (mgr.14180) 564 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:07.521 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:05:07.521 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.424646Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:05:08.077 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:05:08.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:07 smithi027 conmon[35362]: cluster 2024-01-24T02:05:06.858065+0000 mgr.smithi027.ahqzdk (mgr.14180) 565 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:08.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:07 smithi173 conmon[40198]: cluster 2024-01-24T02:05:06.858065+0000 mgr.smithi027.ahqzdk (mgr.14180) 565 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:09.078 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:05:09.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:08 smithi027 conmon[35362]: audit 2024-01-24T02:05:07.516783+0000 mgr.smithi027.ahqzdk (mgr.14180) 566 : audit 2024-01-24T02:05:09.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:08 smithi027 conmon[35362]: [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:09.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:08 smithi173 conmon[40198]: audit 2024-01-24T02:05:07.516783+0000 mgr.smithi027.ahqzdk (mgr.14180) 566 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:10.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:09 smithi027 conmon[35362]: cluster 2024-01-24T02:05 2024-01-24T02:05:10.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:09 smithi027 conmon[35362]: :08.858745+0000 mgr.smithi027.ahqzdk (mgr.14180) 567 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:10.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:09 smithi027 conmon[35362]: audit 2024-01- 2024-01-24T02:05:10.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:09 smithi027 conmon[35362]: 24T02:05:09.919165+0000 2024-01-24T02:05:10.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:09 smithi027 conmon[35362]: mon.smithi027 (mon.0) 686 : 2024-01-24T02:05:10.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:09 smithi027 conmon[35362]: audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi173.fbsvgy"}]: dispatch 2024-01-24T02:05:10.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:09 smithi173 conmon[40198]: cluster 2024-01-24T02:05:08.858745+0000 mgr.smithi027.ahqzdk (mgr.14180) 567 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:10.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:09 smithi173 conmon[40198]: audit 2024-01-24T02:05:09.919165+0000 mon.smithi027 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi173.fbsvgy"}]: dispatch 2024-01-24T02:05:10.908 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:05:10.908 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:05:11.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: cephadm 2024-01-24T02:05 2024-01-24T02:05:11.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: :09.918664+0000 mgr.smithi027.ahqzdk (mgr.14180) 568 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy 2024-01-24T02:05:11.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy 2024-01-24T02:05:11.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy 2024-01-24T02:05:11.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy 2024-01-24T02:05:11.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: Deploy daemon haproxy.rgw.foo.smithi173.fbsvgy ... 2024-01-24T02:05:11.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:05:11.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:05:11.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:03:13Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:05:11.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:03:51Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:05:11.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:04:29Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:05:11.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: 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-24T02:05:11.410 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: 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-24T02:05:11.410 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:05:11.410 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: Traceback (most recent call last): 2024-01-24T02:05:11.410 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T02:05:11.410 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: yield (conn, connr) 2024-01-24T02:05:11.410 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T02:05:11.410 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: code, '\n'.join(err))) 2024-01-24T02:05:11.410 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: 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-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy 2024-01-24T02:05:11.410 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy 2024-01-24T02:05:11.410 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy 2024-01-24T02:05:11.410 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy 2024-01-24T02:05:11.410 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: Deploy daemon haproxy.rgw.foo.smithi173.fbsvgy ... 2024-01-24T02:05:11.411 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:05:11.411 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:05:11.411 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:03:13Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:05:11.411 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:03:51Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:05:11.411 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:04:29Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:05:11.411 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: 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-24T02:05:11.411 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: 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 authenticati 2024-01-24T02:05:11.411 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: ng and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:05:11.411 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:05:11.411 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: cephadm 2024-01-24T02:05:09.918830+0000 mgr.smithi027.ahqzdk (mgr.14180) 569 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi173.fbsvgy 2024-01-24T02:05:11.411 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: cephadm 2024-01-24T02:05:09.919765+0000 mgr.smithi027.ahqzdk (mgr.14180) 570 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy 2024-01-24T02:05:11.411 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy 2024-01-24T02:05:11.411 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy 2024-01-24T02:05:11.412 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy 2024-01-24T02:05:11.412 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: Deploy daemon haproxy.rgw.foo.smithi173.fbsvgy ... 2024-01-24T02:05:11.412 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:05:11.412 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:05:11.412 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:03:13Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:05:11.412 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:03:51Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:05:11.412 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:04:29Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:05:11.412 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: 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-24T02:05:11.412 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: 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-24T02:05:11.412 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:05:11.412 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:10 smithi027 conmon[35362]: cephadm 2024-01-24T02:05:09.921159+0000 mgr.smithi027.ahqzdk (mgr.14180) 571 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi027.jyqnhu on smithi027 2024-01-24T02:05:11.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: cephadm 2024-01-24T02:05:09.918664+0000 mgr.smithi027.ahqzdk (mgr.14180) 568 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy 2024-01-24T02:05:11.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy 2024-01-24T02:05:11.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy 2024-01-24T02:05:11.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy 2024-01-24T02:05:11.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: Deploy daemon haproxy.rgw.foo.smithi173.fbsvgy ... 2024-01-24T02:05:11.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:05:11.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:05:11.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:03:13Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:05:11.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:03:51Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:05:11.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:04:29Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:05:11.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: 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-24T02:05:11.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: 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-24T02:05:11.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:05:11.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: Traceback (most recent call last): 2024-01-24T02:05:11.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T02:05:11.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: yield (conn, connr) 2024-01-24T02:05:11.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T02:05:11.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: code, '\n'.join(err))) 2024-01-24T02:05:11.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: 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-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy 2024-01-24T02:05:11.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy 2024-01-24T02:05:11.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy 2024-01-24T02:05:11.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy 2024-01-24T02:05:11.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: Deploy daemon haproxy.rgw.foo.smithi173.fbsvgy ... 2024-01-24T02:05:11.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:05:11.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:05:11.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:03:13Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:05:11.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:03:51Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:05:11.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:04:29Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:05:11.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: 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-24T02:05:11.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: 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-24T02:05:11.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:05:11.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:05:11.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: cephadm 2024-01-24T02:05:09.918830+0000 mgr.smithi027.ahqzdk (mgr.14180) 569 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi173.fbsvgy 2024-01-24T02:05:11.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: cephadm 2024-01-24T02:05:09.919765+0000 mgr.smithi027.ahqzdk (mgr.14180) 570 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy 2024-01-24T02:05:11.416 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy 2024-01-24T02:05:11.416 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy 2024-01-24T02:05:11.416 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy 2024-01-24T02:05:11.416 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: Deploy daemon haproxy.rgw.foo.smithi173.fbsvgy ... 2024-01-24T02:05:11.416 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:05:11.416 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:05:11.416 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:03:13Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:05:11.416 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:03:51Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:05:11.416 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:04:29Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:05:11.416 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: 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-24T02:05:11.416 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: 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-24T02:05:11.416 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:05:11.417 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:10 smithi173 conmon[40198]: cephadm 2024-01-24T02:05:09.921159+0000 mgr.smithi027.ahqzdk (mgr.14180) 571 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi027.jyqnhu on smithi027 2024-01-24T02:05:11.525 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:05:12.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:11 smithi027 conmon[35362]: cluster 2024-01-24T02:05:10.859185+0000 mgr.smithi027.ahqzdk (mgr.14180) 572 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:12.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:11 smithi027 conmon[35362]: audit 2024-01-24T02:05:10.903682+0000 mgr.smithi027.ahqzdk (mgr.14180) 573 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:12.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:11 smithi173 conmon[40198]: cluster 2024-01-24T02:05:10.859185+0000 mgr.smithi027.ahqzdk (mgr.14180) 572 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:12.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:11 smithi173 conmon[40198]: audit 2024-01-24T02:05:10.903682+0000 mgr.smithi027.ahqzdk (mgr.14180) 573 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:12.526 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:05:13.970 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:13 smithi027 conmon[35362]: cluster 2024-01-24T02:05:12.859924+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:05:13.970 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:13 smithi027 conmon[35362]: 14180) 574 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:14.324 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:05:14.324 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:05:14.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:13 smithi173 conmon[40198]: cluster 2024-01-24T02:05:12.859924+0000 mgr.smithi027.ahqzdk (mgr.14180) 574 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:14.901 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:05:15.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:14 smithi027 conmon[35362]: audit 2024-01-24T02:05:14.319137+0000 mgr.smithi027.ahqzdk (mgr.14180) 575 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:15.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:14 smithi027 conmon[35362]: cluster 2024-01-24T02:05:14.860545+0000 mgr.smithi027.ahqzdk (mgr.14180) 576 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:15.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:14 smithi173 conmon[40198]: audit 2024-01-24T02:05:14.319137+0000 mgr.smithi027.ahqzdk (mgr.14180) 575 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:15.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:14 smithi173 conmon[40198]: cluster 2024-01-24T02:05:15.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:14 smithi173 conmon[40198]: 2024-01-24T02:05:14.860545+0000 mgr.smithi027.ahqzdk (mgr.14180) 576 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:15.902 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:05:17.779 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:05:17.779 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:05:18.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:17 smithi027 conmon[35362]: cluster 2024-01-24T02:05:16.861068+0000 2024-01-24T02:05:18.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:17 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 577 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:18.318 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:05:18.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:17 smithi173 conmon[40198]: cluster 2024-01-24T02:05:16.861068+0000 mgr.smithi027.ahqzdk (mgr.14180) 577 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:19.319 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:05:19.352 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:18 smithi027 conmon[35362]: audit 2024-01-24T02:05:17.775061+0000 mgr.smithi027.ahqzdk (mgr.14180) 578 : 2024-01-24T02:05:19.352 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:18 smithi027 conmon[35362]: audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:19.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:18 smithi173 conmon[40198]: audit 2024-01-24T02:05:17.775061+0000 mgr.smithi027.ahqzdk (mgr.14180) 578 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:20.075 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:19 smithi027 conmon[35362]: cluster 2024-01-24T02:05:18.861625+0000 mgr.smithi027.ahqzdk 2024-01-24T02:05:20.075 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:19 smithi027 conmon[35362]: (mgr.14180) 579 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:20.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:19 smithi173 conmon[40198]: cluster 2024-01-24T02:05:18.861625+0000 mgr.smithi027.ahqzdk (mgr.14180) 579 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:21.122 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:05:21.123 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:05:21.643 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:05:22.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:21 smithi027 conmon[35362]: cluster 2024-01-24T02:05:20.862108+0000 mgr.smithi027.ahqzdk (mgr.14180) 580 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:22.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:21 smithi173 conmon[40198]: cluster 2024-01-24T02:05:20.862108+0000 mgr.smithi027.ahqzdk (mgr.14180) 580 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:22.644 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:05:22.928 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:22 smithi027 conmon[35362]: audit 2024-01-24T02:05:21.118427+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:05:23.182 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:22 smithi027 conmon[35362]: 14180) 581 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:23.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:22 smithi173 conmon[40198]: audit 2024-01-24T02:05:21.118427+0000 mgr.smithi027.ahqzdk (mgr.14180) 581 : audit 2024-01-24T02:05:23.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:22 smithi173 conmon[40198]: [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:24.151 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:23 smithi027 conmon[35362]: cluster 2024-01-24T02:05:22.862610+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:05:24.151 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:23 smithi027 conmon[35362]: 582 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:24.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:23 smithi173 conmon[40198]: cluster 2024-01-24T02:05:22.862610+0000 mgr.smithi027.ahqzdk (mgr.14180) 582 : cluster [DBG] 2024-01-24T02:05:24.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:23 smithi173 conmon[40198]: pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:24.500 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:05:24.500 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:05:25.058 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:05:26.059 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:05:26.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:25 smithi027 conmon[35362]: audit 2024-01-24T02:05:24.496200+0000 mgr.smithi027.ahqzdk (mgr.14180) 583 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:26.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:25 smithi027 conmon[35362]: cluster 2024-01-24T02:05:24.863128+0000 mgr.smithi027.ahqzdk (mgr.14180) 584 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:26.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:25 smithi173 conmon[40198]: audit 2024-01-24T02:05:24.496200+0000 mgr.smithi027.ahqzdk (mgr.14180) 583 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:26.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:25 smithi173 conmon[40198]: cluster 2024-01-24T02:05:24.863128+0000 mgr.smithi027.ahqzdk (mgr.14180) 584 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:27.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:26 smithi027 conmon[35362]: cluster 2024-01-24T02:05:26.863889+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:05:27.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:26 smithi027 conmon[35362]: 585 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:27.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:26 smithi173 conmon[40198]: cluster 2024-01-24T02:05:26.863889+0000 mgr.smithi027.ahqzdk (mgr.14180) 585 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:27.878 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:05:27.879 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:05:28.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:27 smithi027 conmon[35362]: audit 2024-01-24T02:05:27.874466+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:05:28.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:27 smithi027 conmon[35362]: ) 586 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:28.399 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:05:28.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:27 smithi173 conmon[40198]: audit 2024-01-24T02:05:27.874466+0000 mgr.smithi027.ahqzdk (mgr.14180) 586 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:29.400 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:05:29.849 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:29 smithi027 conmon[35362]: cluster 2024-01-24T02:05:28.864293+0000 2024-01-24T02:05:29.849 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:29 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 587 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:30.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:29 smithi173 conmon[40198]: cluster 2024-01-24T02:05:28.864293+0000 mgr.smithi027.ahqzdk (mgr.14180) 587 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:31.102 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:05:31.103 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:05:31.667 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:05:32.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:31 smithi027 conmon[35362]: cluster 2024-01-24T02:05:30.864780+0000 mgr.smithi027.ahqzdk 2024-01-24T02:05:32.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:31 smithi027 conmon[35362]: (mgr.14180) 588 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:32.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:31 smithi173 conmon[40198]: cluster 2024-01-24T02:05:30.864780+0000 mgr.smithi027.ahqzdk (mgr.14180) 588 : cluster [DBG] 2024-01-24T02:05:32.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:31 smithi173 conmon[40198]: pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:32.668 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:05:33.115 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:32 smithi027 conmon[35362]: audit 2024-01-24T02:05:31.098272+0000 mgr.smithi027.ahqzdk 2024-01-24T02:05:33.115 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:32 smithi027 conmon[35362]: (mgr.14180) 589 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:33.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:32 smithi173 conmon[40198]: audit 2024-01-24T02:05:31.098272+0000 mgr.smithi027.ahqzdk (mgr.14180) 589 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:33.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:32 smithi173 conmon[40198]: 2024-01-24T02:05:34.092 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:33 smithi027 conmon[35362]: cluster 2024-01-24T02:05:32.865272+0000 mgr.smithi027.ahqzdk (mgr.14180) 590 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:34.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:33 smithi173 conmon[40198]: cluster 2024-01-24T02:05:32.865272+0000 mgr.smithi027.ahqzdk (mgr.14180) 590 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:34.451 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:05:34.452 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:05:34.973 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:05:35.974 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:05:36.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:35 smithi027 conmon[35362]: audit 2024-01-24T02:05:34.447282+0000 mgr.smithi027.ahqzdk (mgr.14180) 591 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:36.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:35 smithi027 conmon[35362]: cluster 2024-01-24T02:05:34.865733+0000 mgr.smithi027.ahqzdk (mgr.14180) 592 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:36.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:35 smithi173 conmon[40198]: audit 2024-01-24T02:05:34.447282+0000 mgr.smithi027.ahqzdk (mgr.14180) 591 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:36.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:35 smithi173 conmon[40198]: cluster 2024-01-24T02:05:34.865733+0000 mgr.smithi027.ahqzdk (mgr.14180) 592 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:37.707 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:05:37.707 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:05:38.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:37 smithi027 conmon[35362]: cluster 2024-01-24T02:05:36.866303+0000 mgr.smithi027.ahqzdk (mgr.14180) 593 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:38.257 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:05:38.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:37 smithi173 conmon[40198]: cluster 2024-01-24T02:05:36.866303+0000 mgr.smithi027.ahqzdk (mgr.14180) 593 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:38.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:37 smithi173 conmon[40198]: 2024-01-24T02:05:39.258 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:05:39.293 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:38 smithi027 conmon[35362]: audit 2024-01-24T02:05:37.703011+0000 mgr.smithi027.ahqzdk (mgr.14180) 594 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:39.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:38 smithi173 conmon[40198]: audit 2024-01-24T02:05:37.703011+0000 mgr.smithi027.ahqzdk (mgr.14180) 594 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:40.006 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:39 smithi027 conmon[35362]: cluster 2024-01-24T02:05:38.866824+0000 mgr.smithi027.ahqzdk (mgr.14180) 595 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:40.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:39 smithi173 conmon[40198]: cluster 2024-01-24T02:05:38.866824+0000 mgr.smithi027.ahqzdk (mgr.14180) 595 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:40.946 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:05:40.946 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:05:41.456 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:05:42.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:41 smithi027 conmon[35362]: cluster 2024-01-24T02:05:40.867283+0000 mgr.smithi027.ahqzdk (mgr.14180) 596 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:42.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:41 smithi173 conmon[40198]: cluster 2024-01-24T02:05:40.867283+0000 mgr.smithi027.ahqzdk (mgr.14180) 596 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:42.457 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:05:43.289 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:42 smithi027 conmon[35362]: audit 2024-01-24T02:05:40.941824+0000 mgr.smithi027.ahqzdk (mgr.14180) 597 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:43.289 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:42 smithi027 conmon[35362]: cluster 2024-01-24T02:05:42.867757+0000 mgr.smithi027.ahqzdk (mgr.14180) 598 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:43.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:42 smithi173 conmon[40198]: audit 2024-01-24T02:05:40.941824+0000 mgr.smithi027.ahqzdk (mgr.14180) 597 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:43.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:42 smithi173 conmon[40198]: cluster 2024-01-24T02:05:43.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:42 smithi173 conmon[40198]: 2024-01-24T02:05:42.867757+0000 mgr.smithi027.ahqzdk (mgr.14180) 598 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:44.281 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:05:44.281 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:05:44.813 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:05:45.814 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:05:46.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:45 smithi027 conmon[35362]: audit 2024-01-24T02:05:44.277207+0000 mgr.smithi027.ahqzdk (mgr.14180) 599 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:46.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:45 smithi027 conmon[35362]: cluster 2024-01-24T02:05:44.868281+0000 mgr.smithi027.ahqzdk (mgr.14180) 600 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:46.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:45 smithi173 conmon[40198]: audit 2024-01-24T02:05:44.277207+0000 mgr.smithi027.ahqzdk (mgr.14180) 599 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:46.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:45 smithi173 conmon[40198]: cluster 2024-01-24T02:05:44.868281+0000 mgr.smithi027.ahqzdk (mgr.14180) 600 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:47.627 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:05:47.627 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:05:48.211 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:47 smithi027 conmon[35362]: cluster 2024-01-24T02:05:46.868846+0000 mgr.smithi027.ahqzdk (mgr.14180) 601 : cluster 2024-01-24T02:05:48.211 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:47 smithi027 conmon[35362]: [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:48.232 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:05:48.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:47 smithi173 conmon[40198]: cluster 2024-01-24T02:05:46.868846+0000 mgr.smithi027.ahqzdk (mgr.14180) 601 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:49.233 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:05:49.268 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:48 smithi027 conmon[35362]: audit 2024-01-24T02:05:47.622800+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:05:49.268 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:48 smithi027 conmon[35362]: 14180) 602 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:49.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:48 smithi173 conmon[40198]: audit 2024-01-24T02:05:47.622800+0000 mgr.smithi027.ahqzdk (mgr.14180) 602 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:50.403 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:49 smithi027 conmon[35362]: cluster 2024-01-24T02:05:48 2024-01-24T02:05:50.403 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:49 smithi027 conmon[35362]: .869546+0000 mgr.smithi027.ahqzdk (mgr.14180) 603 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:50.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:49 smithi173 conmon[40198]: cluster 2024-01-24T02:05:48.869546+0000 mgr.smithi027.ahqzdk (mgr.14180) 603 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:50.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:49 smithi173 conmon[40198]: 2024-01-24T02:05:51.030 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:05:51.031 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:05:51.629 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:05:52.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:51 smithi027 conmon[35362]: cluster 2024-01-24T02:05:50.870125+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:05:52.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:51 smithi027 conmon[35362]: 14180) 604 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:52.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:51 smithi173 conmon[40198]: cluster 2024-01-24T02:05:50.870125+0000 mgr.smithi027.ahqzdk (mgr.14180) 604 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:52.630 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:05:53.262 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:52 smithi027 conmon[35362]: audit 2024-01-24T02:05:51.026357+0000 mgr.smithi027.ahqzdk (mgr.14180) 605 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:53.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:52 smithi173 conmon[40198]: audit 2024-01-24T02:05:51.026357+0000 mgr.smithi027.ahqzdk (mgr.14180) 605 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:54.064 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:53 smithi027 conmon[35362]: cluster 2024-01-24T02:05:52.870599+0000 2024-01-24T02:05:54.064 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:53 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 606 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:54.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:53 smithi173 conmon[40198]: cluster 2024-01-24T02:05:52.870599+0000 mgr.smithi027.ahqzdk (mgr.14180) 606 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:54.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:53 smithi173 conmon[40198]: 2024-01-24T02:05:54.454 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:05:54.454 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:05:55.098 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:05:55.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:54 smithi027 conmon[35362]: audit 2024-01-24T02:05:54.450081+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:05:55.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:54 smithi027 conmon[35362]: 14180) 607 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:55.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:54 smithi027 conmon[35362]: cluster 2024-01-24T02:05:54.871076+0000 mgr.smithi027.ahqzdk (mgr.14180) 608 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:55.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:54 smithi173 conmon[40198]: audit 2024-01-24T02:05:54.450081+0000 mgr.smithi027.ahqzdk (mgr.14180) 607 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:55.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:54 smithi173 conmon[40198]: cluster 2024-01-24T02:05:54.871076+0000 mgr.smithi027.ahqzdk (mgr.14180) 608 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:56.099 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:05:57.927 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:05:57.927 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:05:58.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:57 smithi027 conmon[35362]: cluster 2024-01-24T02:05:56.871645+0000 mgr.smithi027.ahqzdk (mgr.14180) 609 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:58.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:57 smithi173 conmon[40198]: cluster 2024-01-24T02:05:56.871645+0000 mgr.smithi027.ahqzdk (mgr.14180) 609 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:05:58.471 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:05:59.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:58 smithi027 conmon[35362]: audit 2024-01-24T02:05:57.922563+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:05:59.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:58 smithi027 conmon[35362]: 610 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:59.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:58 smithi173 conmon[40198]: audit 2024-01-24T02:05:57.922563+0000 mgr.smithi027.ahqzdk (mgr.14180) 610 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:05:59.472 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:06:00.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:05:59 smithi027 conmon[35362]: cluster 2024-01-24T02:05:58.872185+0000 mgr.smithi027.ahqzdk (mgr.14180) 611 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:00.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:05:59 smithi173 conmon[40198]: cluster 2024-01-24T02:05:58.872185+0000 mgr.smithi027.ahqzdk (mgr.14180) 611 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:01.270 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:06:01.270 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:06:01.894 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:06:02.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:01 smithi027 conmon[35362]: cluster 2024-01-24T02:06:00.872869+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:06:02.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:01 smithi027 conmon[35362]: .14180) 612 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:02.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:01 smithi173 conmon[40198]: cluster 2024-01-24T02:06:00.872869+0000 mgr.smithi027.ahqzdk (mgr.14180) 612 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:02.895 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:06:03.369 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:02 smithi027 conmon[35362]: audit 2024-01-24T02:06:01.265583+0000 mgr.smithi027.ahqzdk (mgr.14180) 613 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:03.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:02 smithi173 conmon[40198]: audit 2024-01-24T02:06:01.265583+0000 mgr.smithi027.ahqzdk (mgr.14180) 613 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:04.100 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:03 smithi027 conmon[35362]: cluster 2024-01-24T02:06:02.873470+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:06:04.100 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:03 smithi027 conmon[35362]: .14180) 614 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:04.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:03 smithi173 conmon[40198]: cluster 2024-01-24T02:06:02.873470+0000 mgr.smithi027.ahqzdk (mgr.14180) 614 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:04.728 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:06:04.729 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:06:05.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:04 smithi027 conmon[35362]: audit 2024-01-24T02:06:04.724352+0000 mgr.smithi027.ahqzdk (mgr.14180) 615 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:05.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:04 smithi027 conmon[35362]: cluster 2024-01-24T02:06:04.873857+0000 mgr.smithi027.ahqzdk (mgr.14180) 616 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:05.346 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:06:05.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:04 smithi173 conmon[40198]: audit 2024-01-24T02:06:04.724352+0000 mgr.smithi027.ahqzdk (mgr.14180) 615 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:05.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:04 smithi173 conmon[40198]: cluster 2024-01-24T02:06:04.873857+0000 mgr.smithi027.ahqzdk (mgr.14180) 616 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:06.347 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:06:08.127 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:06:08.127 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:06:08.151 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:07 smithi027 conmon[35362]: cluster 2024-01-24T02:06:06.874630+0000 mgr.smithi027.ahqzdk (mgr.14180) 617 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:08.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:07 smithi173 conmon[40198]: cluster 2024-01-24T02:06:06.874630+0000 mgr.smithi027.ahqzdk (mgr.14180) 617 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:08.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:07 smithi173 conmon[40198]: 2024-01-24T02:06:08.727 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:06:09.728 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:06:10.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:09 smithi027 conmon[35362]: audit 2024-01-24T02:06:08.122182+0000 mgr.smithi027.ahqzdk (mgr.14180) 618 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:10.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:09 smithi027 conmon[35362]: cluster 2024-01-24T02:06:10.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:09 smithi027 conmon[35362]: 2024-01-24T02:06:08.875263+0000 mgr.smithi027.ahqzdk (mgr.14180) 619 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:10.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:09 smithi173 conmon[40198]: audit 2024-01-24T02:06:08.122182+0000 mgr.smithi027.ahqzdk (mgr.14180) 618 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:10.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:09 smithi173 conmon[40198]: 2024-01-24T02:06:10.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:09 smithi173 conmon[40198]: cluster 2024-01-24T02:06:08.875263+0000 mgr.smithi027.ahqzdk (mgr.14180) 619 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:11.507 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:06:11.507 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:06:12.102 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:06:12.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:11 smithi027 conmon[35362]: cluster 2024-01-24T02:06:10.875984+0000 mgr.smithi027.ahqzdk (mgr.14180) 620 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:12.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:11 smithi173 conmon[40198]: cluster 2024-01-24T02:06:10.875984+0000 mgr.smithi027.ahqzdk (mgr.14180) 620 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:13.104 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:06:13.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:12 smithi027 conmon[35362]: audit 2024-01-24T02:06:11.502529+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:06:13.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:12 smithi027 conmon[35362]: 14180) 621 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:13.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:12 smithi173 conmon[40198]: audit 2024-01-24T02:06:11.502529+0000 mgr.smithi027.ahqzdk (mgr.14180) 621 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:14.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:13 smithi027 conmon[35362]: cluster 2024-01-24T02:06:12.876627+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:06:14.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:13 smithi027 conmon[35362]: .14180) 622 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:14.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:13 smithi173 conmon[40198]: cluster 2024-01-24T02:06:12.876627+0000 mgr.smithi027.ahqzdk (mgr.14180) 622 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:14.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:13 smithi173 conmon[40198]: 2024-01-24T02:06:14.925 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:06:14.925 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:06:15.485 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:06:16.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:15 smithi027 conmon[35362]: cluster 2024-01-24T02:06:14.877040+0000 mgr.smithi027.ahqzdk (mgr.14180) 623 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:16.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:15 smithi027 conmon[35362]: audit 2024-01-24T02:06:14.919908+0000 mgr.smithi027.ahqzdk (mgr.14180) 624 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:16.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:15 smithi173 conmon[40198]: cluster 2024-01-24T02:06:14.877040+0000 mgr.smithi027.ahqzdk (mgr.14180) 623 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:16.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:15 smithi173 conmon[40198]: audit 2024-01-24T02:06:14.919908+0000 mgr.smithi027.ahqzdk (mgr.14180) 624 2024-01-24T02:06:16.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:15 smithi173 conmon[40198]: : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:16.486 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:06:18.306 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:06:18.307 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:06:18.334 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:17 smithi027 conmon[35362]: cluster 2024-01-24T02:06:16.877656+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:06:18.334 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:17 smithi027 conmon[35362]: ) 625 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:18.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:17 smithi173 conmon[40198]: cluster 2024-01-24T02:06:16.877656+0000 mgr.smithi027.ahqzdk (mgr.14180) 625 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:18.868 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:06:19.869 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:06:20.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:19 smithi027 conmon[35362]: audit 2024-01-24T02:06:18.301797+0000 mgr.smithi027.ahqzdk (mgr.14180) 626 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:20.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:19 smithi027 conmon[35362]: cluster 2024-01-24T02:06:18.878064+0000 mgr.smithi027.ahqzdk (mgr.14180) 627 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:20.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:19 smithi173 conmon[40198]: audit 2024-01-24T02:06:18.301797+0000 mgr.smithi027.ahqzdk (mgr.14180) 626 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:20.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:19 smithi173 conmon[40198]: cluster 2024-01-24T02:06:18.878064+0000 mgr.smithi027.ahqzdk (mgr.14180) 627 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:21.616 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:06:21.616 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:06:22.166 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:06:22.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:21 smithi027 conmon[35362]: cluster 2024-01-24T02:06:20.878737+0000 mgr.smithi027.ahqzdk (mgr.14180) 628 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:22.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:21 smithi173 conmon[40198]: cluster 2024-01-24T02:06:20.878737+0000 mgr.smithi027.ahqzdk (mgr.14180) 628 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:23.168 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:06:23.201 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:22 smithi027 conmon[35362]: audit 2024-01-24T02:06:21.611593+0000 mgr.smithi027.ahqzdk (mgr.14180) 629 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:23.202 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:22 smithi027 conmon[35362]: 2024-01-24T02:06:23.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:22 smithi173 conmon[40198]: audit 2024-01-24T02:06:21.611593+0000 mgr.smithi027.ahqzdk (mgr.14180) 629 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:24.389 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:23 smithi027 conmon[35362]: cluster 2024-01-24T02:06:22.879216+0000 2024-01-24T02:06:24.389 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:23 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 630 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:24.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:23 smithi173 conmon[40198]: cluster 2024-01-24T02:06:22.879216+0000 mgr.smithi027.ahqzdk (mgr.14180) 630 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:25.024 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:06:25.024 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:06:25.611 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:06:26.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:25 smithi027 conmon[35362]: cluster 2024-01-24T02:06:24.879649+0000 mgr.smithi027.ahqzdk (mgr.14180) 631 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:26.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:25 smithi173 conmon[40198]: cluster 2024-01-24T02:06:24.879649+0000 mgr.smithi027.ahqzdk (mgr.14180) 631 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:26.612 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:06:27.211 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:26 smithi027 conmon[35362]: audit 2024-01-24T02:06:25.019874+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:06:27.211 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:26 smithi027 conmon[35362]: ) 632 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:27.211 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:26 smithi027 conmon[35362]: cluster 2024-01-24T02:06:26.880164+0000 mgr.smithi027.ahqzdk (mgr.14180) 633 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:27.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:26 smithi173 conmon[40198]: audit 2024-01-24T02:06:25.019874+0000 mgr.smithi027.ahqzdk (mgr.14180) 632 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:27.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:26 smithi173 conmon[40198]: cluster 2024-01-24T02:06:26.880164+0000 mgr.smithi027.ahqzdk (mgr.14180) 633 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:28.414 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:06:28.414 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:06:28.976 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:06:29.977 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:06:30.008 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:29 smithi027 conmon[35362]: audit 2024-01-24T02:06:28.410104+0000 mgr.smithi027.ahqzdk (mgr.14180) 634 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:30.008 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:29 smithi027 conmon[35362]: cluster 2024-01-24T02:06:28.880592+0000 mgr.smithi027.ahqzdk (mgr.14180) 635 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:30.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:29 smithi173 conmon[40198]: audit 2024-01-24T02:06:28.410104+0000 mgr.smithi027.ahqzdk (mgr.14180) 634 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:30.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:29 smithi173 conmon[40198]: cluster 2024-01-24T02:06:28.880592+0000 mgr.smithi027.ahqzdk (mgr.14180) 635 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:31.785 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:06:31.785 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:06:32.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:31 smithi027 conmon[35362]: cluster 2024-01-24T02:06:30.881306+0000 mgr.smithi027.ahqzdk (mgr.14180) 636 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:32.391 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:06:32.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:31 smithi173 conmon[40198]: cluster 2024-01-24T02:06:30.881306+0000 mgr.smithi027.ahqzdk (mgr.14180) 636 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:33.392 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:06:33.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:32 smithi027 conmon[35362]: audit 2024-01-24T02:06:31.781260+0000 mgr.smithi027.ahqzdk (mgr.14180) 637 : audit 2024-01-24T02:06:33.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:32 smithi027 conmon[35362]: [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:33.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:32 smithi173 conmon[40198]: audit 2024-01-24T02:06:31.781260+0000 mgr.smithi027.ahqzdk (mgr.14180) 637 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:34.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:33 smithi027 conmon[35362]: cluster 2024-01-24T02:06:32.881853+0000 mgr.smithi027.ahqzdk (mgr.14180) 638 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:34.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:33 smithi173 conmon[40198]: cluster 2024-01-24T02:06:32.881853+0000 mgr.smithi027.ahqzdk (mgr.14180) 638 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:35.189 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:06:35.189 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:06:35.732 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:06:36.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:35 smithi027 conmon[35362]: cluster 2024-01-24T02:06:34.882274+0000 mgr.smithi027.ahqzdk (mgr.14180) 639 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:36.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:35 smithi173 conmon[40198]: cluster 2024-01-24T02:06:34.882274+0000 mgr.smithi027.ahqzdk (mgr.14180) 639 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:36.734 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:06:37.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:36 smithi027 conmon[35362]: audit 2024-01-24T02:06:35 2024-01-24T02:06:37.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:36 smithi027 conmon[35362]: .184726+0000 mgr.smithi027.ahqzdk (mgr.14180) 640 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:37.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:36 smithi027 conmon[35362]: cluster 2024-01-24T02:06:36.882845+0000 mgr.smithi027.ahqzdk (mgr.14180) 641 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:37.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:36 smithi173 conmon[40198]: audit 2024-01-24T02:06:35.184726+0000 mgr.smithi027.ahqzdk (mgr.14180) 640 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:37.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:36 smithi173 conmon[40198]: cluster 2024-01-24T02:06:36.882845+0000 mgr.smithi027.ahqzdk (mgr.14180) 641 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:38.555 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:06:38.555 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:06:39.124 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:06:40.126 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:06:40.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:39 smithi027 conmon[35362]: audit 2024-01-24T02:06:38.550436+0000 mgr.smithi027.ahqzdk (mgr.14180) 642 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:40.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:39 smithi027 conmon[35362]: cluster 2024-01-24T02:06:38.883395+0000 mgr.smithi027.ahqzdk (mgr.14180) 643 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:40.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:39 smithi173 conmon[40198]: audit 2024-01-24T02:06:38.550436+0000 mgr.smithi027.ahqzdk (mgr.14180) 642 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:40.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:39 smithi173 conmon[40198]: cluster 2024-01-24T02:06:38.883395+0000 mgr.smithi027.ahqzdk (mgr.14180) 643 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:41.870 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:06:41.870 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:06:42.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:41 smithi027 conmon[35362]: cluster 2024-01-24T02:06:40.883912+0000 mgr.smithi027.ahqzdk (mgr.14180) 644 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:42.389 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:06:42.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:41 smithi173 conmon[40198]: cluster 2024-01-24T02:06:40.883912+0000 mgr.smithi027.ahqzdk (mgr.14180) 644 : cluster [DBG] 2024-01-24T02:06:42.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:41 smithi173 conmon[40198]: pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:43.390 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:06:43.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:42 smithi027 conmon[35362]: audit 2024-01-24T02:06:41.865018+0000 mgr.smithi027.ahqzdk (mgr.14180) 645 2024-01-24T02:06:43.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:42 smithi027 conmon[35362]: : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:43.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:42 smithi173 conmon[40198]: audit 2024-01-24T02:06:41.865018+0000 mgr.smithi027.ahqzdk (mgr.14180) 645 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:44.149 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:43 smithi027 conmon[35362]: cluster 2024-01-24T02:06:42.884588+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:06:44.149 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:43 smithi027 conmon[35362]: ) 646 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:44.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:43 smithi173 conmon[40198]: cluster 2024-01-24T02:06:42.884588+0000 mgr.smithi027.ahqzdk (mgr.14180) 646 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:45.122 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:06:45.122 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:06:45.148 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:45 smithi027 conmon[35362]: cluster 2024-01-24T02:06:44.884998+0000 mgr.smithi027.ahqzdk (mgr.14180) 647 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:45.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:45 smithi173 conmon[40198]: cluster 2024-01-24T02:06:44.884998+0000 mgr.smithi027.ahqzdk (mgr.14180) 647 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:45.631 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:06:46.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:46 smithi027 conmon[35362]: audit 2024-01-24T02:06:45.117566+0000 mgr.smithi027.ahqzdk (mgr.14180) 648 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:46.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:46 smithi173 conmon[40198]: audit 2024-01-24T02:06:45.117566+0000 mgr.smithi027.ahqzdk (mgr.14180) 648 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:46.632 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:06:47.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:47 smithi027 conmon[35362]: cluster 2024-01-24T02:06:46.885517+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:06:47.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:47 smithi027 conmon[35362]: ) 649 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:47.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:47 smithi173 conmon[40198]: cluster 2024-01-24T02:06:46.885517+0000 mgr.smithi027.ahqzdk (mgr.14180) 649 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:48.504 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:06:48.504 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:06:49.088 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:06:50.090 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:06:50.124 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:49 smithi027 conmon[35362]: audit 2024-01-24T02:06:48.500173+0000 mgr.smithi027.ahqzdk (mgr.14180) 650 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:50.124 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:49 smithi027 conmon[35362]: cluster 2024-01-24T02:06:48.886189+0000 mgr.smithi027.ahqzdk (mgr.14180) 651 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:50.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:49 smithi173 conmon[40198]: audit 2024-01-24T02:06:48.500173+0000 mgr.smithi027.ahqzdk (mgr.14180) 650 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:50.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:49 smithi173 conmon[40198]: cluster 2024-01-24T02:06:48.886189+0000 mgr.smithi027.ahqzdk (mgr.14180) 651 2024-01-24T02:06:50.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:49 smithi173 conmon[40198]: : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:51.926 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:06:51.926 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:06:52.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:51 smithi027 conmon[35362]: cluster 2024-01-24T02:06:50.886650+0000 mgr.smithi027.ahqzdk (mgr.14180) 652 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:52.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:51 smithi173 conmon[40198]: cluster 2024-01-24T02:06:50.886650+0000 mgr.smithi027.ahqzdk (mgr.14180) 652 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:52.455 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:06:53.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:52 smithi027 conmon[35362]: audit 2024-01-24T02:06:51.921275+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:06:53.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:52 smithi027 conmon[35362]: ) 653 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:53.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:52 smithi173 conmon[40198]: audit 2024-01-24T02:06:51.921275+0000 mgr.smithi027.ahqzdk (mgr.14180) 653 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:53.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:52 smithi173 conmon[40198]: 2024-01-24T02:06:53.456 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:06:54.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:53 smithi027 conmon[35362]: cluster 2024-01-24T02:06:52.887379+0000 mgr.smithi027.ahqzdk (mgr.14180) 654 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:54.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:53 smithi173 conmon[40198]: cluster 2024-01-24T02:06:52.887379+0000 mgr.smithi027.ahqzdk (mgr.14180) 654 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:55.292 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:06:55.292 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:06:55.313 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:54 smithi027 conmon[35362]: cluster 2024-01-24T02:06:54.887887+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:06:55.313 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:54 smithi027 conmon[35362]: 14180) 655 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:55.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:54 smithi173 conmon[40198]: cluster 2024-01-24T02:06:54.887887+0000 mgr.smithi027.ahqzdk (mgr.14180) 655 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:55.837 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:06:56.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:55 smithi027 conmon[35362]: audit 2024-01-24T02:06:55.287493+0000 mgr.smithi027.ahqzdk (mgr.14180) 656 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:56.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:55 smithi173 conmon[40198]: audit 2024-01-24T02:06:55.287493+0000 mgr.smithi027.ahqzdk (mgr.14180) 656 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:06:56.838 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:06:57.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:56 smithi027 conmon[35362]: cluster 2024-01-24T02:06:56. 2024-01-24T02:06:57.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:56 smithi027 conmon[35362]: 888473+0000 mgr.smithi027.ahqzdk (mgr.14180) 657 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:57.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:56 smithi173 conmon[40198]: cluster 2024-01-24T02:06:56.888473+0000 mgr.smithi027.ahqzdk (mgr.14180) 657 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:06:58.556 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:06:58.556 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:06:59.079 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:07:00.081 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:07:00.111 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:59 smithi027 conmon[35362]: audit 2024-01-24T02:06:58.551397+0000 mgr.smithi027.ahqzdk 2024-01-24T02:07:00.111 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:59 smithi027 conmon[35362]: (mgr.14180) 658 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:00.111 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:06:59 smithi027 conmon[35362]: cluster 2024-01-24T02:06:58.889036+0000 mgr.smithi027.ahqzdk (mgr.14180) 659 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:00.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:59 smithi173 conmon[40198]: audit 2024-01-24T02:06:58.551397+0000 mgr.smithi027.ahqzdk (mgr.14180) 658 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:00.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:59 smithi173 conmon[40198]: cluster 2024-01-24T02:07:00.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:06:59 smithi173 conmon[40198]: 2024-01-24T02:06:58.889036+0000 mgr.smithi027.ahqzdk (mgr.14180) 659 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:01.834 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:07:01.834 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:07:02.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:01 smithi027 conmon[35362]: cluster 2024-01-24T02:07:00.889744+0000 mgr.smithi027.ahqzdk (mgr.14180) 660 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:02.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:01 smithi173 conmon[40198]: cluster 2024-01-24T02:07:00.889744+0000 mgr.smithi027.ahqzdk (mgr.14180) 660 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:02.414 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:07:03.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:02 smithi027 conmon[35362]: audit 2024-01-24T02:07:01.829955+0000 mgr.smithi027.ahqzdk (mgr.14180) 661 : audit 2024-01-24T02:07:03.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:02 smithi027 conmon[35362]: [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:03.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:02 smithi173 conmon[40198]: audit 2024-01-24T02:07:01.829955+0000 mgr.smithi027.ahqzdk (mgr.14180) 661 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:03.415 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:07:04.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:03 smithi027 conmon[35362]: cluster 2024-01-24T02:07:02.890452+0000 mgr.smithi027.ahqzdk ( 2024-01-24T02:07:04.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:03 smithi027 conmon[35362]: mgr.14180) 662 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:04.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:03 smithi173 conmon[40198]: cluster 2024-01-24T02:07:02.890452+0000 mgr.smithi027.ahqzdk (mgr.14180) 662 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:05.172 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:07:05.172 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:07:05.312 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:04 smithi027 conmon[35362]: cluster 2024-01-24T02:07:04.890868+0000 mgr.smithi027.ahqzdk (mgr.14180) 663 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:05.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:04 smithi173 conmon[40198]: cluster 2024-01-24T02:07:04.890868+0000 mgr.smithi027.ahqzdk (mgr.14180) 663 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:05.678 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:07:06.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:05 smithi027 conmon[35362]: audit 2024-01-24T02:07:05.167052+0000 mgr.smithi027.ahqzdk (mgr.14180) 664 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:06.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:05 smithi173 conmon[40198]: audit 2024-01-24T02:07:05.167052+0000 mgr.smithi027.ahqzdk (mgr.14180) 664 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:06.679 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:07:07.310 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:06 smithi027 conmon[35362]: cluster 2024-01-24T02:07:06.891646+0000 mgr.smithi027.ahqzdk (mgr.14180) 665 : cluster 2024-01-24T02:07:07.310 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:06 smithi027 conmon[35362]: [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:07.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:06 smithi173 conmon[40198]: cluster 2024-01-24T02:07:06.891646+0000 mgr.smithi027.ahqzdk (mgr.14180) 665 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:08.553 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:07:08.553 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:07:09.104 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:07:10.106 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:07:10.139 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:09 smithi027 conmon[35362]: audit 2024-01-24T02:07:08.548479+0000 mgr.smithi027.ahqzdk (mgr.14180) 666 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:10.139 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:09 smithi027 conmon[35362]: cluster 2024-01-24T02:07:08.892127+0000 mgr.smithi027.ahqzdk (mgr.14180) 667 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:10.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:09 smithi173 conmon[40198]: audit 2024-01-24T02:07:08.548479+0000 mgr.smithi027.ahqzdk (mgr.14180) 666 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:10.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:09 smithi173 conmon[40198]: cluster 2024-01-24T02:07:08.892127+0000 mgr.smithi027.ahqzdk (mgr.14180) 667 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:11.878 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:07:11.878 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:07:12.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:11 smithi027 conmon[35362]: cluster 2024-01-24T02:07:10.892687+0000 mgr.smithi027.ahqzdk (mgr.14180) 668 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:12.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:11 smithi173 conmon[40198]: cluster 2024-01-24T02:07:10.892687+0000 mgr.smithi027.ahqzdk (mgr.14180) 668 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:12.518 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:07:13.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:12 smithi027 conmon[35362]: audit 2024-01-24T02:07:11.873357+0000 mgr.smithi027.ahqzdk (mgr.14180) 669 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:13.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:12 smithi173 conmon[40198]: audit 2024-01-24T02:07:11.873357+0000 mgr.smithi027.ahqzdk (mgr.14180) 669 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:13.520 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:07:14.344 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:13 smithi027 conmon[35362]: cluster 2024-01-24T02:07:12.893380 2024-01-24T02:07:14.344 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:13 smithi027 conmon[35362]: +0000 mgr.smithi027.ahqzdk (mgr.14180) 670 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:14.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:13 smithi173 conmon[40198]: cluster 2024-01-24T02:07:12.893380+0000 mgr.smithi027.ahqzdk (mgr.14180) 670 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:15.038 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:14 smithi027 conmon[35362]: cluster 2024-01-24T02:07:14.893804+0000 mgr.smithi027.ahqzdk (mgr.14180) 671 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:15.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:14 smithi173 conmon[40198]: cluster 2024-01-24T02:07:14.893804+0000 mgr.smithi027.ahqzdk (mgr.14180) 671 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:15.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:14 smithi173 conmon[40198]: 2024-01-24T02:07:15.435 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:07:15.435 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:07:16.034 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:07:16.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:15 smithi027 conmon[35362]: audit 2024-01-24T02:07:15.430819+0000 mgr.smithi027.ahqzdk ( 2024-01-24T02:07:16.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:15 smithi027 conmon[35362]: mgr.14180) 672 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:16.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:15 smithi173 conmon[40198]: audit 2024-01-24T02:07:15.430819+0000 mgr.smithi027.ahqzdk (mgr.14180) 672 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:17.035 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:07:17.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:16 smithi027 conmon[35362]: cluster 2024-01-24T02:07:16.894505+0000 mgr.smithi027.ahqzdk (mgr.14180) 673 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:17.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:16 smithi173 conmon[40198]: cluster 2024-01-24T02:07:16.894505+0000 mgr.smithi027.ahqzdk (mgr.14180) 673 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:18.871 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:07:18.871 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:07:19.467 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:07:19.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:19 smithi027 conmon[35362]: audit 2024-01-24T02:07:18.866215+0000 mgr.smithi027.ahqzdk (mgr.14180) 674 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:19.908 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:19 smithi027 conmon[35362]: cluster 2024-01-24T02:07:18.894897+0000 mgr.smithi027.ahqzdk (mgr.14180) 675 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:20.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:19 smithi173 conmon[40198]: audit 2024-01-24T02:07:18.866215+0000 mgr.smithi027.ahqzdk (mgr.14180) 674 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:20.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:19 smithi173 conmon[40198]: cluster 2024-01-24T02:07:18.894897+0000 mgr.smithi027.ahqzdk (mgr.14180) 675 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:20.468 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:07:22.324 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:07:22.324 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:07:22.347 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:21 smithi027 conmon[35362]: cluster 2024-01-24T02:07:20.895618+0000 mgr.smithi027.ahqzdk (mgr.14180) 676 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:22.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:21 smithi173 conmon[40198]: cluster 2024-01-24T02:07:20.895618+0000 mgr.smithi027.ahqzdk (mgr.14180) 676 : cluster [DBG] 2024-01-24T02:07:22.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:21 smithi173 conmon[40198]: pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:22.883 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:07:23.884 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:07:24.321 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:23 smithi027 conmon[35362]: audit 2024-01-24T02:07:22.319263+0000 mgr.smithi027.ahqzdk (mgr.14180) 677 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:24.322 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:23 smithi027 conmon[35362]: cluster 2024-01-24T02:07:22.896039+0000 mgr.smithi027.ahqzdk (mgr.14180) 678 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:24.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:23 smithi173 conmon[40198]: audit 2024-01-24T02:07:22.319263+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:07:24.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:23 smithi173 conmon[40198]: 677 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:24.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:23 smithi173 conmon[40198]: cluster 2024-01-24T02:07:22.896039+0000 mgr.smithi027.ahqzdk (mgr.14180) 678 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:25.353 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:24 smithi027 conmon[35362]: cluster 2024-01-24T02:07:24.896551+0000 2024-01-24T02:07:25.353 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:24 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 679 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2024-01-24T02:07:25.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:24 smithi173 conmon[40198]: cluster 2024-01-24T02:07:24.896551+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:07:25.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:24 smithi173 conmon[40198]: 679 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2024-01-24T02:07:25.731 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:07:25.731 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:07:26.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:25 smithi027 conmon[35362]: audit 2024-01-24T02:07:25.726367+0000 mgr.smithi027.ahqzdk (mgr.14180) 680 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:26.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:25 smithi173 conmon[40198]: audit 2024-01-24T02:07:25.726367+0000 mgr.smithi027.ahqzdk (mgr.14180) 680 : audit [DBG] 2024-01-24T02:07:26.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:25 smithi173 conmon[40198]: from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:26.468 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:07:27.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:26 smithi027 conmon[35362]: cluster 2024-01-24T02:07:26.897159+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:07:27.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:26 smithi027 conmon[35362]: .14180) 681 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 84 KiB/s rd, 0 B/s wr, 139 op/s 2024-01-24T02:07:27.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:26 smithi173 conmon[40198]: cluster 2024-01-24T02:07:26.897159+0000 mgr.smithi027.ahqzdk (mgr.14180) 681 : cluster [DBG] 2024-01-24T02:07:27.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:26 smithi173 conmon[40198]: pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 84 KiB/s rd, 0 B/s wr, 139 op/s 2024-01-24T02:07:27.469 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:07:29.298 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:07:29.299 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:07:29.824 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:07:30.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:29 smithi027 conmon[35362]: cluster 2024-01-24T02:07:28.897566+0000 mgr.smithi027.ahqzdk (mgr.14180) 682 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 178 op/s 2024-01-24T02:07:30.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:29 smithi173 conmon[40198]: cluster 2024-01-24T02:07:28.897566+0000 mgr.smithi027.ahqzdk (mgr.14180) 682 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 178 op/s 2024-01-24T02:07:30.824 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:07:31.032 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:30 smithi173 conmon[40198]: audit 2024-01-24T02:07:29.293604+0000 mgr.smithi027.ahqzdk (mgr.14180) 683 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:31.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:30 smithi027 conmon[35362]: audit 2024-01-24T02:07:29.293604+0000 mgr.smithi027.ahqzdk (mgr.14180) 683 : 2024-01-24T02:07:31.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:30 smithi027 conmon[35362]: audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:31.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:31 smithi027 conmon[35362]: cluster 2024-01-24T02:07:30.898225+0000 mgr.smithi027.ahqzdk (mgr.14180) 684 : cluster 2024-01-24T02:07:31.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:31 smithi027 conmon[35362]: [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 KiB/s rd, 0 B/s wr, 197 op/s 2024-01-24T02:07:32.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:31 smithi173 conmon[40198]: cluster 2024-01-24T02:07:30.898225+0000 mgr.smithi027.ahqzdk (mgr.14180) 684 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 KiB/s rd, 0 B/s wr, 197 op/s 2024-01-24T02:07:32.588 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:07:32.588 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:07:33.192 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:07:34.192 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:07:34.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:33 smithi027 conmon[35362]: audit 2024-01-24T02:07:32.583363+0000 mgr.smithi027.ahqzdk (mgr.14180) 685 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:34.227 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:33 smithi027 conmon[35362]: cluster 2024-01-24T02:07:32.898708+0000 mgr.smithi027.ahqzdk (mgr.14180) 686 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 KiB/s rd, 0 B/s wr, 197 op/s 2024-01-24T02:07:34.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:33 smithi173 conmon[40198]: audit 2024-01-24T02:07:32.583363+0000 mgr.smithi027.ahqzdk (mgr.14180) 685 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:34.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:33 smithi173 conmon[40198]: cluster 2024-01-24T02:07:32.898708+0000 mgr.smithi027.ahqzdk (mgr.14180) 686 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 KiB/s rd, 0 B/s wr, 197 op/s 2024-01-24T02:07:35.405 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:35 smithi027 conmon[35362]: cluster 2024-01-24T02:07:34.899326+0000 mgr.smithi027.ahqzdk 2024-01-24T02:07:35.405 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:35 smithi027 conmon[35362]: (mgr.14180) 687 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 KiB/s rd, 0 B/s wr, 197 op/s 2024-01-24T02:07:35.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:35 smithi173 conmon[40198]: cluster 2024-01-24T02:07:34.899326+0000 mgr.smithi027.ahqzdk (mgr.14180) 687 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 KiB/s rd, 0 B/s wr, 197 op/s 2024-01-24T02:07:36.014 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:07:36.014 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:07:36.599 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:07:37.601 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:07:38.219 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:37 smithi027 conmon[35362]: audit 2024-01-24T02:07:36.009162+0000 mgr.smithi027.ahqzdk (mgr.14180) 688 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:38.219 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:37 smithi027 conmon[35362]: cluster 2024-01-24T02:07:36.899890+0000 mgr.smithi027.ahqzdk (mgr.14180) 689 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 113 KiB/s rd, 0 B/s wr, 189 op/s 2024-01-24T02:07:38.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:37 smithi173 conmon[40198]: audit 2024-01-24T02:07:36.009162+0000 mgr.smithi027.ahqzdk (mgr.14180) 688 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:38.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:37 smithi173 conmon[40198]: cluster 2024-01-24T02:07:36.899890+0000 mgr.smithi027.ahqzdk (mgr.14180) 689 : 2024-01-24T02:07:38.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:37 smithi173 conmon[40198]: cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 113 KiB/s rd, 0 B/s wr, 189 op/s 2024-01-24T02:07:39.401 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:07:39.401 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:07:39.955 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:39 smithi027 conmon[35362]: cluster 2024-01-24T02:07:38.900301+0000 mgr.smithi027.ahqzdk (mgr.14180) 690 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 34 KiB/s rd, 0 B/s wr, 57 op/s 2024-01-24T02:07:39.956 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:07:40.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:39 smithi173 conmon[40198]: cluster 2024-01-24T02:07:38.900301+0000 mgr.smithi027.ahqzdk (mgr.14180) 690 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 34 KiB/s rd, 0 B/s wr, 57 op/s 2024-01-24T02:07:40.957 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:07:40.992 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:40 smithi027 conmon[35362]: audit 2024-01-24T02:07:39.396356+0000 mgr.smithi027.ahqzdk (mgr.14180) 691 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:41.031 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:40 smithi173 conmon[40198]: audit 2024-01-24T02:07:39.396356+0000 mgr.smithi027.ahqzdk (mgr.14180) 691 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:42.143 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:41 smithi027 conmon[35362]: cluster 2024-01-24T02:07:40.900879+0000 mgr.smithi027.ahqzdk (mgr.14180) 692 : cluster [DBG] pgmap v465: 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, 18 op/s 2024-01-24T02:07:42.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:41 smithi173 conmon[40198]: cluster 2024-01-24T02:07:40.900879+0000 mgr.smithi027.ahqzdk (mgr.14180) 692 : cluster [DBG] pgmap v465: 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, 18 op/s 2024-01-24T02:07:42.741 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:07:42.741 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:33.282354Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:59:56.785611Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.udwqbr on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-udwqbr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.udwqbr\nDeploy daemon haproxy.rgw.foo.smithi173.udwqbr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T01:58:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:58:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T01:59: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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.508423Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.utvgpl on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-utvgpl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.utvgpl\nDeploy daemon haproxy.rgw.foo.smithi027.utvgpl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:00:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:01:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:02:31.512728Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.usltzy on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:33.282501Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:33.282603Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:33.282672Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:33.282739Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:33.283048Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:07:43.356 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:07:44.357 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:07:44.385 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:43 smithi027 conmon[35362]: audit 2024-01-24T02:07:42.735939+0000 mgr.smithi027.ahqzdk (mgr.14180) 693 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:44.385 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:43 smithi027 conmon[35362]: cluster 2024-01-24T02:07:42.901434+0000 mgr.smithi027.ahqzdk (mgr.14180) 694 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:44.385 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:43 smithi027 conmon[35362]: audit 2024-01-24T02:07:43.608588+0000 mon.smithi027 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi027.jyqnhu"}]: dispatch 2024-01-24T02:07:44.385 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:43 smithi027 conmon[35362]: audit 2024-01-24T02:07:43.616202+0000 mon.smithi027 (mon.0) 688 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:07:44.385 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:43 smithi027 conmon[35362]: audit 2024-01-24T02:07 2024-01-24T02:07:44.385 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:43 smithi027 conmon[35362]: :43.883880+0000 mon.smithi027 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:07:44.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:43 smithi173 conmon[40198]: audit 2024-01-24T02:07:42.735939+0000 mgr.smithi027.ahqzdk (mgr.14180) 693 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:44.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:43 smithi173 conmon[40198]: cluster 2024-01-24T02:07:42.901434 2024-01-24T02:07:44.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:43 smithi173 conmon[40198]: +0000 mgr.smithi027.ahqzdk (mgr.14180) 694 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:44.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:43 smithi173 conmon[40198]: audit 2024-01-24T02:07:43.608588+0000 mon.smithi027 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi027.jyqnhu"}]: dispatch 2024-01-24T02:07:44.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:43 smithi173 conmon[40198]: audit 2024-01-24T02:07:43.616202+0000 mon.smithi027 (mon.0) 688 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:07:44.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:43 smithi173 conmon[40198]: audit 2024-01-24T02:07:43.883880+0000 mon.smithi027 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:07:45.104 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: cephadm 2024-01-24T02:07: 2024-01-24T02:07:45.104 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: 43.608080+0000 mgr.smithi027.ahqzdk (mgr.14180) 695 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu 2024-01-24T02:07:45.104 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu 2024-01-24T02:07:45.104 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu 2024-01-24T02:07:45.104 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu 2024-01-24T02:07:45.104 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: Deploy daemon haproxy.rgw.foo.smithi027.jyqnhu ... 2024-01-24T02:07:45.104 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:07:45.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:07:45.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:05:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:07:45.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:06:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:07:45.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:07:03Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:07:45.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: 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-24T02:07:45.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: 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-24T02:07:45.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:07:45.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: Traceback (most recent call last): 2024-01-24T02:07:45.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T02:07:45.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: yield (conn, connr) 2024-01-24T02:07:45.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T02:07:45.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: code, '\n'.join(err))) 2024-01-24T02:07:45.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: 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-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu 2024-01-24T02:07:45.105 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu 2024-01-24T02:07:45.106 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu 2024-01-24T02:07:45.106 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu 2024-01-24T02:07:45.106 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: Deploy daemon haproxy.rgw.foo.smithi027.jyqnhu ... 2024-01-24T02:07:45.106 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:07:45.106 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:07:45.106 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:05:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:07:45.106 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:06:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:07:45.106 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:07:03Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:07:45.106 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: 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-24T02:07:45.106 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticatin 2024-01-24T02:07:45.106 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: g and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:07:45.106 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:07:45.106 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: cephadm 2024-01-24T02:07:43.608247+0000 mgr.smithi027.ahqzdk (mgr.14180) 696 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi027.jyqnhu 2024-01-24T02:07:45.106 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: cephadm 2024-01-24T02:07:43.609169+0000 mgr.smithi027.ahqzdk (mgr.14180) 697 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu 2024-01-24T02:07:45.107 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu 2024-01-24T02:07:45.107 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu 2024-01-24T02:07:45.107 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu 2024-01-24T02:07:45.107 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: Deploy daemon haproxy.rgw.foo.smithi027.jyqnhu ... 2024-01-24T02:07:45.107 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:07:45.107 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:07:45.107 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:05:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:07:45.107 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:06:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:07:45.107 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:07:03Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:07:45.107 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: 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-24T02:07:45.107 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: 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-24T02:07:45.107 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:07:45.107 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: cephadm 2024-01-24T02:07:43.610455+0000 mgr.smithi027.ahqzdk (mgr.14180) 698 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-24T02:07:45.107 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: cephadm 2024-01-24T02:07:43.611499+0000 mgr.smithi027.ahqzdk (mgr.14180) 699 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-24T02:07:45.108 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: cluster 2024-01-24T02:07:43.612243+0000 mgr.smithi027.ahqzdk (mgr.14180) 700 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:45.108 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: cluster 2024-01-24T02:07:43.954127+0000 mon.smithi027 (mon.0) 690 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T02:07:45.108 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:44 smithi027 conmon[35362]: audit 2024-01-24T02:07:44.560500+0000 mon.smithi027 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:07:45.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: cephadm 2024-01-24T02:07:43.608080+0000 mgr.smithi027.ahqzdk (mgr.14180) 695 2024-01-24T02:07:45.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu 2024-01-24T02:07:45.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu 2024-01-24T02:07:45.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu 2024-01-24T02:07:45.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu 2024-01-24T02:07:45.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: Deploy daemon haproxy.rgw.foo.smithi027.jyqnhu ... 2024-01-24T02:07:45.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:07:45.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:07:45.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:05:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:07:45.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:06:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:07:45.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:07:03Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:07:45.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: 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-24T02:07:45.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: 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-24T02:07:45.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:07:45.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: Traceback (most recent call last): 2024-01-24T02:07:45.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T02:07:45.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: yield (conn, connr) 2024-01-24T02:07:45.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T02:07:45.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: code, '\n'.join(err))) 2024-01-24T02:07:45.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: 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-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu 2024-01-24T02:07:45.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu 2024-01-24T02:07:45.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu 2024-01-24T02:07:45.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu 2024-01-24T02:07:45.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: Deploy daemon haproxy.rgw.foo.smithi027.jyqnhu ... 2024-01-24T02:07:45.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:07:45.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:07:45.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:05:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:07:45.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:06:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:07:45.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:07:03Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:07:45.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: 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-24T02:07:45.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-ra 2024-01-24T02:07:45.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: te-limit 2024-01-24T02:07:45.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:07:45.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: cephadm 2024-01-24T02:07:43.608247+0000 mgr.smithi027.ahqzdk (mgr.14180) 696 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi027.jyqnhu 2024-01-24T02:07:45.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: cephadm 2024-01-24T02:07:43.609169+0000 mgr.smithi027.ahqzdk (mgr.14180) 697 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu 2024-01-24T02:07:45.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu 2024-01-24T02:07:45.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu 2024-01-24T02:07:45.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu 2024-01-24T02:07:45.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: Deploy daemon haproxy.rgw.foo.smithi027.jyqnhu ... 2024-01-24T02:07:45.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:07:45.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:07:45.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:05:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:07:45.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:06:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:07:45.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:07:03Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:07:45.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: 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-24T02:07:45.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: 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-24T02:07:45.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:07:45.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: cephadm 2024-01-24T02:07:43.610455+0000 mgr.smithi027.ahqzdk (mgr.14180) 698 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-24T02:07:45.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: cephadm 2024-01-24T02:07:43.611499+0000 mgr.smithi027.ahqzdk (mgr.14180) 699 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-24T02:07:45.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: cluster 2024-01-24T02:07:43.612243+0000 mgr.smithi027.ahqzdk (mgr.14180) 700 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:45.416 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: cluster 2024-01-24T02:07:43.954127+0000 mon.smithi027 (mon.0) 690 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T02:07:45.416 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:44 smithi173 conmon[40198]: audit 2024-01-24T02:07:44.560500+0000 mon.smithi027 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:07:46.076 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:45 smithi027 conmon[35362]: audit 2024-01-24T02:07:44.961269+0000 mon.smithi027 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:07:46.076 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:45 smithi027 conmon[35362]: cluster 2024-01-24T02:07:45.612979+0000 mgr.smithi027.ahqzdk (mgr.14180) 701 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:46.076 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:45 smithi027 conmon[35362]: audit 2024-01-24T02:07:45.653132+0000 mon.smithi027 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:07:46.076 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:45 smithi027 conmon[35362]: audit 2024-01-24T02:07:45.955174+0000 mon.smithi027 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:07:46.076 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:45 smithi027 conmon[35362]: audit 2024-01-24T02:07:45.955895+0000 mon.smithi027 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:07:46.076 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:45 smithi027 conmon[35362]: audit 2024-01-24T02:07:45.956511+0000 mon.smithi027 (mon.0) 696 : audit 2024-01-24T02:07:46.076 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:45 smithi027 conmon[35362]: [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:07:46.076 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:45 smithi027 conmon[35362]: audit 2024-01-24T02:07:45.957104+0000 mon.smithi027 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:07:46.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:45 smithi173 conmon[40198]: audit 2024-01-24T02:07:44.961269+0000 mon.smithi027 (mon.0) 692 2024-01-24T02:07:46.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:45 smithi173 conmon[40198]: : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:07:46.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:45 smithi173 conmon[40198]: cluster 2024-01-24T02:07:45.612979+0000 mgr.smithi027.ahqzdk (mgr.14180) 701 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:46.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:45 smithi173 conmon[40198]: audit 2024-01-24T02:07:45.653132+0000 mon.smithi027 (mon.0) 693 : 2024-01-24T02:07:46.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:45 smithi173 conmon[40198]: audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:07:46.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:45 smithi173 conmon[40198]: audit 2024-01-24T02:07:45.955174+0000 mon.smithi027 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:07:46.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:45 smithi173 conmon[40198]: audit 2024-01-24T02:07:45.955895+0000 mon.smithi027 (mon.0) 695 : audit 2024-01-24T02:07:46.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:45 smithi173 conmon[40198]: [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:07:46.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:45 smithi173 conmon[40198]: audit 2024-01-24T 2024-01-24T02:07:46.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:45 smithi173 conmon[40198]: 02:07:45.956511+0000 mon.smithi027 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:07:46.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:45 smithi173 conmon[40198]: audit 2024-01-24T02:07:45.957104+0000 mon.smithi027 (mon.0) 697 2024-01-24T02:07:46.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:45 smithi173 conmon[40198]: : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:07:46.548 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:07:46.548 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:02:36.207452Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:02:36.207531Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:02:36.207605Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:02:36.207374Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:02:36.207226Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:02:36.207673Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:02:36.207807Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:02:36.207740Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:02:36.208071Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:07:47.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:46 smithi027 conmon[35362]: cephadm 2024-01-24T02:07:45.957588+0000 mgr.smithi027.ahqzdk 2024-01-24T02:07:47.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:46 smithi027 conmon[35362]: (mgr.14180) 702 : cephadm [INF] Adjusting osd_memory_target on smithi173 to 3478M 2024-01-24T02:07:47.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:46 smithi027 conmon[35362]: audit 2024-01-24T02:07:45.961640+0000 mon.smithi027 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:07:47.229 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:46 smithi027 conmon[35362]: audit 2024-01-24T02:07:46.543893+0000 mgr.smithi027.ahqzdk (mgr.14180) 703 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:47.230 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:07:47.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:46 smithi173 conmon[40198]: cephadm 2024-01-24T02:07:45.957588+0000 mgr.smithi027.ahqzdk (mgr.14180) 702 : cephadm 2024-01-24T02:07:47.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:46 smithi173 conmon[40198]: [INF] Adjusting osd_memory_target on smithi173 to 3478M 2024-01-24T02:07:47.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:46 smithi173 conmon[40198]: audit 2024-01-24T02:07:45.961640+0000 mon.smithi027 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:07:47.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:46 smithi173 conmon[40198]: audit 2024-01-24T02:07:46.543893+0000 mgr.smithi027.ahqzdk (mgr.14180) 703 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:48.231 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:07:48.259 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:47 smithi027 conmon[35362]: cluster 2024-01-24T02:07:47.613655 2024-01-24T02:07:48.259 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:47 smithi027 conmon[35362]: +0000 mgr.smithi027.ahqzdk (mgr.14180) 704 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:48.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:47 smithi173 conmon[40198]: cluster 2024-01-24T02:07:47.613655+0000 mgr.smithi027.ahqzdk (mgr.14180) 704 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:49.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:49 smithi027 conmon[35362]: audit 2024-01-24T02:07:48.002440 2024-01-24T02:07:49.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:49 smithi027 conmon[35362]: +0000 mon.smithi027 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:07:49.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:49 smithi027 conmon[35362]: audit 2024-01-24T02:07:48.345186+0000 mon.smithi027 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:07:49.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:49 smithi027 conmon[35362]: audit 2024-01-24T02:07:48.345856+0000 mon.smithi027 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:07:49.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:49 smithi027 conmon[35362]: audit 2024-01-24T02:07:48.346443+0000 mon.smithi027 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:07:49.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:49 smithi027 conmon[35362]: audit 2024-01-24T02:07:48.346992+0000 mon.smithi027 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:07:49.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:49 smithi027 conmon[35362]: cephadm 2024-01-24T02:07:48.347412+0000 mgr.smithi027.ahqzdk (mgr.14180) 705 : cephadm [INF] Adjusting osd_memory_target on smithi027 to 2710M 2024-01-24T02:07:49.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:49 smithi027 conmon[35362]: audit 2024-01-24T02:07:48.352702+0000 mon.smithi027 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:07:49.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:49 smithi027 conmon[35362]: audit 2024-01-24T02:07:48.353800+0000 mon.smithi027 (mon.0) 705 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:07:49.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:49 smithi027 conmon[35362]: audit 2024-01-24T02:07:48.354498+0000 mon.smithi027 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T02:07:49.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:49 smithi027 conmon[35362]: cephadm 2024-01-24T02:07:48.357819+0000 mgr.smithi027.ahqzdk (mgr.14180) 706 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-24T02:07:49.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:49 smithi027 conmon[35362]: audit 2024-01-24T02:07:49.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:49 smithi027 conmon[35362]: 2024-01-24T02:07:48.544009+0000 mon.smithi027 ( 2024-01-24T02:07:49.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:49 smithi027 conmon[35362]: mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:07:49.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:49 smithi027 conmon[35362]: cluster 2024-01- 2024-01-24T02:07:49.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:49 smithi027 conmon[35362]: 24T02:07:48.544891+0000 mgr.smithi027.ahqzdk ( 2024-01-24T02:07:49.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:49 smithi027 conmon[35362]: mgr.14180) 707 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:49.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:49 smithi027 conmon[35362]: audit 2024-01 2024-01-24T02:07:49.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:49 smithi027 conmon[35362]: -24T02:07:48.548808+0000 2024-01-24T02:07:49.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:49 smithi027 conmon[35362]: mon.smithi027 (mon.0) 708 : audit [DBG] 2024-01-24T02:07:49.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:49 smithi027 conmon[35362]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T02:07:49.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:49 smithi027 conmon[35362]: cephadm 2024-01-24T02:07:49.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:49 smithi027 conmon[35362]: 2024-01-24T02:07:48.555107+0000 mgr.smithi027.ahqzdk 2024-01-24T02:07:49.409 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:49 smithi027 conmon[35362]: (mgr.14180) 708 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi173.laaorj on smithi173 2024-01-24T02:07:49.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: audit 2024-01-24T02:07:48.002440+0000 mon.smithi027 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:07:49.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: audit 2024-01-24T02:07:48.345186+0000 mon.smithi027 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:07:49.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: audit 2024-01-24T02:07:48.345856+0000 mon.smithi027 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:07:49.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: audit 2024-01-24T02:07:48.346443+0000 mon.smithi027 (mon.0) 702 : audit [INF] 2024-01-24T02:07:49.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:07:49.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: audit 2024-01-24T02:07:48.346992+0000 mon.smithi027 ( 2024-01-24T02:07:49.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:07:49.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: cephadm 2024-01-24T02:07: 2024-01-24T02:07:49.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: 48.347412+0000 mgr.smithi027.ahqzdk (mgr.14180) 705 : cephadm 2024-01-24T02:07:49.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: [INF] Adjusting osd_memory_target on smithi027 to 2710M 2024-01-24T02:07:49.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: audit 2024-01-24T02:07:48. 2024-01-24T02:07:49.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: 352702+0000 mon.smithi027 (mon.0) 704 : audit [INF] 2024-01-24T02:07:49.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:07:49.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: audit 2024-01-24T02:07:49.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: 2024-01-24T02:07:48.353800+0000 mon.smithi027 (mon. 2024-01-24T02:07:49.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: 0) 705 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:07:49.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: audit 2024-01-24T02:07 2024-01-24T02:07:49.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: :48.354498+0000 mon.smithi027 (mon.0) 706 : 2024-01-24T02:07:49.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T02:07:49.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: cephadm 2024-01-24T02:07:48.357819+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:07:49.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: .14180) 706 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-24T02:07:49.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: audit 2024-01- 2024-01-24T02:07:49.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: 24T02:07:48.544009+0000 mon.smithi027 (mon.0) 707 : audit 2024-01-24T02:07:49.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:07:49.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: cluster 2024-01-24T02:07:49.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: 2024-01-24T02:07:48.544891+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:07:49.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: 14180) 707 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:07:49.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: audit 2024-01-24T02 2024-01-24T02:07:49.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: :07:48.548808+0000 mon.smithi027 (mon.0) 2024-01-24T02:07:49.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: 708 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T02:07:49.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: cephadm 2024-01-24T02:07: 2024-01-24T02:07:49.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: 48.555107+0000 mgr.smithi027.ahqzdk (mgr.14180) 708 : cephadm 2024-01-24T02:07:49.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:49 smithi173 conmon[40198]: [INF] Deploying daemon haproxy.rgw.foo.smithi173.laaorj on smithi173 2024-01-24T02:07:50.064 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:07:50.064 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:07:50.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:50 smithi027 conmon[35362]: cluster 2024-01-24T02:07:49.542044+0000 2024-01-24T02:07:50.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:50 smithi027 conmon[35362]: mon.smithi027 (mon.0) 709 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T02:07:50.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:50 smithi027 conmon[35362]: cluster 2024-01-24T02:07:49.542070+0000 mon.smithi027 (mon.0) 710 : cluster [INF] Cluster is now healthy 2024-01-24T02:07:50.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:50 smithi173 conmon[40198]: cluster 2024-01-24T02:07:49.542044+0000 mon.smithi027 (mon.0) 709 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T02:07:50.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:50 smithi173 conmon[40198]: cluster 2024-01-24T02:07:49.542070+0000 mon.smithi027 (mon.0) 710 : cluster [INF] Cluster is now healthy 2024-01-24T02:07:50.631 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:07:51.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:51 smithi027 conmon[35362]: audit 2024-01-24T02:07:50.059471+0000 mgr.smithi027.ahqzdk 2024-01-24T02:07:51.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:51 smithi027 conmon[35362]: (mgr.14180) 709 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:51.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:51 smithi027 conmon[35362]: cluster 2024-01-24T02:07:50. 2024-01-24T02:07:51.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:51 smithi027 conmon[35362]: 545448+0000 mgr.smithi027.ahqzdk (mgr.14180) 710 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 530 B/s rd, 0 op/s 2024-01-24T02:07:51.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:51 smithi173 conmon[40198]: audit 2024-01-24T02:07:50.059471+0000 mgr.smithi027.ahqzdk (mgr.14180) 709 : audit [DBG] 2024-01-24T02:07:51.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:51 smithi173 conmon[40198]: from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:51.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:51 smithi173 conmon[40198]: cluster 2024-01-24T02:07:50.545448+0000 mgr.smithi027.ahqzdk (mgr.14180) 710 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 530 B/s rd, 0 op/s 2024-01-24T02:07:51.632 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:07:53.431 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:07:53.432 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:07:53.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:53 smithi027 conmon[35362]: cluster 2024-01-24T02:07:52.545992+0000 mgr.smithi027.ahqzdk (mgr.14180) 711 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-01-24T02:07:53.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:53 smithi173 conmon[40198]: cluster 2024-01-24T02:07:52.545992+0000 mgr.smithi027.ahqzdk (mgr.14180) 711 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-01-24T02:07:54.021 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:07:55.022 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:07:55.071 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:54 smithi027 conmon[35362]: audit 2024-01-24T02:07:53.427203+0000 mgr.smithi027.ahqzdk (mgr.14180) 712 : 2024-01-24T02:07:55.072 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:54 smithi027 conmon[35362]: audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:55.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:54 smithi173 conmon[40198]: audit 2024-01-24T02:07:53.427203+0000 mgr.smithi027.ahqzdk (mgr.14180) 712 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:55.839 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:55 smithi027 conmon[35362]: cluster 2024-01-24T02:07:54.546475+0000 mgr.smithi027.ahqzdk (mgr.14180) 713 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-01-24T02:07:56.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:55 smithi173 conmon[40198]: cluster 2024-01-24T02:07:54.546475+0000 mgr.smithi027.ahqzdk (mgr.14180) 713 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-01-24T02:07:56.881 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:07:56.881 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:07:57.472 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:07:58.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:57 smithi027 conmon[35362]: cluster 2024-01-24T02:07:56.547005+0000 mgr.smithi027.ahqzdk (mgr.14180) 714 : 2024-01-24T02:07:58.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:57 smithi027 conmon[35362]: cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-01-24T02:07:58.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:57 smithi027 conmon[35362]: audit 2024-01-24T02:07:56.876912+0000 mgr.smithi027.ahqzdk (mgr.14180) 715 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:58.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:57 smithi173 conmon[40198]: cluster 2024-01-24T02:07:56.547005+0000 mgr.smithi027.ahqzdk (mgr.14180) 714 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-01-24T02:07:58.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:57 smithi173 conmon[40198]: 2024-01-24T02:07:58.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:57 smithi173 conmon[40198]: audit 2024-01-24T02:07:56.876912+0000 mgr.smithi027.ahqzdk (mgr.14180) 715 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:07:58.474 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:08:00.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:59 smithi027 conmon[35362]: cluster 2024-01-24T02:07:58.547448+0000 mgr.smithi027.ahqzdk (mgr.14180) 716 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-01-24T02:08:00.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:07:59 smithi027 conmon[35362]: audit 2024-01-24T02:07:59.559729+0000 mon.smithi027 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:08:00.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:59 smithi173 conmon[40198]: cluster 2024-01-24T02:07:58.547448+0000 mgr.smithi027.ahqzdk (mgr.14180) 716 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-01-24T02:08:00.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:07:59 smithi173 conmon[40198]: audit 2024-01-24T02:07:59.559729+0000 mon.smithi027 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:08:00.303 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:08:00.303 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:08:00.880 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:08:01.881 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:08:02.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:01 smithi027 conmon[35362]: audit 2024-01-24T02:08:00.298674+0000 mgr.smithi027.ahqzdk (mgr.14180) 717 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:02.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:01 smithi027 conmon[35362]: 2024-01-24T02:08:02.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:01 smithi027 conmon[35362]: cluster 2024-01-24T02:08:00.547878+0000 mgr.smithi027.ahqzdk (mgr.14180) 718 : 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-24T02:08:02.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:01 smithi173 conmon[40198]: audit 2024-01-24T02:08:00.298674+0000 mgr.smithi027.ahqzdk (mgr.14180) 717 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:02.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:01 smithi173 conmon[40198]: cluster 2024-01-24T02:08:00.547878+0000 mgr.smithi027.ahqzdk (mgr.14180) 718 : 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-24T02:08:03.782 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:08:03.782 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:08:04.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:03 smithi027 conmon[35362]: cluster 2024-01-24T02:08:02.548381+0000 mgr.smithi027.ahqzdk (mgr.14180) 719 : cluster [DBG] pgmap v477: 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-24T02:08:04.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:03 smithi173 conmon[40198]: cluster 2024-01-24T02:08:02.548381+0000 mgr.smithi027.ahqzdk (mgr.14180) 719 : cluster [DBG] pgmap v477: 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-24T02:08:04.354 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:08:05.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:04 smithi027 conmon[35362]: audit 2024-01-24T02:08:03.777641+0000 mgr.smithi027.ahqzdk (mgr.14180) 720 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:05.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:04 smithi173 conmon[40198]: audit 2024-01-24T02:08:03.777641+0000 mgr.smithi027.ahqzdk (mgr.14180) 720 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:05.355 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:08:06.022 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:05 smithi027 conmon[35362]: cluster 2024-01-24T02:08:04.548993+0000 mgr.smithi027.ahqzdk (mgr.14180) 721 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-01-24T02:08:06.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:05 smithi173 conmon[40198]: cluster 2024-01-24T02:08:04.548993+0000 mgr.smithi027.ahqzdk (mgr.14180) 721 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-01-24T02:08:07.173 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:08:07.173 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:08:07.764 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:08:08.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:07 smithi027 conmon[35362]: cluster 2024-01-24T02:08:06.549615+0000 mgr.smithi027.ahqzdk (mgr.14180) 722 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:08.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:07 smithi173 conmon[40198]: cluster 2024-01-24T02:08:06.549615+0000 mgr.smithi027.ahqzdk (mgr.14180) 722 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:08.765 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:08:09.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:08 smithi027 conmon[35362]: audit 2024-01-24T02:08:07.168644+0000 mgr.smithi027.ahqzdk (mgr.14180) 723 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:09.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:08 smithi173 conmon[40198]: audit 2024-01-24T02:08:07.168644+0000 mgr.smithi027.ahqzdk (mgr.14180) 723 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:09.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:09 smithi027 conmon[35362]: cluster 2024-01-24T02:08:08.550158+0000 mgr.smithi027.ahqzdk (mgr.14180) 724 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:10.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:09 smithi173 conmon[40198]: cluster 2024-01-24T02:08:08.550158+0000 mgr.smithi027.ahqzdk (mgr.14180) 724 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:10.586 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:08:10.586 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:08:11.211 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:08:12.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:11 smithi027 conmon[35362]: cluster 2024-01-24T02:08:10.550591+0000 mgr.smithi027.ahqzdk (mgr.14180) 725 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:12.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:11 smithi027 conmon[35362]: audit 2024-01-24T02:08:10.582137+0000 mgr.smithi027.ahqzdk (mgr.14180) 726 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:12.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:11 smithi173 conmon[40198]: cluster 2024-01-24T02:08:10.550591+0000 mgr.smithi027.ahqzdk (mgr.14180) 725 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:12.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:11 smithi173 conmon[40198]: audit 2024-01-24T02:08:10.582137+0000 mgr.smithi027.ahqzdk (mgr.14180) 726 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:12.212 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:08:13.808 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:13 smithi027 conmon[35362]: cluster 2024-01-24T02:08:12.551100+0000 mgr.smithi027.ahqzdk (mgr.14180) 727 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:14.151 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:08:14.151 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:08:14.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:13 smithi173 conmon[40198]: cluster 2024-01-24T02:08:12.551100+0000 mgr.smithi027.ahqzdk (mgr.14180) 727 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:14.722 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:08:15.723 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:08:16.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:15 smithi027 conmon[35362]: audit 2024-01-24T02:08:14.146769+0000 mgr.smithi027.ahqzdk (mgr.14180) 728 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:16.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:15 smithi027 conmon[35362]: cluster 2024-01-24T02:08:14.551511+0000 mgr.smithi027.ahqzdk (mgr.14180) 729 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:16.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:15 smithi173 conmon[40198]: audit 2024-01-24T02:08:14.146769+0000 mgr.smithi027.ahqzdk (mgr.14180) 728 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:16.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:15 smithi173 conmon[40198]: cluster 2024-01-24T02:08:14.551511+0000 mgr.smithi027.ahqzdk (mgr.14180) 729 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:17.540 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:08:17.540 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:08:17.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:17 smithi027 conmon[35362]: cluster 2024-01-24T02:08:16.552022+0000 mgr.smithi027.ahqzdk 2024-01-24T02:08:17.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:17 smithi027 conmon[35362]: (mgr.14180) 730 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:18.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:17 smithi173 conmon[40198]: cluster 2024-01-24T02:08:16.552022+0000 mgr.smithi027.ahqzdk (mgr.14180) 730 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:18.162 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:08:19.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:18 smithi027 conmon[35362]: audit 2024-01-24T02:08:17.535632+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:08:19.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:18 smithi027 conmon[35362]: ) 731 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:19.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:18 smithi173 conmon[40198]: audit 2024-01-24T02:08:17.535632+0000 mgr.smithi027.ahqzdk (mgr.14180) 731 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:19.163 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:08:19.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:19 smithi027 conmon[35362]: cluster 2024-01-24T02:08:18.552545+0000 mgr.smithi027.ahqzdk (mgr.14180) 732 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:20.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:19 smithi173 conmon[40198]: cluster 2024-01-24T02:08:18.552545+0000 mgr.smithi027.ahqzdk (mgr.14180) 732 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:20.957 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:08:20.957 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:08:21.460 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:08:22.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:21 smithi027 conmon[35362]: cluster 2024-01-24T02:08:20.552993+0000 mgr.smithi027.ahqzdk (mgr.14180) 733 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:22.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:21 smithi027 conmon[35362]: audit 2024-01-24T02:08:20.953015+0000 mgr.smithi027.ahqzdk (mgr.14180) 734 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:22.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:21 smithi173 conmon[40198]: cluster 2024-01-24T02:08:20.552993+0000 mgr.smithi027.ahqzdk (mgr.14180) 733 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:22.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:21 smithi173 conmon[40198]: audit 2024-01-24T02:08:20.953015+0000 mgr.smithi027.ahqzdk (mgr.14180) 734 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:22.461 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:08:23.963 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:23 smithi027 conmon[35362]: cluster 2024-01-24T02:08:22.553697+0000 mgr.smithi027.ahqzdk (mgr.14180) 735 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:24.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:23 smithi173 conmon[40198]: cluster 2024-01-24T02:08:22.553697+0000 mgr.smithi027.ahqzdk (mgr.14180) 735 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:24.310 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:08:24.310 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:08:24.878 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:08:25.879 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:08:26.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:25 smithi027 conmon[35362]: audit 2024-01-24T02:08:24.306072+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:08:26.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:25 smithi027 conmon[35362]: ) 736 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:26.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:25 smithi027 conmon[35362]: cluster 2024-01-24T02:08:24.554489+0000 mgr.smithi027.ahqzdk (mgr.14180) 737 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:26.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:25 smithi173 conmon[40198]: audit 2024-01-24T02:08:24.306072+0000 mgr.smithi027.ahqzdk (mgr.14180) 736 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:26.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:25 smithi173 conmon[40198]: cluster 2024-01-24T02:08:24.554489+0000 mgr.smithi027.ahqzdk (mgr.14180) 737 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:27.707 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:08:27.707 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:08:28.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:27 smithi027 conmon[35362]: cluster 2024-01-24T02:08:26.555027+0000 mgr.smithi027.ahqzdk (mgr.14180) 738 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:28.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:27 smithi173 conmon[40198]: cluster 2024-01-24T02:08:26.555027+0000 mgr.smithi027.ahqzdk (mgr.14180) 738 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:28.259 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:08:29.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:28 smithi027 conmon[35362]: audit 2024-01-24T02:08:27.702925+0000 mgr.smithi027.ahqzdk (mgr.14180) 739 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:29.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:28 smithi027 conmon[35362]: 2024-01-24T02:08:29.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:28 smithi173 conmon[40198]: audit 2024-01-24T02:08:27.702925+0000 mgr.smithi027.ahqzdk (mgr.14180) 739 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:29.260 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:08:30.001 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:29 smithi027 conmon[35362]: cluster 2024-01-24T02:08:28.555626+0000 mgr.smithi027.ahqzdk (mgr.14180) 740 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:30.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:29 smithi173 conmon[40198]: cluster 2024-01-24T02:08:28.555626+0000 mgr.smithi027.ahqzdk (mgr.14180) 740 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:30.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:29 smithi173 conmon[40198]: 2024-01-24T02:08:31.017 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:08:31.017 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:08:31.560 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:08:32.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:31 smithi027 conmon[35362]: cluster 2024-01-24T02:08:30.556289+0000 mgr.smithi027.ahqzdk (mgr.14180) 741 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:32.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:31 smithi027 conmon[35362]: 2024-01-24T02:08:32.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:31 smithi173 conmon[40198]: cluster 2024-01-24T02:08:30.556289+0000 mgr.smithi027.ahqzdk (mgr.14180) 741 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:32.561 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:08:32.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:32 smithi027 conmon[35362]: audit 2024-01-24T02:08:31.012769+0000 mgr.smithi027.ahqzdk (mgr.14180) 742 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:33.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:32 smithi173 conmon[40198]: audit 2024-01-24T02:08:31.012769+0000 mgr.smithi027.ahqzdk (mgr.14180) 742 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:33.969 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:33 smithi027 conmon[35362]: cluster 2024-01-24T02:08:32.557091+0000 mgr.smithi027.ahqzdk 2024-01-24T02:08:33.969 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:33 smithi027 conmon[35362]: (mgr.14180) 743 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:34.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:33 smithi173 conmon[40198]: cluster 2024-01-24T02:08:32.557091+0000 mgr.smithi027.ahqzdk (mgr.14180) 743 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:34.341 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:08:34.341 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:08:34.986 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:08:35.987 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:08:36.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:35 smithi027 conmon[35362]: audit 2024-01-24T02:08:34.336898+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:08:36.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:35 smithi027 conmon[35362]: 744 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:36.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:35 smithi027 conmon[35362]: cluster 2024-01-24T02:08:34.557582+0000 mgr.smithi027.ahqzdk (mgr.14180) 745 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:36.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:35 smithi173 conmon[40198]: audit 2024-01-24T02:08:34.336898+0000 mgr.smithi027.ahqzdk (mgr.14180) 744 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:36.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:35 smithi173 conmon[40198]: cluster 2024-01-24T02:08:34.557582+0000 mgr.smithi027.ahqzdk (mgr.14180) 745 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:37.800 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:08:37.800 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:08:38.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:37 smithi027 conmon[35362]: cluster 2024-01-24T02:08:36.558119+0000 mgr.smithi027.ahqzdk (mgr.14180) 746 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:38.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:37 smithi173 conmon[40198]: cluster 2024-01-24T02:08:36.558119+0000 mgr.smithi027.ahqzdk (mgr.14180) 746 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:38.349 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:08:39.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:38 smithi027 conmon[35362]: audit 2024-01-24T02:08:37.795805+0000 mgr.smithi027.ahqzdk (mgr.14180) 747 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:39.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:38 smithi173 conmon[40198]: audit 2024-01-24T02:08:37.795805+0000 mgr.smithi027.ahqzdk (mgr.14180) 747 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:39.351 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:08:40.117 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:39 smithi027 conmon[35362]: cluster 2024-01-24T02:08:38.558676+0000 mgr.smithi027.ahqzdk (mgr.14180) 748 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:40.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:39 smithi173 conmon[40198]: cluster 2024-01-24T02:08:38.558676+0000 mgr.smithi027.ahqzdk (mgr.14180) 748 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:41.198 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:08:41.198 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:08:41.750 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:08:42.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:41 smithi027 conmon[35362]: cluster 2024-01-24T02:08:40.559315+0000 mgr.smithi027.ahqzdk (mgr.14180) 749 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:42.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:41 smithi173 conmon[40198]: cluster 2024-01-24T02:08:40.559315+0000 mgr.smithi027.ahqzdk (mgr.14180) 749 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:42.751 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:08:43.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:42 smithi027 conmon[35362]: audit 2024-01-24T02:08:41.194106+0000 mgr.smithi027.ahqzdk (mgr.14180) 750 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:43.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:42 smithi173 conmon[40198]: audit 2024-01-24T02:08:41.194106+0000 mgr.smithi027.ahqzdk (mgr.14180) 750 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:43.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:43 smithi027 conmon[35362]: cluster 2024-01-24T02:08:42.559961+0000 mgr.smithi027.ahqzdk (mgr.14180) 751 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:44.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:43 smithi173 conmon[40198]: cluster 2024-01-24T02:08:42.559961+0000 mgr.smithi027.ahqzdk (mgr.14180) 751 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:44.587 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:08:44.587 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:08:45.182 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:08:46.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:45 smithi027 conmon[35362]: cluster 2024-01-24T02:08:44.560353+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:08:46.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:45 smithi027 conmon[35362]: .14180) 752 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:46.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:45 smithi027 conmon[35362]: audit 2024-01-24T02:08:44.578650+0000 mgr.smithi027.ahqzdk (mgr.14180) 753 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:46.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:45 smithi173 conmon[40198]: cluster 2024-01-24T02:08:44.560353+0000 mgr.smithi027.ahqzdk (mgr.14180) 752 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:46.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:45 smithi173 conmon[40198]: audit 2024-01-24T02:08:44.578650+0000 mgr.smithi027.ahqzdk (mgr.14180) 753 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:46.183 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:08:47.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:47 smithi027 conmon[35362]: cluster 2024-01-24T02:08:46.560917+0000 mgr.smithi027.ahqzdk (mgr.14180) 754 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:48.005 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:08:48.005 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:08:48.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:47 smithi173 conmon[40198]: cluster 2024-01-24T02:08:46.560917+0000 mgr.smithi027.ahqzdk (mgr.14180) 754 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:48.624 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:08:49.625 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:08:50.106 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:49 smithi027 conmon[35362]: audit 2024-01-24T02:08:48.000757+0000 mgr.smithi027.ahqzdk (mgr.14180) 755 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:50.106 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:49 smithi027 conmon[35362]: cluster 2024-01-24T02:08:48.561336+0000 mgr.smithi027.ahqzdk (mgr.14180) 756 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:50.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:49 smithi173 conmon[40198]: audit 2024-01-24T02:08:48.000757+0000 mgr.smithi027.ahqzdk (mgr.14180) 755 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:50.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:49 smithi173 conmon[40198]: cluster 2024-01-24T02:08:48.561336+0000 mgr.smithi027.ahqzdk (mgr.14180) 756 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:51.504 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:08:51.504 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:08:52.072 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:08:52.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:51 smithi027 conmon[35362]: cluster 2024-01-24T02:08:50.561873+0000 mgr.smithi027.ahqzdk 2024-01-24T02:08:52.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:51 smithi027 conmon[35362]: (mgr.14180) 757 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:52.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:51 smithi173 conmon[40198]: cluster 2024-01-24T02:08:50.561873+0000 mgr.smithi027.ahqzdk (mgr.14180) 757 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:53.074 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:08:53.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:52 smithi027 conmon[35362]: audit 2024-01-24T02:08:51.500133+0000 mgr.smithi027.ahqzdk 2024-01-24T02:08:53.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:52 smithi027 conmon[35362]: (mgr.14180) 758 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:53.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:52 smithi173 conmon[40198]: audit 2024-01-24T02:08:51.500133+0000 mgr.smithi027.ahqzdk (mgr.14180) 758 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:54.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:53 smithi027 conmon[35362]: cluster 2024-01-24T02:08:52.562668+0000 mgr.smithi027.ahqzdk (mgr.14180) 759 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:54.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:53 smithi173 conmon[40198]: cluster 2024-01-24T02:08:52.562668+0000 mgr.smithi027.ahqzdk (mgr.14180) 759 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:54.939 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:08:54.940 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:08:55.506 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:08:56.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:55 smithi027 conmon[35362]: cluster 2024-01-24T02:08:54.563201+0000 mgr.smithi027.ahqzdk (mgr.14180) 760 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:56.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:55 smithi027 conmon[35362]: audit 2024-01-24T02:08:54.935283+0000 mgr.smithi027.ahqzdk (mgr.14180) 761 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:56.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:55 smithi173 conmon[40198]: cluster 2024-01-24T02:08:54.563201+0000 mgr.smithi027.ahqzdk (mgr.14180) 760 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:56.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:55 smithi173 conmon[40198]: audit 2024-01-24T02:08:54.935283+0000 mgr.smithi027.ahqzdk (mgr.14180) 761 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:08:56.507 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:08:58.041 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:57 smithi027 conmon[35362]: cluster 2024-01-24T02:08:56.563960+0000 mgr.smithi027.ahqzdk (mgr.14180) 762 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:58.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:57 smithi173 conmon[40198]: cluster 2024-01-24T02:08:56.563960+0000 mgr.smithi027.ahqzdk (mgr.14180) 762 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:08:58.390 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:08:58.391 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:08:58.948 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:08:59.949 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:09:00.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:59 smithi027 conmon[35362]: audit 2024-01-24T02:08:58.386241+0000 mgr.smithi027.ahqzdk (mgr.14180) 763 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:00.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:08:59 smithi027 conmon[35362]: cluster 2024-01-24T02:08:58.564426+0000 mgr.smithi027.ahqzdk (mgr.14180) 764 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:00.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:59 smithi173 conmon[40198]: audit 2024-01-24T02:08:58.386241+0000 mgr.smithi027.ahqzdk (mgr.14180) 763 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:00.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:08:59 smithi173 conmon[40198]: cluster 2024-01-24T02:08:58.564426+0000 mgr.smithi027.ahqzdk (mgr.14180) 764 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:01.692 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:09:01.692 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:09:02.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:01 smithi027 conmon[35362]: cluster 2024-01-24T02:09:00.564861+0000 mgr.smithi027.ahqzdk (mgr.14180) 765 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:02.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:01 smithi173 conmon[40198]: cluster 2024-01-24T02:09:00.564861+0000 mgr.smithi027.ahqzdk (mgr.14180) 765 : cluster [DBG] 2024-01-24T02:09:02.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:01 smithi173 conmon[40198]: pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:02.273 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:09:03.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:02 smithi027 conmon[35362]: audit 2024-01-24T02:09:01.687486+0000 mgr.smithi027.ahqzdk (mgr.14180) 766 : audit 2024-01-24T02:09:03.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:02 smithi027 conmon[35362]: [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:03.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:02 smithi173 conmon[40198]: audit 2024-01-24T02:09:01.687486+0000 mgr.smithi027.ahqzdk (mgr.14180) 766 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:03.273 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:09:04.022 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:03 smithi027 conmon[35362]: cluster 2024-01-24T02:09:02.565718+0000 mgr.smithi027.ahqzdk (mgr.14180) 767 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:04.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:03 smithi173 conmon[40198]: cluster 2024-01-24T02:09:02.565718+0000 mgr.smithi027.ahqzdk (mgr.14180) 767 : cluster 2024-01-24T02:09:04.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:03 smithi173 conmon[40198]: [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:05.028 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:09:05.029 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:09:05.563 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:09:06.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:05 smithi027 conmon[35362]: cluster 2024-01-24T02:09: 2024-01-24T02:09:06.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:05 smithi027 conmon[35362]: 04.566204+0000 mgr.smithi027.ahqzdk (mgr.14180) 768 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:06.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:05 smithi173 conmon[40198]: cluster 2024-01-24T02:09:04.566204+0000 mgr.smithi027.ahqzdk (mgr.14180) 768 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:06.564 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:09:07.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:06 smithi027 conmon[35362]: audit 2024-01-24T02:09:05.024349+0000 mgr.smithi027.ahqzdk (mgr.14180) 769 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:07.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:06 smithi173 conmon[40198]: audit 2024-01-24T02:09:05.024349+0000 mgr.smithi027.ahqzdk (mgr.14180) 769 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:07.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:06 smithi173 conmon[40198]: 2024-01-24T02:09:08.122 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:07 smithi027 conmon[35362]: cluster 2024-01-24T02:09:06.566895+0000 2024-01-24T02:09:08.122 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:07 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 770 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:08.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:07 smithi173 conmon[40198]: cluster 2024-01-24T02:09:06.566895+0000 mgr.smithi027.ahqzdk (mgr.14180) 770 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:08.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:07 smithi173 conmon[40198]: 2024-01-24T02:09:08.485 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:09:08.486 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:09:08.995 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:09:09.996 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:09:10.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:09 smithi027 conmon[35362]: audit 2024-01-24T02:09:08.480976+0000 mgr.smithi027.ahqzdk (mgr.14180) 771 2024-01-24T02:09:10.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:09 smithi027 conmon[35362]: : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:10.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:09 smithi027 conmon[35362]: cluster 2024-01-24T02:09:08.567354+0000 mgr.smithi027.ahqzdk (mgr.14180) 772 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:10.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:09 smithi173 conmon[40198]: audit 2024-01-24T02:09:08.480976+0000 mgr.smithi027.ahqzdk (mgr.14180) 771 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:10.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:09 smithi173 conmon[40198]: cluster 2024-01-24T02:09:08.567354+0000 mgr.smithi027.ahqzdk (mgr.14180) 772 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:11.866 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:09:11.866 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:09:12.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:11 smithi027 conmon[35362]: cluster 2024-01-24T02:09:10.567837+0000 mgr.smithi027.ahqzdk (mgr.14180) 773 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:12.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:11 smithi173 conmon[40198]: cluster 2024-01-24T02:09:10.567837+0000 mgr.smithi027.ahqzdk (mgr.14180) 773 : cluster [DBG] 2024-01-24T02:09:12.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:11 smithi173 conmon[40198]: pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:12.378 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:09:13.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:12 smithi173 conmon[40198]: audit 2024-01-24T02:09:11.861305+0000 mgr.smithi027.ahqzdk (mgr.14180) 774 : audit [DBG] 2024-01-24T02:09:13.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:12 smithi173 conmon[40198]: from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:13.380 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:09:13.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:12 smithi027 conmon[35362]: audit 2024-01-24T02:09:11.861305+0000 mgr.smithi027.ahqzdk (mgr.14180) 774 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:14.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:13 smithi027 conmon[35362]: cluster 2024-01-24T02:09:12.568608+0000 mgr.smithi027.ahqzdk (mgr.14180) 775 : cluster [DBG] 2024-01-24T02:09:14.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:13 smithi027 conmon[35362]: pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:14.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:13 smithi173 conmon[40198]: cluster 2024-01-24T02:09:12.568608+0000 mgr.smithi027.ahqzdk (mgr.14180) 775 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:15.224 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:09:15.224 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:09:15.806 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:09:16.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:15 smithi027 conmon[35362]: cluster 2024-01-24T02:09:14.569099+0000 mgr.smithi027.ahqzdk (mgr.14180) 776 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:16.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:15 smithi173 conmon[40198]: cluster 2024-01-24T02:09:14.569099+0000 mgr.smithi027.ahqzdk (mgr.14180) 776 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:16.807 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:09:17.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:16 smithi027 conmon[35362]: audit 2024-01-24T02:09:15.219564+0000 mgr.smithi027.ahqzdk (mgr.14180) 777 : audit [DBG] 2024-01-24T02:09:17.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:16 smithi027 conmon[35362]: from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:17.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:16 smithi173 conmon[40198]: audit 2024-01-24T02:09:15.219564+0000 mgr.smithi027.ahqzdk (mgr.14180) 777 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:18.188 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:17 smithi027 conmon[35362]: cluster 2024-01-24T02:09:16.570005+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:09:18.189 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:17 smithi027 conmon[35362]: 14180) 778 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:18.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:17 smithi173 conmon[40198]: cluster 2024-01-24T02:09:16.570005+0000 mgr.smithi027.ahqzdk (mgr.14180) 778 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:18.563 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:09:18.563 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:09:19.161 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:09:20.162 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:09:20.197 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:19 smithi027 conmon[35362]: audit 2024-01-24T02:09:18.558572+0000 mgr.smithi027.ahqzdk (mgr.14180) 779 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:20.197 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:19 smithi027 conmon[35362]: cluster 2024-01-24T02:09:18.570414+0000 mgr.smithi027.ahqzdk (mgr.14180) 780 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:20.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:19 smithi173 conmon[40198]: audit 2024-01-24T02:09:18.558572+0000 mgr.smithi027.ahqzdk (mgr.14180) 779 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:20.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:19 smithi173 conmon[40198]: cluster 2024-01-24T 2024-01-24T02:09:20.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:19 smithi173 conmon[40198]: 02:09:18.570414+0000 mgr.smithi027.ahqzdk (mgr.14180) 780 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:21.987 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:09:21.987 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:09:22.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:21 smithi027 conmon[35362]: cluster 2024-01-24T02:09:20.571047+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:09:22.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:21 smithi027 conmon[35362]: 781 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:22.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:21 smithi173 conmon[40198]: cluster 2024-01-24T02:09:20.571047+0000 mgr.smithi027.ahqzdk (mgr.14180) 781 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:22.603 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:09:23.604 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:09:24.223 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:23 smithi027 conmon[35362]: audit 2024-01-24T02:09:21.983051+0000 mgr.smithi027.ahqzdk (mgr.14180) 782 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:24.223 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:23 smithi027 conmon[35362]: cluster 2024-01-24T02:09:22.571862+0000 mgr.smithi027.ahqzdk (mgr.14180) 783 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:24.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:23 smithi173 conmon[40198]: audit 2024-01-24T02:09:21.983051+0000 mgr.smithi027.ahqzdk (mgr.14180) 782 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:24.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:23 smithi173 conmon[40198]: cluster 2024-01-24T02:09:22.571862+0000 mgr.smithi027.ahqzdk (mgr.14180) 783 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:25.444 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:09:25.444 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:09:25.994 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:09:26.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:25 smithi027 conmon[35362]: cluster 2024-01-24T02:09:24.572600+0000 mgr.smithi027.ahqzdk (mgr.14180) 784 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:26.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:25 smithi173 conmon[40198]: cluster 2024-01-24T02:09:24.572600+0000 mgr.smithi027.ahqzdk (mgr.14180) 784 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:26.996 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:09:27.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:26 smithi027 conmon[35362]: audit 2024-01-24T02:09:25.440213+0000 2024-01-24T02:09:27.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:26 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 785 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:27.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:26 smithi173 conmon[40198]: audit 2024-01-24T02:09:25.440213+0000 mgr.smithi027.ahqzdk (mgr.14180) 785 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:28.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:27 smithi027 conmon[35362]: cluster 2024-01-24T02:09:26.573451+0000 mgr.smithi027.ahqzdk (mgr.14180) 786 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:28.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:27 smithi173 conmon[40198]: cluster 2024-01-24T02:09:26.573451+0000 mgr.smithi027.ahqzdk (mgr.14180) 786 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:28.818 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:09:28.819 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:09:29.378 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:09:30.379 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:09:30.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:29 smithi027 conmon[35362]: cluster 2024-01-24T02:09:28.573821+0000 mgr.smithi027.ahqzdk (mgr.14180) 787 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:30.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:29 smithi027 conmon[35362]: audit 2024-01-24T02:09:28.814552+0000 mgr.smithi027.ahqzdk (mgr.14180) 788 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:30.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:29 smithi173 conmon[40198]: cluster 2024-01-24T02:09:28.573821+0000 mgr.smithi027.ahqzdk (mgr.14180) 787 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:30.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:29 smithi173 conmon[40198]: audit 2024-01-24T02:09:28.814552+0000 mgr.smithi027.ahqzdk (mgr.14180) 788 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:32.270 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:09:32.271 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:09:32.296 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:31 smithi027 conmon[35362]: cluster 2024-01-24T02:09:30.574369+0000 mgr.smithi027.ahqzdk (mgr.14180) 789 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:32.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:31 smithi173 conmon[40198]: cluster 2024-01-24T02:09:30.574369+0000 mgr.smithi027.ahqzdk (mgr.14180) 789 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:32.835 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:09:33.836 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:09:34.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:33 smithi027 conmon[35362]: audit 2024-01-24T02:09:32.266463+0000 mgr.smithi027.ahqzdk (mgr.14180) 790 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:34.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:33 smithi027 conmon[35362]: cluster 2024-01-24T02:09:32.575120+0000 mgr.smithi027.ahqzdk (mgr.14180) 791 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:34.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:33 smithi173 conmon[40198]: audit 2024-01-24T02:09:32.266463+0000 mgr.smithi027.ahqzdk (mgr.14180) 790 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:34.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:33 smithi173 conmon[40198]: 2024-01-24T02:09:34.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:33 smithi173 conmon[40198]: cluster 2024-01-24T02:09:32.575120+0000 mgr.smithi027.ahqzdk (mgr.14180) 791 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:35.641 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:09:35.641 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:09:36.224 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:35 smithi027 conmon[35362]: cluster 2024-01-24T02:09:34.575769+0000 mgr.smithi027.ahqzdk (mgr.14180) 792 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:36.225 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:09:36.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:35 smithi173 conmon[40198]: cluster 2024-01-24T02:09:34.575769+0000 mgr.smithi027.ahqzdk (mgr.14180) 792 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:37.226 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:09:37.261 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:36 smithi027 conmon[35362]: audit 2024-01-24T02:09:35.636789+0000 mgr.smithi027.ahqzdk (mgr.14180) 793 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:37.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:36 smithi173 conmon[40198]: audit 2024-01-24T02:09:35.636789+0000 mgr.smithi027.ahqzdk (mgr.14180) 793 2024-01-24T02:09:37.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:36 smithi173 conmon[40198]: : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:38.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:37 smithi027 conmon[35362]: cluster 2024-01-24T02:09:36.576402+0000 mgr.smithi027.ahqzdk (mgr.14180) 794 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:38.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:37 smithi173 conmon[40198]: cluster 2024-01-24T02:09:36.576402+0000 mgr.smithi027.ahqzdk (mgr.14180) 794 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:39.052 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:09:39.053 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:09:39.677 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:09:40.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:39 smithi027 conmon[35362]: cluster 2024-01-24T02:09:38.576945+0000 mgr.smithi027.ahqzdk (mgr.14180) 795 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:40.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:39 smithi173 conmon[40198]: cluster 2024-01-24T02:09:38.576945+0000 mgr.smithi027.ahqzdk (mgr.14180) 795 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:40.678 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:09:41.307 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:40 smithi027 conmon[35362]: audit 2024-01-24T02:09:39.048367+0000 mgr.smithi027.ahqzdk (mgr.14180) 796 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:41.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:40 smithi173 conmon[40198]: audit 2024-01-24T02:09:39.048367+0000 mgr.smithi027.ahqzdk (mgr.14180) 796 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:42.144 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:41 smithi027 conmon[35362]: cluster 2024-01-24T02:09:40.577406+0000 mgr.smithi027.ahqzdk (mgr.14180) 797 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:42.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:41 smithi173 conmon[40198]: cluster 2024-01-24T02:09:40.577406+0000 mgr.smithi027.ahqzdk (mgr.14180) 797 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:42.518 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:09:42.518 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:09:43.082 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:09:43.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:42 smithi027 conmon[35362]: audit 2024-01-24T02:09:42.514084 2024-01-24T02:09:43.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:42 smithi027 conmon[35362]: +0000 mgr.smithi027.ahqzdk (mgr.14180) 798 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:43.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:42 smithi027 conmon[35362]: cluster 2024-01-24T02:09:42.578099+0000 mgr.smithi027.ahqzdk (mgr.14180) 799 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:43.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:42 smithi173 conmon[40198]: audit 2024-01-24T02:09:42.514084+0000 mgr.smithi027.ahqzdk (mgr.14180) 798 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:43.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:42 smithi173 conmon[40198]: cluster 2024-01-24T02:09:42.578099+0000 mgr.smithi027.ahqzdk (mgr.14180) 799 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:44.083 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:09:45.899 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:09:45.899 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:09:46.101 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:45 smithi027 conmon[35362]: cluster 2024-01-24T02:09:44.578495+0000 mgr.smithi027.ahqzdk (mgr.14180) 800 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:46.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:45 smithi173 conmon[40198]: cluster 2024-01-24T02:09:44.578495+0000 mgr.smithi027.ahqzdk (mgr.14180) 800 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:46.500 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:09:47.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:46 smithi027 conmon[35362]: audit 2024-01-24T02:09:45.894781+0000 mgr.smithi027.ahqzdk (mgr.14180) 801 : 2024-01-24T02:09:47.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:46 smithi027 conmon[35362]: audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:47.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:46 smithi173 conmon[40198]: audit 2024-01-24T02:09:45.894781+0000 mgr.smithi027.ahqzdk (mgr.14180) 801 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:47.501 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:09:47.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:47 smithi027 conmon[35362]: cluster 2024-01-24T02:09:46.579145+0000 mgr.smithi027.ahqzdk (mgr.14180) 802 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:48.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:47 smithi173 conmon[40198]: cluster 2024-01-24T02:09:46.579145+0000 mgr.smithi027.ahqzdk (mgr.14180) 802 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:49.305 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:09:49.305 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:09:49.865 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:09:50.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:49 smithi027 conmon[35362]: cluster 2024-01-24T02:09:48.579789+0000 mgr.smithi027.ahqzdk ( 2024-01-24T02:09:50.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:49 smithi027 conmon[35362]: mgr.14180) 803 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:50.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:49 smithi173 conmon[40198]: cluster 2024-01-24T02:09:48.579789+0000 mgr.smithi027.ahqzdk (mgr.14180) 803 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:50.866 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:09:51.032 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:50 smithi173 conmon[40198]: audit 2024-01-24T02:09:49.300711+0000 mgr.smithi027.ahqzdk (mgr.14180) 804 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:51.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:50 smithi027 conmon[35362]: audit 2024-01-24T02:09:49.300711+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:09:51.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:50 smithi027 conmon[35362]: .14180) 804 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:51.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:51 smithi027 conmon[35362]: cluster 2024-01-24T02:09:50.580270+0000 mgr.smithi027.ahqzdk (mgr.14180) 805 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:52.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:51 smithi173 conmon[40198]: cluster 2024-01-24T02:09:50.580270+0000 mgr.smithi027.ahqzdk (mgr.14180) 805 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:52.664 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:09:52.664 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:09:53.373 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:09:54.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:53 smithi027 conmon[35362]: cluster 2024-01-24T02:09:52.580820+0000 mgr.smithi027.ahqzdk ( 2024-01-24T02:09:54.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:53 smithi027 conmon[35362]: mgr.14180) 806 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:54.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:53 smithi027 conmon[35362]: audit 2024-01-24T02:09:52.660080+0000 mgr.smithi027.ahqzdk (mgr.14180) 807 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:54.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:53 smithi173 conmon[40198]: cluster 2024-01-24T02:09:52.580820+0000 mgr.smithi027.ahqzdk (mgr.14180) 806 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:54.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:53 smithi173 conmon[40198]: audit 2024-01-24T02:09:52.660080+0000 mgr.smithi027.ahqzdk (mgr.14180) 807 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:54.375 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:09:55.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:55 smithi027 conmon[35362]: cluster 2024-01-24T02:09:54.581231+0000 mgr.smithi027.ahqzdk (mgr.14180) 808 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:56.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:55 smithi173 conmon[40198]: cluster 2024-01-24T02:09:54.581231+0000 mgr.smithi027.ahqzdk (mgr.14180) 808 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:56.241 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:09:56.241 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:09:56.814 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:09:57.815 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:09:58.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:57 smithi027 conmon[35362]: audit 2024-01-24T02:09:56.237023+0000 mgr.smithi027.ahqzdk (mgr.14180) 809 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:58.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:57 smithi027 conmon[35362]: cluster 2024-01-24T02:09:56.582078+0000 mgr.smithi027.ahqzdk (mgr.14180) 810 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:58.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:57 smithi173 conmon[40198]: audit 2024-01-24T02:09:56.237023+0000 mgr.smithi027.ahqzdk (mgr.14180) 809 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:09:58.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:57 smithi173 conmon[40198]: cluster 2024-01-24T02:09:56.582078+0000 2024-01-24T02:09:58.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:57 smithi173 conmon[40198]: mgr.smithi027.ahqzdk (mgr.14180) 810 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:09:59.678 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:09:59.678 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:10:00.156 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:59 smithi027 conmon[35362]: cluster 2024-01-24T02:09:58.582771+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:10:00.156 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:09:59 smithi027 conmon[35362]: .14180) 811 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:00.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:09:59 smithi173 conmon[40198]: cluster 2024-01-24T02:09:58.582771+0000 mgr.smithi027.ahqzdk (mgr.14180) 811 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:00.399 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:10:01.031 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:00 smithi173 conmon[40198]: audit 2024-01-24T02:09:59.673674+0000 mgr.smithi027.ahqzdk (mgr.14180) 812 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:01.031 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:00 smithi173 conmon[40198]: cluster 2024-01-24T02:10:00.000122+0000 mon.smithi027 (mon.0) 712 : cluster [INF] overall HEALTH_OK 2024-01-24T02:10:01.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:00 smithi027 conmon[35362]: audit 2024-01-24T02:09:59.673674+0000 mgr.smithi027.ahqzdk (mgr.14180) 812 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:01.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:00 smithi027 conmon[35362]: cluster 2024-01-24T02:10:00.000122+0000 mon.smithi027 (mon.0) 712 : cluster [INF] overall HEALTH_OK 2024-01-24T02:10:01.400 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:10:02.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:01 smithi027 conmon[35362]: cluster 2024-01-24T02:10:00. 2024-01-24T02:10:02.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:01 smithi027 conmon[35362]: 583237+0000 mgr.smithi027.ahqzdk (mgr.14180) 813 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:02.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:01 smithi173 conmon[40198]: cluster 2024-01-24T02:10:00.583237+0000 mgr.smithi027.ahqzdk (mgr.14180) 813 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:03.251 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:10:03.251 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:10:03.846 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:10:04.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:03 smithi027 conmon[35362]: cluster 2024-01-24T02:10:02.583843+0000 mgr.smithi027.ahqzdk (mgr.14180) 814 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:04.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:03 smithi173 conmon[40198]: cluster 2024-01-24T02:10:02.583843+0000 mgr.smithi027.ahqzdk (mgr.14180) 814 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:04.848 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:10:05.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:04 smithi027 conmon[35362]: audit 2024-01-24T02:10:03.245807+0000 mgr.smithi027.ahqzdk (mgr.14180) 815 : 2024-01-24T02:10:05.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:04 smithi027 conmon[35362]: audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:05.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:04 smithi173 conmon[40198]: audit 2024-01-24T02:10:03.245807+0000 mgr.smithi027.ahqzdk (mgr.14180) 815 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:06.082 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:05 smithi027 conmon[35362]: cluster 2024-01-24T02:10:04.584536+0000 2024-01-24T02:10:06.082 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:05 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 816 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:06.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:05 smithi173 conmon[40198]: cluster 2024-01-24T02:10:04.584536+0000 mgr.smithi027.ahqzdk (mgr.14180) 816 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:06.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:05 smithi173 conmon[40198]: 2024-01-24T02:10:06.680 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:10:06.680 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:10:07.246 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:10:08.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:07 smithi027 conmon[35362]: cluster 2024-01-24T02:10:06.585116+0000 mgr.smithi027.ahqzdk (mgr.14180) 817 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:08.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:07 smithi027 conmon[35362]: audit 2024-01-24T02:10:06.675011+0000 mgr.smithi027.ahqzdk (mgr.14180) 818 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:08.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:07 smithi173 conmon[40198]: cluster 2024-01-24T02:10:06.585116+0000 mgr.smithi027.ahqzdk (mgr.14180) 817 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:08.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:07 smithi173 conmon[40198]: audit 2024-01-24T02:10:06.675011+0000 mgr.smithi027.ahqzdk (mgr.14180) 818 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:08.248 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:10:10.116 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:10:10.116 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:10:10.138 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:09 smithi027 conmon[35362]: cluster 2024-01-24T02:10:08.585754+0000 mgr.smithi027.ahqzdk (mgr.14180) 819 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:10.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:09 smithi173 conmon[40198]: cluster 2024-01-24T02:10:08.585754+0000 mgr.smithi027.ahqzdk (mgr.14180) 819 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:10.738 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:10:11.739 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:10:12.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:11 smithi027 conmon[35362]: audit 2024-01-24T02:10:10.111001+0000 mgr.smithi027.ahqzdk (mgr.14180) 820 : audit [DBG] 2024-01-24T02:10:12.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:11 smithi027 conmon[35362]: from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:12.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:11 smithi027 conmon[35362]: cluster 2024-01-24T02:10:10.586157+0000 mgr.smithi027.ahqzdk (mgr.14180) 821 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:12.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:11 smithi173 conmon[40198]: audit 2024-01-24T02:10:10.111001+0000 mgr.smithi027.ahqzdk (mgr.14180) 820 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:12.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:11 smithi173 conmon[40198]: cluster 2024-01-24T 2024-01-24T02:10:12.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:11 smithi173 conmon[40198]: 02:10:10.586157+0000 mgr.smithi027.ahqzdk (mgr.14180) 821 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:13.569 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:10:13.569 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:10:14.138 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:13 smithi027 conmon[35362]: cluster 2024-01-24T02:10:12.586912+0000 mgr.smithi027.ahqzdk (mgr.14180) 822 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:14.154 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:10:14.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:13 smithi173 conmon[40198]: cluster 2024-01-24T02:10:12.586912+0000 mgr.smithi027.ahqzdk (mgr.14180) 822 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:15.155 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:10:15.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:14 smithi027 conmon[35362]: audit 2024-01-24T02:10:13.564605+0000 mgr.smithi027.ahqzdk ( 2024-01-24T02:10:15.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:14 smithi027 conmon[35362]: mgr.14180) 823 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:15.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:14 smithi173 conmon[40198]: audit 2024-01-24T02:10:13.564605+0000 mgr.smithi027.ahqzdk (mgr.14180) 823 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:16.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:15 smithi027 conmon[35362]: cluster 2024-01-24T02:10:14.587320+0000 mgr.smithi027.ahqzdk ( 2024-01-24T02:10:16.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:15 smithi027 conmon[35362]: mgr.14180) 824 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:16.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:15 smithi173 conmon[40198]: cluster 2024-01-24T02:10:14.587320+0000 mgr.smithi027.ahqzdk (mgr.14180) 824 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:16.991 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:10:16.991 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:10:17.562 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:10:18.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:17 smithi027 conmon[35362]: cluster 2024-01-24T02:10:16.587850+0000 mgr.smithi027.ahqzdk (mgr.14180) 825 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:18.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:17 smithi173 conmon[40198]: cluster 2024-01-24T02:10:16.587850+0000 mgr.smithi027.ahqzdk (mgr.14180) 825 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:18.563 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:10:19.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:18 smithi027 conmon[35362]: audit 2024-01-24T02:10:16.986460+0000 mgr.smithi027.ahqzdk 2024-01-24T02:10:19.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:18 smithi027 conmon[35362]: (mgr.14180) 826 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:19.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:18 smithi173 conmon[40198]: audit 2024-01-24T02:10:16.986460+0000 mgr.smithi027.ahqzdk (mgr.14180) 826 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:20.029 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:19 smithi027 conmon[35362]: cluster 2024-01-24T02:10:18.588588+0000 mgr.smithi027.ahqzdk (mgr.14180) 827 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:20.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:19 smithi173 conmon[40198]: cluster 2024-01-24T02:10:18.588588+0000 mgr.smithi027.ahqzdk (mgr.14180) 827 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:20.366 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:10:20.366 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:02:31.513772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.qgvkly on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:10:21.011 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:10:22.012 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:10:22.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:21 smithi027 conmon[35362]: audit 2024-01-24T02:10:20.361841+0000 mgr.smithi027.ahqzdk (mgr.14180) 828 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:22.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:21 smithi027 conmon[35362]: cluster 2024-01-24T02:10:20.589070+0000 mgr.smithi027.ahqzdk (mgr.14180) 829 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:22.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:21 smithi173 conmon[40198]: audit 2024-01-24T02:10:20.361841+0000 mgr.smithi027.ahqzdk (mgr.14180) 828 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:22.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:21 smithi173 conmon[40198]: cluster 2024-01- 2024-01-24T02:10:22.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:21 smithi173 conmon[40198]: 24T02:10:20.589070+0000 mgr.smithi027.ahqzdk (mgr.14180) 829 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:23.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:22 smithi027 conmon[35362]: audit 2024-01-24T02:10:22.081756+0000 mon.smithi027 (mon 2024-01-24T02:10:23.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:22 smithi027 conmon[35362]: .0) 713 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi173.laaorj"}]: dispatch 2024-01-24T02:10:23.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:22 smithi173 conmon[40198]: audit 2024-01-24T02:10:22.081756+0000 mon.smithi027 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi173.laaorj"}]: dispatch 2024-01-24T02:10:23.858 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:10:23.858 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:10:24.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: cephadm 2024-01-24T02:10:22.081154+0000 mgr.smithi027.ahqzdk (mgr.14180) 830 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj 2024-01-24T02:10:24.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj 2024-01-24T02:10:24.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj 2024-01-24T02:10:24.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj 2024-01-24T02:10:24.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: Deploy daemon haproxy.rgw.foo.smithi173.laaorj ... 2024-01-24T02:10:24.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:10:24.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:10:24.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:08:25Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:10:24.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:09:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:10:24.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:09:41Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:10:24.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: 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-24T02:10:24.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: 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-24T02:10:24.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:10:24.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: Traceback (most recent call last): 2024-01-24T02:10:24.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T02:10:24.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: yield (conn, connr) 2024-01-24T02:10:24.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T02:10:24.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: code, '\n'.join(err))) 2024-01-24T02:10:24.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: 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-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj 2024-01-24T02:10:24.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj 2024-01-24T02:10:24.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj 2024-01-24T02:10:24.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj 2024-01-24T02:10:24.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: Deploy daemon haproxy.rgw.foo.smithi173.laaorj ... 2024-01-24T02:10:24.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:10:24.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:10:24.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:08:25Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:10:24.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:09:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:10:24.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:09:41Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:10:24.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: 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-24T02:10:24.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: 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-24T02:10:24.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:10:24.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:10:24.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: cephadm 2024-01-24T02:10:22.081350+0000 mgr.smithi027.ahqzdk (mgr.14180) 831 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi173.laaorj 2024-01-24T02:10:24.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: cephadm 2024-01-24T02:10:22.082495+0000 mgr.smithi027.ahqzdk (mgr.14180) 832 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj 2024-01-24T02:10:24.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj 2024-01-24T02:10:24.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj 2024-01-24T02:10:24.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj 2024-01-24T02:10:24.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: Deploy daemon haproxy.rgw.foo.smithi173.laaorj ... 2024-01-24T02:10:24.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:10:24.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:10:24.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:08:25Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:10:24.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:09:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:10:24.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:09:41Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:10:24.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: 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-24T02:10:24.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: 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-24T02:10:24.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:10:24.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: cephadm 2024-01-24T02:10:22.084180+0000 mgr.smithi027.ahqzdk (mgr.14180) 833 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi027.fzfqoq on smithi027 2024-01-24T02:10:24.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:23 smithi027 conmon[35362]: cluster 2024-01-24T02:10:22.589611+0000 mgr.smithi027.ahqzdk (mgr.14180) 834 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:24.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: cephadm 2024-01-24T02:10:22.081154+0000 mgr.smithi027.ahqzdk (mgr.14180) 830 : cephadm 2024-01-24T02:10:24.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj 2024-01-24T02:10:24.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj 2024-01-24T02:10:24.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj 2024-01-24T02:10:24.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj 2024-01-24T02:10:24.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: Deploy daemon haproxy.rgw.foo.smithi173.laaorj ... 2024-01-24T02:10:24.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:10:24.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:10:24.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:08:25Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:10:24.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:09:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:10:24.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:09:41Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:10:24.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: 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-24T02:10:24.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: 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-24T02:10:24.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:10:24.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: Traceback (most recent call last): 2024-01-24T02:10:24.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T02:10:24.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: yield (conn, connr) 2024-01-24T02:10:24.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T02:10:24.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: code, '\n'.join(err))) 2024-01-24T02:10:24.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: 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-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj 2024-01-24T02:10:24.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj 2024-01-24T02:10:24.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj 2024-01-24T02:10:24.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj 2024-01-24T02:10:24.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: Deploy daemon haproxy.rgw.foo.smithi173.laaorj ... 2024-01-24T02:10:24.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:10:24.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:10:24.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:08:25Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:10:24.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:09:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:10:24.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:09:41Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:10:24.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: 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-24T02:10:24.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: 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-24T02:10:24.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: E 2024-01-24T02:10:24.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: RROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:10:24.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: cephadm 2024-01-24T02:10:22.081350+0000 mgr.smithi027.ahqzdk (mgr.14180) 831 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi173.laaorj 2024-01-24T02:10:24.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: cephadm 2024-01-24T02:10:22.082495+0000 mgr.smithi027.ahqzdk (mgr.14180) 832 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj 2024-01-24T02:10:24.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj 2024-01-24T02:10:24.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj 2024-01-24T02:10:24.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj 2024-01-24T02:10:24.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: Deploy daemon haproxy.rgw.foo.smithi173.laaorj ... 2024-01-24T02:10:24.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:10:24.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:10:24.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:08:25Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:10:24.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:09:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:10:24.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:09:41Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:10:24.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: 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-24T02:10:24.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: 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-24T02:10:24.166 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:10:24.166 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: cephadm 2024-01-24T02:10:22.084180+0000 mgr.smithi027.ahqzdk (mgr.14180) 833 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi027.fzfqoq on smithi027 2024-01-24T02:10:24.166 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:23 smithi173 conmon[40198]: cluster 2024-01-24T02:10:22.589611+0000 mgr.smithi027.ahqzdk (mgr.14180) 834 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:24.445 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:10:25.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:24 smithi027 conmon[35362]: audit 2024-01-24T02:10 2024-01-24T02:10:25.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:24 smithi027 conmon[35362]: :23.853060+0000 mgr.smithi027.ahqzdk (mgr.14180) 835 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:25.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:24 smithi173 conmon[40198]: audit 2024-01-24T02:10:23.853060+0000 mgr.smithi027.ahqzdk (mgr.14180) 835 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:25.446 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:10:26.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:25 smithi027 conmon[35362]: cluster 2024-01-24T02:10:24.590028+0000 mgr.smithi027.ahqzdk 2024-01-24T02:10:26.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:25 smithi027 conmon[35362]: (mgr.14180) 836 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:26.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:25 smithi173 conmon[40198]: cluster 2024-01-24T02:10:24.590028+0000 mgr.smithi027.ahqzdk (mgr.14180) 836 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:27.229 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:10:27.229 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:10:27.768 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:10:28.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:27 smithi027 conmon[35362]: cluster 2024-01-24T02:10:26.590639+0000 mgr.smithi027.ahqzdk (mgr.14180) 837 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:28.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:27 smithi173 conmon[40198]: cluster 2024-01-24T02:10:26.590639+0000 mgr.smithi027.ahqzdk (mgr.14180) 837 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:28.769 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:10:29.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:28 smithi027 conmon[35362]: audit 2024-01-24T02:10:27.224291+0000 mgr.smithi027.ahqzdk (mgr.14180) 838 : audit [DBG] 2024-01-24T02:10:29.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:28 smithi027 conmon[35362]: from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:29.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:28 smithi173 conmon[40198]: audit 2024-01-24T02:10:27.224291+0000 mgr.smithi027.ahqzdk (mgr.14180) 838 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:30.196 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:29 smithi027 conmon[35362]: cluster 2024-01-24T02:10:28.591181+0000 mgr.smithi027.ahqzdk ( 2024-01-24T02:10:30.196 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:29 smithi027 conmon[35362]: mgr.14180) 839 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:30.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:29 smithi173 conmon[40198]: cluster 2024-01-24T02:10:28.591181+0000 mgr.smithi027.ahqzdk (mgr.14180) 839 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:30.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:29 smithi173 conmon[40198]: 2024-01-24T02:10:30.597 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:10:30.597 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:10:31.160 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:10:32.161 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:10:32.196 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:31 smithi027 conmon[35362]: cluster 2024-01-24T02:10:30.591621+0000 mgr.smithi027.ahqzdk (mgr.14180) 840 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:32.196 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:31 smithi027 conmon[35362]: audit 2024-01-24T02:10:30.593053+0000 mgr.smithi027.ahqzdk (mgr.14180) 841 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:32.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:31 smithi173 conmon[40198]: cluster 2024-01-24T02:10:30.591621+0000 mgr.smithi027.ahqzdk (mgr.14180) 840 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:32.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:31 smithi173 conmon[40198]: audit 2024-01-24T02:10:30.593053+0000 mgr.smithi027.ahqzdk (mgr.14180) 841 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:34.017 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:10:34.018 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:10:34.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:33 smithi027 conmon[35362]: cluster 2024-01-24T02:10:32.592259+0000 mgr.smithi027.ahqzdk (mgr.14180) 842 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:34.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:33 smithi173 conmon[40198]: cluster 2024-01-24T02:10:32.592259+0000 mgr.smithi027.ahqzdk (mgr.14180) 842 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:34.551 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:10:35.552 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:10:36.206 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:35 smithi027 conmon[35362]: audit 2024-01-24T02:10:34.012936+0000 mgr.smithi027.ahqzdk (mgr.14180) 843 2024-01-24T02:10:36.206 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:35 smithi027 conmon[35362]: : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:36.206 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:35 smithi027 conmon[35362]: cluster 2024-01-24T02:10:34.592681+0000 mgr.smithi027.ahqzdk (mgr.14180) 844 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:36.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:35 smithi173 conmon[40198]: audit 2024-01-24T02:10:34.012936+0000 mgr.smithi027.ahqzdk (mgr.14180) 843 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:36.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:35 smithi173 conmon[40198]: cluster 2024-01-24T02:10:34.592681+0000 mgr.smithi027.ahqzdk (mgr.14180) 844 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:37.340 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:10:37.340 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:10:37.825 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:10:38.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:37 smithi027 conmon[35362]: cluster 2024-01-24T02:10:36.593266+0000 mgr.smithi027.ahqzdk (mgr.14180) 845 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:38.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:37 smithi173 conmon[40198]: cluster 2024-01-24T02:10:36.593266+0000 mgr.smithi027.ahqzdk (mgr.14180) 845 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:38.826 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:10:39.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:38 smithi027 conmon[35362]: audit 2024-01-24T02:10:37.334835+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:10:39.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:38 smithi027 conmon[35362]: 14180) 846 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:39.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:38 smithi173 conmon[40198]: audit 2024-01-24T02:10:37.334835+0000 mgr.smithi027.ahqzdk (mgr.14180) 846 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:40.211 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:39 smithi027 conmon[35362]: cluster 2024-01-24T02:10:38.593772+0000 2024-01-24T02:10:40.211 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:39 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 847 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:40.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:39 smithi173 conmon[40198]: cluster 2024-01-24T02:10:38.593772+0000 mgr.smithi027.ahqzdk (mgr.14180) 847 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:40.572 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:10:40.573 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:10:41.134 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:10:42.135 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:10:42.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:41 smithi027 conmon[35362]: audit 2024-01-24T02:10:40.567761+0000 mgr.smithi027.ahqzdk (mgr.14180) 848 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:42.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:41 smithi027 conmon[35362]: cluster 2024-01-24T02:10:40.594209+0000 mgr.smithi027.ahqzdk (mgr.14180) 849 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:42.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:41 smithi173 conmon[40198]: audit 2024-01-24T02:10:40.567761+0000 mgr.smithi027.ahqzdk (mgr.14180) 848 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:42.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:41 smithi173 conmon[40198]: 2024-01-24T02:10:42.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:41 smithi173 conmon[40198]: cluster 2024-01-24T02:10:40.594209+0000 mgr.smithi027.ahqzdk (mgr.14180) 849 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:43.917 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:10:43.917 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:10:44.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:43 smithi027 conmon[35362]: cluster 2024-01-24T02:10:42.594714+0000 mgr.smithi027.ahqzdk (mgr.14180) 850 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:44.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:43 smithi173 conmon[40198]: cluster 2024-01-24T02:10:42.594714+0000 mgr.smithi027.ahqzdk (mgr.14180) 850 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:44.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:43 smithi173 conmon[40198]: 2024-01-24T02:10:44.466 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:10:45.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:44 smithi027 conmon[35362]: audit 2024-01-24T02:10:43.912280+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:10:45.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:44 smithi027 conmon[35362]: 14180) 851 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:45.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:44 smithi173 conmon[40198]: audit 2024-01-24T02:10:43.912280+0000 mgr.smithi027.ahqzdk (mgr.14180) 851 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:45.467 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:10:46.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:45 smithi027 conmon[35362]: cluster 2024-01-24T02:10:44.595282+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:10:46.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:45 smithi027 conmon[35362]: .14180) 852 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:46.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:45 smithi173 conmon[40198]: cluster 2024-01-24T02:10:44.595282+0000 mgr.smithi027.ahqzdk (mgr.14180) 852 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:47.255 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:10:47.255 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:10:47.774 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:10:48.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:47 smithi027 conmon[35362]: cluster 2024-01-24T02:10:46.595863+0000 mgr.smithi027.ahqzdk (mgr.14180) 853 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:48.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:47 smithi173 conmon[40198]: cluster 2024-01-24T02:10:46.595863+0000 mgr.smithi027.ahqzdk (mgr.14180) 853 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:48.775 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:10:49.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:48 smithi027 conmon[35362]: audit 2024-01-24T02:10:47.250105+0000 mgr.smithi027.ahqzdk (mgr.14180) 854 : 2024-01-24T02:10:49.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:48 smithi027 conmon[35362]: audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:49.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:48 smithi173 conmon[40198]: audit 2024-01-24T02:10:47.250105+0000 mgr.smithi027.ahqzdk (mgr.14180) 854 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:49.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:48 smithi173 conmon[40198]: 2024-01-24T02:10:50.243 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:49 smithi027 conmon[35362]: cluster 2024-01-24T02:10:48.596416+0000 mgr.smithi027.ahqzdk (mgr.14180) 855 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:50.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:49 smithi173 conmon[40198]: cluster 2024-01-24T02:10:48.596416+0000 mgr.smithi027.ahqzdk (mgr.14180) 855 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:50.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:49 smithi173 conmon[40198]: 2024-01-24T02:10:50.622 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:10:50.622 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:10:51.198 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:10:52.199 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:10:52.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:51 smithi027 conmon[35362]: cluster 2024-01-24T02:10:50.596839+0000 mgr.smithi027.ahqzdk (mgr.14180) 856 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:52.234 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:51 smithi027 conmon[35362]: audit 2024-01-24T02:10:50.617847+0000 mgr.smithi027.ahqzdk (mgr.14180) 857 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:52.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:51 smithi173 conmon[40198]: cluster 2024-01-24T02:10:50.596839+0000 mgr.smithi027.ahqzdk (mgr.14180) 856 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:52.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:51 smithi173 conmon[40198]: audit 2024-01-24T02:10:50.617847+0000 mgr.smithi027.ahqzdk (mgr.14180) 857 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:54.007 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:10:54.007 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:10:54.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:53 smithi027 conmon[35362]: cluster 2024-01-24T02:10:52.597465+0000 mgr.smithi027.ahqzdk (mgr.14180) 858 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:54.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:53 smithi173 conmon[40198]: cluster 2024-01-24T02:10:52.597465+0000 mgr.smithi027.ahqzdk (mgr.14180) 858 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:54.590 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:10:55.591 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:10:56.254 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:55 smithi027 conmon[35362]: audit 2024-01-24T02:10:54. 2024-01-24T02:10:56.254 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:55 smithi027 conmon[35362]: 002176+0000 mgr.smithi027.ahqzdk (mgr.14180) 859 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:56.254 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:55 smithi027 conmon[35362]: cluster 2024-01-24T02:10:54.597903+0000 mgr.smithi027.ahqzdk (mgr.14180) 860 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:56.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:55 smithi173 conmon[40198]: audit 2024-01-24T02:10:54.002176+0000 mgr.smithi027.ahqzdk (mgr.14180) 859 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:56.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:55 smithi173 conmon[40198]: cluster 2024-01-24T02:10:54.597903+0000 mgr.smithi027.ahqzdk (mgr.14180) 860 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:57.427 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:10:57.428 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:10:57.984 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:10:58.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:57 smithi027 conmon[35362]: cluster 2024-01-24T02:10:56.598571+0000 mgr.smithi027.ahqzdk (mgr.14180) 861 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:58.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:57 smithi173 conmon[40198]: cluster 2024-01-24T02:10:56.598571+0000 mgr.smithi027.ahqzdk (mgr.14180) 861 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:10:58.985 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:10:59.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:58 smithi027 conmon[35362]: audit 2024-01-24T02:10:57.423173+0000 mgr.smithi027.ahqzdk (mgr.14180) 862 : audit 2024-01-24T02:10:59.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:58 smithi027 conmon[35362]: [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:59.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:58 smithi173 conmon[40198]: audit 2024-01-24T02:10:57.423173+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:10:59.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:58 smithi173 conmon[40198]: 14180) 862 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:10:59.987 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:59 smithi027 conmon[35362]: cluster 2024-01-24T02:10:58.599135+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:11:00.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:10:59 smithi027 conmon[35362]: 14180) 863 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:00.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:10:59 smithi173 conmon[40198]: cluster 2024-01-24T02:10:58.599135+0000 mgr.smithi027.ahqzdk (mgr.14180) 863 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:00.770 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:11:00.770 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:11:01.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:00 smithi027 conmon[35362]: cluster 2024-01-24T02:11:00.599586+0000 mgr.smithi027.ahqzdk (mgr.14180) 864 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:01.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:00 smithi027 conmon[35362]: audit 2024-01-24T02:11:00.765585+0000 mgr.smithi027.ahqzdk (mgr.14180) 865 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:01.372 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:11:01.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:00 smithi173 conmon[40198]: cluster 2024-01-24T02:11:00.599586+0000 mgr.smithi027.ahqzdk (mgr.14180) 864 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:01.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:00 smithi173 conmon[40198]: audit 2024-01-24T02:11:00.765585+0000 mgr.smithi027.ahqzdk (mgr.14180) 865 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:02.374 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:11:03.819 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:03 smithi027 conmon[35362]: cluster 2024-01-24T02:11:02.600057+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:11:03.819 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:03 smithi027 conmon[35362]: 14180) 866 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:03.912 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:03 smithi173 conmon[40198]: cluster 2024-01-24T02:11:02.600057+0000 mgr.smithi027.ahqzdk (mgr.14180) 866 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:04.147 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:11:04.147 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:11:04.680 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:11:05.682 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:11:06.132 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:05 smithi027 conmon[35362]: audit 2024-01-24T02:11:04.143075+0000 mgr.smithi027.ahqzdk (mgr.14180) 867 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:06.132 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:05 smithi027 conmon[35362]: cluster 2024-01-24T02:11:04.600473+0000 mgr.smithi027.ahqzdk (mgr.14180) 868 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:06.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:05 smithi173 conmon[40198]: audit 2024-01-24T02:11:04.143075+0000 mgr.smithi027.ahqzdk (mgr.14180) 867 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:06.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:05 smithi173 conmon[40198]: cluster 2024-01-24T02:11:04.600473+0000 mgr.smithi027.ahqzdk (mgr.14180) 868 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:07.462 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:11:07.462 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:11:08.014 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:11:08.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:07 smithi027 conmon[35362]: cluster 2024-01-24T02:11:06.601069+0000 mgr.smithi027.ahqzdk (mgr.14180) 869 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:08.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:07 smithi173 conmon[40198]: cluster 2024-01-24T02:11:06.601069+0000 mgr.smithi027.ahqzdk (mgr.14180) 869 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:09.016 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:11:09.050 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:08 smithi027 conmon[35362]: audit 2024-01-24T02:11:07.457506+0000 mgr.smithi027.ahqzdk (mgr.14180) 870 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:09.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:08 smithi173 conmon[40198]: audit 2024-01-24T02:11:07.457506+0000 mgr.smithi027.ahqzdk (mgr.14180) 870 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:10.110 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:09 smithi027 conmon[35362]: cluster 2024-01-24T02:11:08. 2024-01-24T02:11:10.110 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:09 smithi027 conmon[35362]: 601638+0000 mgr.smithi027.ahqzdk (mgr.14180) 871 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:10.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:09 smithi173 conmon[40198]: cluster 2024-01-24T02:11:08.601638+0000 mgr.smithi027.ahqzdk (mgr.14180) 871 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:10.711 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:11:10.711 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:11:11.322 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:11:12.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:11 smithi027 conmon[35362]: cluster 2024-01-24T02:11:10.602079+0000 mgr.smithi027.ahqzdk (mgr.14180) 872 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:12.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:11 smithi027 conmon[35362]: audit 2024-01-24T02:11:10.706497+0000 mgr.smithi027.ahqzdk (mgr.14180) 873 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:12.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:11 smithi173 conmon[40198]: cluster 2024-01-24T02:11:10.602079+0000 mgr.smithi027.ahqzdk (mgr.14180) 872 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:12.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:11 smithi173 conmon[40198]: audit 2024-01-24T02:11:10.706497+0000 mgr.smithi027.ahqzdk (mgr.14180) 873 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:12.324 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:11:14.089 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:11:14.089 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:11:14.109 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:13 smithi027 conmon[35362]: cluster 2024-01-24T02:11:12.602614+0000 mgr.smithi027.ahqzdk (mgr.14180) 874 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:14.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:13 smithi173 conmon[40198]: cluster 2024-01-24T02:11:12.602614+0000 mgr.smithi027.ahqzdk (mgr.14180) 874 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:14.704 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:11:15.705 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:11:16.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:15 smithi027 conmon[35362]: audit 2024-01-24T02:11:14.084533+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:11:16.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:15 smithi027 conmon[35362]: .14180) 875 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:16.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:15 smithi027 conmon[35362]: cluster 2024-01-24T02:11:14.602992+0000 mgr.smithi027.ahqzdk (mgr.14180) 876 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:16.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:15 smithi173 conmon[40198]: audit 2024-01-24T02:11:14.084533+0000 mgr.smithi027.ahqzdk (mgr.14180) 875 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:16.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:15 smithi173 conmon[40198]: cluster 2024-01-24T02:11:14.602992+0000 mgr.smithi027.ahqzdk (mgr.14180) 876 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:17.542 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:11:17.543 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:11:17.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:17 smithi027 conmon[35362]: cluster 2024-01-24T02:11:16.603635+0000 mgr.smithi027.ahqzdk (mgr.14180) 877 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:18.103 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:11:18.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:17 smithi173 conmon[40198]: cluster 2024-01-24T02:11:16.603635+0000 mgr.smithi027.ahqzdk (mgr.14180) 877 : cluster [DBG] 2024-01-24T02:11:18.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:17 smithi173 conmon[40198]: pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:19.104 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:11:19.136 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:18 smithi027 conmon[35362]: audit 2024-01-24T02:11:17.537790+0000 mgr.smithi027.ahqzdk (mgr.14180) 878 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:19.137 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:18 smithi027 conmon[35362]: 2024-01-24T02:11:19.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:18 smithi173 conmon[40198]: audit 2024-01-24T02:11:17.537790+0000 mgr.smithi027.ahqzdk (mgr.14180) 878 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:19.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:18 smithi173 conmon[40198]: 2024-01-24T02:11:19.904 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:19 smithi027 conmon[35362]: cluster 2024-01-24T02:11:18.604149+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:11:19.904 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:19 smithi027 conmon[35362]: 879 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:20.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:19 smithi173 conmon[40198]: cluster 2024-01-24T02:11:18.604149+0000 mgr.smithi027.ahqzdk (mgr.14180) 879 : cluster [DBG] 2024-01-24T02:11:20.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:19 smithi173 conmon[40198]: pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:20.911 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:11:20.911 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:11:21.545 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:11:22.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:21 smithi027 conmon[35362]: cluster 2024-01-24T02:11:20.604847+0000 mgr.smithi027.ahqzdk (mgr.14180) 880 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:22.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:21 smithi027 conmon[35362]: audit 2024-01-24T02:11:20.906710+0000 mgr.smithi027.ahqzdk (mgr.14180) 881 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:22.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:21 smithi173 conmon[40198]: cluster 2024-01-24T02:11:20.604847+0000 mgr.smithi027.ahqzdk (mgr.14180) 880 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:22.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:21 smithi173 conmon[40198]: 2024-01-24T02:11:22.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:21 smithi173 conmon[40198]: audit 2024-01-24T02:11:20.906710+0000 mgr.smithi027.ahqzdk (mgr.14180) 881 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:22.547 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:11:23.972 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:23 smithi027 conmon[35362]: cluster 2024-01-24T02:11:22.605433+0000 mgr.smithi027.ahqzdk ( 2024-01-24T02:11:23.973 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:23 smithi027 conmon[35362]: mgr.14180) 882 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:24.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:23 smithi173 conmon[40198]: cluster 2024-01-24T02:11:22.605433+0000 mgr.smithi027.ahqzdk (mgr.14180) 882 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:24.349 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:11:24.349 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:11:24.902 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:11:25.903 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:11:26.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:25 smithi027 conmon[35362]: audit 2024-01-24T02:11:24.344499+0000 mgr.smithi027.ahqzdk (mgr.14180) 883 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:26.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:25 smithi027 conmon[35362]: cluster 2024-01-24T02:11:24.605895+0000 mgr.smithi027.ahqzdk (mgr.14180) 884 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:26.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:25 smithi173 conmon[40198]: audit 2024-01-24T02:11:24.344499+0000 mgr.smithi027.ahqzdk (mgr.14180) 883 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:26.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:25 smithi173 conmon[40198]: cluster 2024-01-24T02:11:24.605895+0000 mgr.smithi027.ahqzdk (mgr.14180) 884 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:27.864 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:11:27.864 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:11:28.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:27 smithi027 conmon[35362]: cluster 2024-01-24T02:11:26.606511+0000 mgr.smithi027.ahqzdk (mgr.14180) 885 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:28.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:27 smithi173 conmon[40198]: cluster 2024-01-24T02:11:26.606511+0000 mgr.smithi027.ahqzdk (mgr.14180) 885 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:28.426 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:11:29.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:28 smithi027 conmon[35362]: audit 2024-01-24T02:11:27.859273+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:11:29.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:28 smithi027 conmon[35362]: 886 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:29.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:28 smithi173 conmon[40198]: audit 2024-01-24T02:11:27.859273+0000 mgr.smithi027.ahqzdk (mgr.14180) 886 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:29.427 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:11:30.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:29 smithi027 conmon[35362]: cluster 2024-01-24T02:11:28.607020+0000 mgr.smithi027.ahqzdk (mgr.14180) 887 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:30.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:29 smithi173 conmon[40198]: cluster 2024-01-24T02:11:28.607020+0000 mgr.smithi027.ahqzdk (mgr.14180) 887 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:31.242 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:11:31.243 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:11:31.869 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:11:32.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:31 smithi027 conmon[35362]: cluster 2024-01-24T02:11:30.607513+0000 mgr.smithi027.ahqzdk (mgr.14180) 888 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:32.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:31 smithi173 conmon[40198]: cluster 2024-01-24T02:11:30.607513+0000 mgr.smithi027.ahqzdk (mgr.14180) 888 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:32.869 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:11:33.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:32 smithi027 conmon[35362]: audit 2024-01-24T02:11:31.237332+0000 mgr.smithi027.ahqzdk (mgr.14180) 889 : audit [DBG] 2024-01-24T02:11:33.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:32 smithi027 conmon[35362]: from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:33.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:32 smithi173 conmon[40198]: audit 2024-01-24T02:11:31.237332+0000 mgr.smithi027.ahqzdk (mgr.14180) 889 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:33.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:33 smithi027 conmon[35362]: cluster 2024-01-24T02:11:32.608326+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:11:33.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:33 smithi027 conmon[35362]: ) 890 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:34.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:33 smithi173 conmon[40198]: cluster 2024-01-24T02:11:32.608326+0000 mgr.smithi027.ahqzdk (mgr.14180) 890 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:34.680 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:11:34.680 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:11:35.294 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:11:36.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:35 smithi027 conmon[35362]: cluster 2024-01-24T02:11:34.608746+0000 mgr.smithi027.ahqzdk (mgr.14180) 891 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:36.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:35 smithi027 conmon[35362]: audit 2024-01-24T02:11:34.673838+0000 mgr.smithi027.ahqzdk (mgr.14180) 892 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:36.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:35 smithi173 conmon[40198]: cluster 2024-01-24T02:11:34.608746+0000 mgr.smithi027.ahqzdk (mgr.14180) 891 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:36.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:35 smithi173 conmon[40198]: audit 2024-01-24T02:11:34.673838+0000 mgr.smithi027.ahqzdk (mgr.14180) 892 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:36.295 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:11:38.122 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:11:38.122 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:11:38.147 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:37 smithi027 conmon[35362]: cluster 2024-01-24T02:11:36.609300+0000 mgr.smithi027.ahqzdk (mgr.14180) 893 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:38.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:37 smithi173 conmon[40198]: cluster 2024-01-24T02:11:36.609300+0000 mgr.smithi027.ahqzdk (mgr.14180) 893 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:38.634 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:11:39.635 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:11:40.078 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:39 smithi027 conmon[35362]: audit 2024-01-24T02:11:38.117381+0000 mgr.smithi027.ahqzdk 2024-01-24T02:11:40.078 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:39 smithi027 conmon[35362]: (mgr.14180) 894 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:40.078 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:39 smithi027 conmon[35362]: cluster 2024-01-24T02:11:38.609809+0000 mgr.smithi027.ahqzdk (mgr.14180) 895 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:40.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:39 smithi173 conmon[40198]: audit 2024-01-24T02:11:38.117381+0000 mgr.smithi027.ahqzdk (mgr.14180) 894 : audit [DBG] 2024-01-24T02:11:40.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:39 smithi173 conmon[40198]: from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:40.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:39 smithi173 conmon[40198]: cluster 2024-01-24T02:11:38.609809+0000 mgr.smithi027.ahqzdk (mgr.14180) 895 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:41.456 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:11:41.457 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:11:42.099 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:11:42.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:41 smithi027 conmon[35362]: cluster 2024-01-24T02:11:40.610247+0000 mgr.smithi027.ahqzdk (mgr.14180) 896 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:42.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:41 smithi173 conmon[40198]: cluster 2024-01-24T02:11:40.610247+0000 mgr.smithi027.ahqzdk (mgr.14180) 896 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:42.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:41 smithi173 conmon[40198]: 2024-01-24T02:11:43.100 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:11:43.132 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:42 smithi027 conmon[35362]: audit 2024-01-24T02:11:41.451963+0000 mgr.smithi027.ahqzdk (mgr.14180) 897 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:43.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:42 smithi173 conmon[40198]: audit 2024-01-24T02:11:41.451963+0000 mgr.smithi027.ahqzdk (mgr.14180) 897 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:44.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:43 smithi027 conmon[35362]: cluster 2024-01-24T02:11:42.610818+0000 mgr.smithi027.ahqzdk (mgr.14180) 898 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:44.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:43 smithi173 conmon[40198]: cluster 2024-01-24T02:11:42.610818+0000 mgr.smithi027.ahqzdk (mgr.14180) 898 : cluster [DBG] 2024-01-24T02:11:44.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:43 smithi173 conmon[40198]: pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:44.959 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:11:44.960 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:11:45.516 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:11:46.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:45 smithi027 conmon[35362]: cluster 2024-01-24T02:11:44.611235+0000 mgr.smithi027.ahqzdk (mgr.14180) 899 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:46.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:45 smithi027 conmon[35362]: audit 2024-01-24T02:11:44.954955+0000 mgr.smithi027.ahqzdk (mgr.14180) 900 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:46.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:45 smithi173 conmon[40198]: cluster 2024-01-24T02:11:44.611235+0000 mgr.smithi027.ahqzdk (mgr.14180) 899 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:46.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:45 smithi173 conmon[40198]: audit 2024-01-24T02:11:44.954955+0000 mgr.smithi027.ahqzdk (mgr.14180) 900 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:46.517 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:11:47.902 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:47 smithi027 conmon[35362]: cluster 2024-01-24T02:11:46.611835+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:11:47.902 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:47 smithi027 conmon[35362]: 14180) 901 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:48.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:47 smithi173 conmon[40198]: cluster 2024-01-24T02:11:46.611835+0000 mgr.smithi027.ahqzdk (mgr.14180) 901 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:48.263 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:11:48.263 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:11:48.785 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:11:49.788 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:11:50.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:49 smithi027 conmon[35362]: audit 2024-01-24T02:11:48.258595+0000 mgr.smithi027.ahqzdk (mgr.14180) 902 2024-01-24T02:11:50.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:49 smithi027 conmon[35362]: : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:50.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:49 smithi027 conmon[35362]: cluster 2024-01-24T02:11:48.612305+0000 mgr.smithi027.ahqzdk (mgr.14180) 903 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:50.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:49 smithi173 conmon[40198]: audit 2024-01-24T02:11:48.258595+0000 mgr.smithi027.ahqzdk (mgr.14180) 902 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:50.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:49 smithi173 conmon[40198]: cluster 2024-01-24T02:11:48.612305+0000 mgr.smithi027.ahqzdk (mgr.14180) 903 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:51.560 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:11:51.561 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:11:52.107 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:11:52.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:51 smithi027 conmon[35362]: cluster 2024-01-24T02:11:50.612913+0000 mgr.smithi027.ahqzdk (mgr.14180) 904 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:52.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:51 smithi173 conmon[40198]: cluster 2024-01-24T02:11:50.612913+0000 mgr.smithi027.ahqzdk (mgr.14180) 904 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:53.108 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:11:53.142 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:52 smithi027 conmon[35362]: audit 2024-01-24T02:11:51.556106+0000 mgr.smithi027.ahqzdk (mgr.14180) 905 : audit [DBG] 2024-01-24T02:11:53.142 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:52 smithi027 conmon[35362]: from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:53.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:52 smithi173 conmon[40198]: audit 2024-01-24T02:11:51.556106+0000 mgr.smithi027.ahqzdk (mgr.14180) 905 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:54.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:53 smithi027 conmon[35362]: cluster 2024-01-24T02:11:52.613718+0000 mgr.smithi027.ahqzdk (mgr.14180) 906 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:54.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:53 smithi027 conmon[35362]: 2024-01-24T02:11:54.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:53 smithi173 conmon[40198]: cluster 2024-01-24T02:11:52.613718+0000 mgr.smithi027.ahqzdk (mgr.14180) 906 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:54.838 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:11:54.838 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:11:55.390 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:11:56.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:55 smithi027 conmon[35362]: cluster 2024-01-24T02:11:54.614140+0000 mgr.smithi027.ahqzdk (mgr.14180) 907 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:56.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:55 smithi027 conmon[35362]: audit 2024-01-24T02:11:54.833141+0000 mgr.smithi027.ahqzdk (mgr.14180) 908 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:56.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:55 smithi173 conmon[40198]: cluster 2024-01-24T02:11:54.614140+0000 mgr.smithi027.ahqzdk (mgr.14180) 907 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:56.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:55 smithi173 conmon[40198]: audit 2024-01-24T02:11:54.833141+0000 mgr.smithi027.ahqzdk (mgr.14180) 908 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:11:56.391 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:11:58.152 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:11:58.152 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:11:58.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:57 smithi027 conmon[35362]: cluster 2024-01-24T02:11: 2024-01-24T02:11:58.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:57 smithi027 conmon[35362]: 56.614781+0000 mgr.smithi027.ahqzdk (mgr.14180) 909 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:58.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:57 smithi173 conmon[40198]: cluster 2024-01-24T02:11:56.614781+0000 mgr.smithi027.ahqzdk (mgr.14180) 909 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:11:58.690 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:11:59.691 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:12:00.141 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:59 smithi027 conmon[35362]: audit 2024-01-24T02:11:58.147875+0000 mgr.smithi027.ahqzdk (mgr.14180) 910 : audit 2024-01-24T02:12:00.141 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:59 smithi027 conmon[35362]: [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:00.141 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:11:59 smithi027 conmon[35362]: cluster 2024-01-24T02:11:58.615355+0000 mgr.smithi027.ahqzdk (mgr.14180) 911 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:00.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:59 smithi173 conmon[40198]: audit 2024-01-24T02:11:58.147875+0000 mgr.smithi027.ahqzdk (mgr.14180) 910 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:00.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:11:59 smithi173 conmon[40198]: cluster 2024-01-24T02:11:58.615355+0000 mgr.smithi027.ahqzdk (mgr.14180) 911 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:01.504 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:12:01.505 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:12:02.080 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:12:02.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:01 smithi027 conmon[35362]: cluster 2024-01-24T02:12:00.616038+0000 mgr.smithi027.ahqzdk (mgr.14180) 912 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:02.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:01 smithi173 conmon[40198]: cluster 2024-01-24T02:12:00.616038+0000 mgr.smithi027.ahqzdk (mgr.14180) 912 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:03.082 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:12:03.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:02 smithi027 conmon[35362]: audit 2024-01-24T02:12:01.499961+0000 mgr.smithi027.ahqzdk (mgr.14180) 913 : 2024-01-24T02:12:03.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:02 smithi027 conmon[35362]: audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:03.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:02 smithi173 conmon[40198]: audit 2024-01-24T02:12:01.499961+0000 mgr.smithi027.ahqzdk (mgr.14180) 913 : audit [DBG] 2024-01-24T02:12:03.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:02 smithi173 conmon[40198]: from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:04.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:03 smithi027 conmon[35362]: cluster 2024-01-24T02:12:02.616667+0000 mgr.smithi027.ahqzdk ( 2024-01-24T02:12:04.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:03 smithi027 conmon[35362]: mgr.14180) 914 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:04.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:03 smithi173 conmon[40198]: cluster 2024-01-24T02:12:02.616667+0000 mgr.smithi027.ahqzdk (mgr.14180) 914 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:04.906 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:12:04.906 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:12:05.557 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:12:06.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:05 smithi027 conmon[35362]: cluster 2024-01-24T02:12:04.617206+0000 mgr.smithi027.ahqzdk (mgr.14180) 915 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:06.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:05 smithi027 conmon[35362]: audit 2024-01-24T02:12:04.901744+0000 mgr.smithi027.ahqzdk (mgr.14180) 916 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:06.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:05 smithi173 conmon[40198]: cluster 2024-01-24T02:12:04.617206+0000 mgr.smithi027.ahqzdk (mgr.14180) 915 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:06.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:05 smithi173 conmon[40198]: audit 2024-01-24T02:12:06.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:05 smithi173 conmon[40198]: 2024-01-24T02:12:04.901744+0000 mgr.smithi027.ahqzdk (mgr.14180) 916 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:06.558 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:12:08.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:07 smithi027 conmon[35362]: cluster 2024-01-24T02:12:06.618027+0000 mgr.smithi027.ahqzdk (mgr.14180) 917 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:08.368 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:12:08.368 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:12:08.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:07 smithi173 conmon[40198]: cluster 2024-01-24T02:12:06.618027+0000 mgr.smithi027.ahqzdk (mgr.14180) 917 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:08.949 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:12:09.950 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:12:10.406 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:09 smithi027 conmon[35362]: audit 2024-01-24T02:12:08.364352+0000 mgr.smithi027.ahqzdk 2024-01-24T02:12:10.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:09 smithi027 conmon[35362]: (mgr.14180) 918 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:10.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:09 smithi027 conmon[35362]: cluster 2024-01-24T02:12:08.618485+0000 mgr.smithi027.ahqzdk (mgr.14180) 919 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:10.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:09 smithi173 conmon[40198]: audit 2024-01-24T02:12:08.364352+0000 mgr.smithi027.ahqzdk (mgr.14180) 918 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:10.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:09 smithi173 conmon[40198]: cluster 2024-01-24T02:12:08.618485+0000 mgr.smithi027.ahqzdk (mgr.14180) 919 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:11.720 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:12:11.720 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:12:12.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:11 smithi027 conmon[35362]: cluster 2024-01-24T02:12:10.618920+0000 mgr.smithi027.ahqzdk (mgr.14180) 920 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:12.293 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:12:12.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:11 smithi173 conmon[40198]: cluster 2024-01-24T02:12:10.618920+0000 mgr.smithi027.ahqzdk (mgr.14180) 920 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:13.295 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:12:13.330 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:12 smithi027 conmon[35362]: audit 2024-01-24T02:12:11.715273+0000 mgr.smithi027.ahqzdk (mgr.14180) 921 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:13.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:12 smithi173 conmon[40198]: audit 2024-01-24T02:12:11.715273+0000 mgr.smithi027.ahqzdk (mgr.14180) 921 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:14.130 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:13 smithi027 conmon[35362]: cluster 2024-01-24T02:12:12.619512 2024-01-24T02:12:14.130 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:13 smithi027 conmon[35362]: +0000 mgr.smithi027.ahqzdk (mgr.14180) 922 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:14.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:13 smithi173 conmon[40198]: cluster 2024-01-24T02:12:12.619512+0000 mgr.smithi027.ahqzdk (mgr.14180) 922 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:15.195 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:12:15.195 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:12:15.771 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:12:16.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:15 smithi027 conmon[35362]: cluster 2024-01-24T02:12:14.619937+0000 mgr.smithi027.ahqzdk (mgr.14180) 923 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:16.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:15 smithi173 conmon[40198]: cluster 2024-01-24T02:12:14.619937+0000 mgr.smithi027.ahqzdk (mgr.14180) 923 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:16.772 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:12:17.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:16 smithi027 conmon[35362]: audit 2024-01-24T02:12:15.189453 2024-01-24T02:12:17.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:16 smithi027 conmon[35362]: +0000 mgr.smithi027.ahqzdk (mgr.14180) 924 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:17.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:16 smithi173 conmon[40198]: audit 2024-01-24T02:12:15.189453+0000 mgr.smithi027.ahqzdk (mgr.14180) 924 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:18.241 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:17 smithi027 conmon[35362]: cluster 2024-01-24T02:12:16.620799+0000 mgr.smithi027.ahqzdk (mgr.14180) 925 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:18.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:17 smithi173 conmon[40198]: cluster 2024-01-24T02:12:16.620799+0000 mgr.smithi027.ahqzdk (mgr.14180) 925 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:18.602 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:12:18.602 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:12:19.237 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:12:20.238 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:12:20.272 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:19 smithi027 conmon[35362]: audit 2024-01-24T02:12:18.597539+0000 2024-01-24T02:12:20.272 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:19 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 926 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:20.272 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:19 smithi027 conmon[35362]: cluster 2024-01-24T02:12:18.621323+0000 mgr.smithi027.ahqzdk (mgr.14180) 927 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:20.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:19 smithi173 conmon[40198]: audit 2024-01-24T02:12:18.597539+0000 mgr.smithi027.ahqzdk (mgr.14180) 926 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:20.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:19 smithi173 conmon[40198]: cluster 2024-01-24T02:12:18.621323+0000 mgr.smithi027.ahqzdk (mgr.14180) 927 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:22.091 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:12:22.092 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:12:22.240 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:21 smithi027 conmon[35362]: cluster 2024-01-24T02:12:20.621753+0000 mgr.smithi027.ahqzdk (mgr.14180) 928 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:22.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:21 smithi173 conmon[40198]: cluster 2024-01-24T02:12:20.621753+0000 mgr.smithi027.ahqzdk (mgr.14180) 928 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:22.629 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:12:23.630 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:12:24.247 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:23 smithi027 conmon[35362]: audit 2024-01-24T02:12:22.086566+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:12:24.247 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:23 smithi027 conmon[35362]: 14180) 929 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:24.247 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:23 smithi027 conmon[35362]: cluster 2024-01-24T02:12:22.622250+0000 mgr.smithi027.ahqzdk (mgr.14180) 930 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:24.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:23 smithi173 conmon[40198]: audit 2024-01-24T02:12:22.086566+0000 mgr.smithi027.ahqzdk (mgr.14180) 929 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:24.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:23 smithi173 conmon[40198]: cluster 2024-01-24T02:12:22.622250+0000 mgr.smithi027.ahqzdk (mgr.14180) 930 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:25.517 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:12:25.518 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:12:26.090 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:12:26.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:25 smithi027 conmon[35362]: cluster 2024-01-24T02:12:24.622939+0000 mgr.smithi027.ahqzdk (mgr.14180) 931 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:26.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:25 smithi173 conmon[40198]: cluster 2024-01-24T02:12:24.622939+0000 mgr.smithi027.ahqzdk (mgr.14180) 931 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:27.091 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:12:27.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:26 smithi027 conmon[35362]: audit 2024-01-24T02:12:25.512905+0000 mgr.smithi027.ahqzdk (mgr.14180) 932 : 2024-01-24T02:12:27.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:26 smithi027 conmon[35362]: audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:27.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:26 smithi173 conmon[40198]: audit 2024-01-24T02:12:25.512905+0000 mgr.smithi027.ahqzdk (mgr.14180) 932 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:28.383 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:27 smithi027 conmon[35362]: cluster 2024-01-24T02:12:26.623584+0000 mgr.smithi027.ahqzdk (mgr.14180) 933 2024-01-24T02:12:28.384 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:27 smithi027 conmon[35362]: : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:28.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:27 smithi173 conmon[40198]: cluster 2024-01-24T02:12:26.623584+0000 mgr.smithi027.ahqzdk (mgr.14180) 933 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:29.018 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:12:29.019 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:12:29.596 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:12:30.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:29 smithi027 conmon[35362]: cluster 2024-01-24T02:12:28.623979+0000 mgr.smithi027.ahqzdk (mgr.14180) 934 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:30.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:29 smithi173 conmon[40198]: cluster 2024-01-24T02:12:28.623979+0000 mgr.smithi027.ahqzdk (mgr.14180) 934 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:30.597 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:12:31.230 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:30 smithi027 conmon[35362]: audit 2024-01-24T02:12:29.013892+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:12:31.230 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:30 smithi027 conmon[35362]: .14180) 935 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:31.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:30 smithi173 conmon[40198]: audit 2024-01-24T02:12:29.013892+0000 mgr.smithi027.ahqzdk (mgr.14180) 935 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:32.039 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:31 smithi027 conmon[35362]: cluster 2024-01-24T02:12:30.624498+0000 2024-01-24T02:12:32.039 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:31 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 936 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:32.410 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:12:32.410 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:12:32.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:31 smithi173 conmon[40198]: cluster 2024-01-24T02:12:30.624498+0000 mgr.smithi027.ahqzdk (mgr.14180) 936 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:33.010 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:12:34.011 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:12:34.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:33 smithi027 conmon[35362]: audit 2024-01-24T02:12:32.405692+0000 mgr.smithi027.ahqzdk (mgr.14180) 937 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:34.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:33 smithi027 conmon[35362]: cluster 2024-01-24T02:12:32.625053+0000 mgr.smithi027.ahqzdk (mgr.14180) 938 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:34.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:33 smithi173 conmon[40198]: audit 2024-01-24T02:12:32.405692+0000 mgr.smithi027.ahqzdk (mgr.14180) 937 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:34.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:33 smithi173 conmon[40198]: cluster 2024-01-24T02:12:32.625053+0000 mgr.smithi027.ahqzdk (mgr.14180) 938 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:35.800 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:12:35.800 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:12:36.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:35 smithi027 conmon[35362]: cluster 2024-01-24T02:12:34.625549+0000 mgr.smithi027.ahqzdk (mgr.14180) 939 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:36.361 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:12:36.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:35 smithi173 conmon[40198]: cluster 2024-01-24T02:12:34.625549+0000 mgr.smithi027.ahqzdk (mgr.14180) 939 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:37.362 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:12:37.396 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:36 smithi027 conmon[35362]: audit 2024-01-24T02:12:35.795805+0000 mgr.smithi027.ahqzdk (mgr.14180) 940 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:37.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:36 smithi173 conmon[40198]: audit 2024-01-24T02:12:35.795805+0000 mgr.smithi027.ahqzdk (mgr.14180) 940 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:38.110 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:37 smithi027 conmon[35362]: cluster 2024-01-24T02:12:36.626216+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:12:38.111 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:37 smithi027 conmon[35362]: ) 941 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:38.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:37 smithi173 conmon[40198]: cluster 2024-01-24T02:12:36.626216+0000 mgr.smithi027.ahqzdk (mgr.14180) 941 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:39.158 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:12:39.158 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:12:39.676 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:12:40.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:40 smithi027 conmon[35362]: cluster 2024-01-24T02:12:38.626634+0000 mgr.smithi027.ahqzdk (mgr.14180) 942 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:40.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:40 smithi173 conmon[40198]: cluster 2024-01-24T02:12:38.626634+0000 mgr.smithi027.ahqzdk (mgr.14180) 942 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:40.677 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:12:41.310 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:41 smithi027 conmon[35362]: audit 2024-01-24T02:12:39.152803+0000 mgr.smithi027.ahqzdk (mgr.14180) 943 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:41.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:41 smithi173 conmon[40198]: audit 2024-01-24T02:12:39.152803+0000 mgr.smithi027.ahqzdk (mgr.14180) 943 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:42.126 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:42 smithi027 conmon[35362]: cluster 2024-01-24T02:12:40.627150+0000 mgr.smithi027.ahqzdk ( 2024-01-24T02:12:42.126 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:42 smithi027 conmon[35362]: mgr.14180) 944 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:42.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:42 smithi173 conmon[40198]: cluster 2024-01-24T02:12:40.627150+0000 mgr.smithi027.ahqzdk (mgr.14180) 944 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:42.472 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:12:42.473 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:12:43.034 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:12:43.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:43 smithi027 conmon[35362]: audit 2024-01-24T02:12:42.468607+0000 mgr.smithi027.ahqzdk (mgr.14180) 945 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:43.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:43 smithi027 conmon[35362]: cluster 2024-01-24T02:12:42.627689+0000 mgr.smithi027.ahqzdk (mgr.14180) 946 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:43.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:43 smithi173 conmon[40198]: audit 2024-01-24T02:12:42.468607+0000 mgr.smithi027.ahqzdk (mgr.14180) 945 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:43.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:43 smithi173 conmon[40198]: cluster 2024-01-24T02: 2024-01-24T02:12:43.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:43 smithi173 conmon[40198]: 12:42.627689+0000 mgr.smithi027.ahqzdk (mgr.14180) 946 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:44.036 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:12:45.848 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:12:45.848 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:12:46.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:45 smithi027 conmon[35362]: cluster 2024-01-24T02:12:44.628128+0000 mgr.smithi027.ahqzdk (mgr.14180) 947 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:46.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:45 smithi173 conmon[40198]: cluster 2024-01-24T02:12:44.628128+0000 mgr.smithi027.ahqzdk (mgr.14180) 947 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:46.349 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:12:47.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:46 smithi027 conmon[35362]: audit 2024-01-24T02:12:45.843660+0000 mgr.smithi027.ahqzdk (mgr.14180) 948 : audit 2024-01-24T02:12:47.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:46 smithi027 conmon[35362]: [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:47.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:46 smithi173 conmon[40198]: audit 2024-01-24T02:12:45.843660+0000 mgr.smithi027.ahqzdk (mgr.14180) 948 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:47.350 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:12:48.101 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:47 smithi027 conmon[35362]: cluster 2024-01-24T02:12:46.628892+0000 mgr.smithi027.ahqzdk (mgr.14180) 949 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:48.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:47 smithi173 conmon[40198]: cluster 2024-01-24T02:12:46.628892+0000 mgr.smithi027.ahqzdk (mgr.14180) 949 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:49.089 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:12:49.089 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:12:49.676 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:12:49.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:49 smithi027 conmon[35362]: cluster 2024-01-24T02:12:48.629283+0000 mgr.smithi027.ahqzdk (mgr.14180) 950 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:50.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:49 smithi173 conmon[40198]: cluster 2024-01-24T02:12:48.629283+0000 mgr.smithi027.ahqzdk (mgr.14180) 950 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:50.677 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:12:51.142 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:50 smithi027 conmon[35362]: audit 2024-01-24T02:12:49.084326+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:12:51.143 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:50 smithi027 conmon[35362]: ) 951 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:51.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:50 smithi173 conmon[40198]: audit 2024-01-24T02:12:49.084326+0000 mgr.smithi027.ahqzdk (mgr.14180) 951 : audit 2024-01-24T02:12:51.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:50 smithi173 conmon[40198]: [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:52.102 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:51 smithi027 conmon[35362]: cluster 2024-01-24T02:12:50.629949+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:12:52.102 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:51 smithi027 conmon[35362]: .14180) 952 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:52.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:51 smithi173 conmon[40198]: cluster 2024-01-24T02:12:50.629949+0000 mgr.smithi027.ahqzdk (mgr.14180) 952 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:52.466 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:12:52.466 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:05:09.919674Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.fbsvgy on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-fbsvgy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.fbsvgy\nDeploy daemon haproxy.rgw.foo.smithi173.fbsvgy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:03:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:03:51Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:04:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.609083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.jyqnhu on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-jyqnhu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.jyqnhu\nDeploy daemon haproxy.rgw.foo.smithi027.jyqnhu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:05:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:06:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:07:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:07:43.610377Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.iwwaki on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:12:52.998 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:12:53.999 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:12:54.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:53 smithi027 conmon[35362]: audit 2024-01-24T02:12:52.462385+0000 mgr.smithi027.ahqzdk (mgr.14180) 953 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:54.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:53 smithi027 conmon[35362]: cluster 2024-01-24T02:12:52.630683+0000 mgr.smithi027.ahqzdk (mgr.14180) 954 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:54.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:53 smithi173 conmon[40198]: audit 2024-01-24T02:12:52.462385+0000 mgr.smithi027.ahqzdk (mgr.14180) 953 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:54.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:53 smithi173 conmon[40198]: cluster 2024-01-24T02:12:52.630683+0000 mgr.smithi027.ahqzdk (mgr.14180) 954 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:55.783 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:12:55.783 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:12:56.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:55 smithi027 conmon[35362]: cluster 2024-01-24T02:12:54.631109+0000 mgr.smithi027.ahqzdk (mgr.14180) 955 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:56.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:55 smithi027 conmon[35362]: audit 2024-01-24T02:12:55.342915+0000 mon.smithi027 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi027.fzfqoq"}]: dispatch 2024-01-24T02:12:56.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:55 smithi173 conmon[40198]: cluster 2024-01-24T02:12:54.631109+0000 mgr.smithi027.ahqzdk (mgr.14180) 955 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:56.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:55 smithi173 conmon[40198]: audit 2024-01-24T02:12:55.342915+0000 mon.smithi027 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi027.fzfqoq"}]: dispatch 2024-01-24T02:12:56.391 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:12:57.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: cephadm 2024-01-24T02:12:55.342422+0000 mgr.smithi027.ahqzdk (mgr.14180) 956 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq 2024-01-24T02:12:57.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq 2024-01-24T02:12:57.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq 2024-01-24T02:12:57.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq 2024-01-24T02:12:57.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: Deploy daemon haproxy.rgw.foo.smithi027.fzfqoq ... 2024-01-24T02:12:57.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:12:57.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:12:57.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:10: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-24T02:12:57.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:11:36Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:12:57.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:12:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:12:57.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: 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-24T02:12:57.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: 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-24T02:12:57.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:12:57.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: Traceback (most recent call last): 2024-01-24T02:12:57.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T02:12:57.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: yield (conn, connr) 2024-01-24T02:12:57.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T02:12:57.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: code, '\n'.join(err))) 2024-01-24T02:12:57.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: 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-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq 2024-01-24T02:12:57.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq 2024-01-24T02:12:57.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq 2024-01-24T02:12:57.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq 2024-01-24T02:12:57.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: Deploy daemon haproxy.rgw.foo.smithi027.fzfqoq ... 2024-01-24T02:12:57.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:12:57.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:12:57.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:10: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-24T02:12:57.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:11:36Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:12:57.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:12:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:12:57.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: 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-24T02:12:57.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: 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-24T02:12:57.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:12:57.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:12:57.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: cephadm 2024-01-24T02:12:55.342594+0000 mgr.smithi027.ahqzdk (mgr.14180) 957 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi027.fzfqoq 2024-01-24T02:12:57.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: cephadm 2024-01-24T02:12:55.343605+0000 mgr.smithi027.ahqzdk (mgr.14180) 958 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq 2024-01-24T02:12:57.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq 2024-01-24T02:12:57.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq 2024-01-24T02:12:57.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq 2024-01-24T02:12:57.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: Deploy daemon haproxy.rgw.foo.smithi027.fzfqoq ... 2024-01-24T02:12:57.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:12:57.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:12:57.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:10: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-24T02:12:57.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:11:36Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:12:57.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:12:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:12:57.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: 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-24T02:12:57.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: 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-24T02:12:57.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:12:57.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: cephadm 2024-01-24T02:12:55.345605+0000 mgr.smithi027.ahqzdk (mgr.14180) 959 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-24T02:12:57.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: cephadm 2024-01-24T02:12:55.347146+0000 mgr.smithi027.ahqzdk (mgr.14180) 960 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-24T02:12:57.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: cluster 2024-01-24T02:12:55.347893+0000 mgr.smithi027.ahqzdk (mgr.14180) 961 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:57.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: audit 2024-01-24T02:12:55.778348+0000 mgr.smithi027.ahqzdk (mgr.14180) 962 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:57.161 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:56 smithi027 conmon[35362]: cluster 2024-01-24T02:12:55.822822+0000 mon.smithi027 (mon.0) 715 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T02:12:57.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: cephadm 2024-01-24T02:12:55.342422+0000 mgr.smithi027.ahqzdk (mgr.14180) 956 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq 2024-01-24T02:12:57.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq 2024-01-24T02:12:57.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq 2024-01-24T02:12:57.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq 2024-01-24T02:12:57.162 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: Deploy daemon haproxy.rgw.foo.smithi027.fzfqoq ... 2024-01-24T02:12:57.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:12:57.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:12:57.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:10: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-24T02:12:57.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:11:36Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:12:57.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:12:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:12:57.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: 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-24T02:12:57.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: 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-24T02:12:57.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:12:57.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: Traceback (most recent call last): 2024-01-24T02:12:57.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T02:12:57.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: yield (conn, connr) 2024-01-24T02:12:57.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T02:12:57.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: code, '\n'.join(err))) 2024-01-24T02:12:57.163 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: 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-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq 2024-01-24T02:12:57.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq 2024-01-24T02:12:57.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq 2024-01-24T02:12:57.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq 2024-01-24T02:12:57.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: Deploy daemon haproxy.rgw.foo.smithi027.fzfqoq ... 2024-01-24T02:12:57.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:12:57.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:12:57.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:10: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-24T02:12:57.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:11:36Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:12:57.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:12:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:12:57.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: 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-24T02:12:57.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: 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-24T02:12:57.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:12:57.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:12:57.164 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: cephadm 2024-01-24T02:12:55.342594+0000 mgr.smithi027.ahqzdk (mgr.14180) 957 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi027.fzfqoq 2024-01-24T02:12:57.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: cephadm 2024-01-24T02:12:55.343605+0000 mgr.smithi027.ahqzdk (mgr.14180) 958 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq 2024-01-24T02:12:57.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq 2024-01-24T02:12:57.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq 2024-01-24T02:12:57.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq 2024-01-24T02:12:57.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: Deploy daemon haproxy.rgw.foo.smithi027.fzfqoq ... 2024-01-24T02:12:57.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:12:57.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:12:57.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:10: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-24T02:12:57.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:11:36Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:12:57.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:12:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:12:57.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: 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-24T02:12:57.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: 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-24T02:12:57.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:12:57.165 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: cephadm 2024-01-24T02:12:55.345605+0000 mgr.smithi027.ahqzdk (mgr.14180) 959 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-24T02:12:57.166 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: cephadm 2024-01-24T02:12:55.347146+0000 mgr.smithi027.ahqzdk (mgr.14180) 960 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-24T02:12:57.166 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: cluster 2024-01-24T02:12:55.347893+0000 mgr.smithi027.ahqzdk (mgr.14180) 961 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:57.166 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: audit 2024-01-24T02:12:55.778348+0000 mgr.smithi027.ahqzdk (mgr.14180) 962 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:12:57.166 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:56 smithi173 conmon[40198]: cluster 2024-01-24T02:12:55.822822+0000 mon.smithi027 (mon.0) 715 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T02:12:57.392 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:12:59.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:58 smithi027 conmon[35362]: cluster 2024-01-24T02:12:57.348807+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:12:59.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:12:58 smithi027 conmon[35362]: ) 963 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:59.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:12:58 smithi173 conmon[40198]: cluster 2024-01-24T02:12:57.348807+0000 mgr.smithi027.ahqzdk (mgr.14180) 963 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:12:59.214 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:12:59.215 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:12:59.757 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:13:00.758 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:13:00.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:00 smithi027 conmon[35362]: audit 2024-01-24T02:12:59.210828+0000 mgr.smithi027.ahqzdk (mgr.14180) 964 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:00.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:00 smithi027 conmon[35362]: cluster 2024-01-24T02:12:59.349394+0000 mgr.smithi027.ahqzdk (mgr.14180) 965 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:00.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:00 smithi027 conmon[35362]: audit 2024-01-24T02:12:59.565028+0000 mon.smithi027 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:13:00.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:00 smithi027 conmon[35362]: audit 2024-01-24T02:13:00.065067+0000 mon.smithi027 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:13:00.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:00 smithi173 conmon[40198]: audit 2024-01-24T02:12:59.210828+0000 mgr.smithi027.ahqzdk (mgr.14180) 964 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:00.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:00 smithi173 conmon[40198]: cluster 2024-01-24T02:12:59.349394+0000 mgr.smithi027.ahqzdk (mgr.14180) 965 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:00.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:00 smithi173 conmon[40198]: audit 2024-01-24T02:12:59.565028+0000 mon.smithi027 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:13:00.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:00 smithi173 conmon[40198]: audit 2024-01-24T02:13:00.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:00 smithi173 conmon[40198]: 2024-01-24T02:13:00.065067+0000 mon.smithi027 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:13:02.561 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:13:02.561 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:13:02.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:02 smithi027 conmon[35362]: cluster 2024-01-24T02:13:01.350307+0000 mgr.smithi027.ahqzdk (mgr.14180) 966 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:02.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:02 smithi173 conmon[40198]: cluster 2024-01-24T02:13:01.350307+0000 mgr.smithi027.ahqzdk (mgr.14180) 966 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:03.125 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:13:03.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:03 smithi027 conmon[35362]: audit 2024-01-24T02:13:02.555953+0000 mgr.smithi027.ahqzdk (mgr.14180) 967 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:03.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:03 smithi027 conmon[35362]: 2024-01-24T02:13:03.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:03 smithi173 conmon[40198]: audit 2024-01-24T02:13:02.555953+0000 mgr.smithi027.ahqzdk (mgr.14180) 967 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:04.125 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:13:04.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:04 smithi027 conmon[35362]: cluster 2024-01-24T02: 2024-01-24T02:13:04.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:04 smithi027 conmon[35362]: 13:03.350907+0000 mgr.smithi027.ahqzdk (mgr.14180) 968 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:05.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:04 smithi173 conmon[40198]: cluster 2024-01-24T02:13:03.350907+0000 mgr.smithi027.ahqzdk (mgr.14180) 968 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:05.945 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:13:05.946 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:13:06.540 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:13:07.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:06 smithi027 conmon[35362]: cluster 2024-01-24T02:13:05.351490+0000 mgr.smithi027.ahqzdk (mgr.14180) 969 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:07.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:06 smithi027 conmon[35362]: audit 2024-01-24T02:13:05.941167+0000 mgr.smithi027.ahqzdk (mgr.14180) 970 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:07.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:06 smithi173 conmon[40198]: cluster 2024-01-24T02:13:05.351490+0000 mgr.smithi027.ahqzdk (mgr.14180) 969 : cluster [DBG] 2024-01-24T02:13:07.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:06 smithi173 conmon[40198]: pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:07.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:06 smithi173 conmon[40198]: audit 2024-01-24T02:13:05.941167+0000 mgr.smithi027.ahqzdk (mgr.14180) 970 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:07.542 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:13:09.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:08 smithi027 conmon[35362]: cluster 2024-01-24T02:13:07.352329+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:13:09.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:08 smithi027 conmon[35362]: 14180) 971 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:09.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:08 smithi173 conmon[40198]: cluster 2024-01-24T02:13:07.352329+0000 mgr.smithi027.ahqzdk (mgr.14180) 971 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:09.347 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:13:09.347 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:13:09.932 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:13:10.933 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:13:11.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:10 smithi027 conmon[35362]: audit 2024-01-24T02:13:09.343610+0000 mgr.smithi027.ahqzdk (mgr.14180) 972 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:11.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:10 smithi027 conmon[35362]: cluster 2024-01-24T02:13:09.352871+0000 mgr.smithi027.ahqzdk (mgr.14180) 973 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:11.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:10 smithi173 conmon[40198]: audit 2024-01-24T02:13:09.343610+0000 mgr.smithi027.ahqzdk (mgr.14180) 972 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:11.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:10 smithi173 conmon[40198]: cluster 2024-01-24T02: 2024-01-24T02:13:11.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:10 smithi173 conmon[40198]: 13:09.352871+0000 mgr.smithi027.ahqzdk (mgr.14180) 973 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:12.667 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:13:12.667 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:13:13.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:12 smithi027 conmon[35362]: cluster 2024-01-24T02:13:11.353667+0000 mgr.smithi027.ahqzdk (mgr.14180) 974 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:13.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:12 smithi173 conmon[40198]: cluster 2024-01-24T02:13:11.353667+0000 mgr.smithi027.ahqzdk (mgr.14180) 974 : cluster [DBG] 2024-01-24T02:13:13.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:12 smithi173 conmon[40198]: pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:13.208 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:13:14.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:13 smithi027 conmon[35362]: audit 2024-01-24T02:13:12.663079+0000 mgr.smithi027.ahqzdk (mgr.14180) 975 : audit [DBG] 2024-01-24T02:13:14.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:13 smithi027 conmon[35362]: from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:14.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:13 smithi173 conmon[40198]: audit 2024-01-24T02:13:12.663079+0000 mgr.smithi027.ahqzdk (mgr.14180) 975 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:14.209 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:13:14.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:14 smithi027 conmon[35362]: cluster 2024-01-24T02:13:13.354442+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:13:14.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:14 smithi027 conmon[35362]: 14180) 976 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:15.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:14 smithi173 conmon[40198]: cluster 2024-01-24T02:13:13.354442+0000 mgr.smithi027.ahqzdk (mgr.14180) 976 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:15.979 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:13:15.979 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:13:16.531 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:13:17.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:16 smithi027 conmon[35362]: cluster 2024-01-24T02:13:15.354971+0000 mgr.smithi027.ahqzdk (mgr.14180) 977 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:17.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:16 smithi027 conmon[35362]: audit 2024-01-24T02:13:15.974778+0000 mgr.smithi027.ahqzdk (mgr.14180) 978 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:17.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:16 smithi173 conmon[40198]: cluster 2024-01-24T02:13:15.354971+0000 mgr.smithi027.ahqzdk (mgr.14180) 977 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:17.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:16 smithi173 conmon[40198]: 2024-01-24T02:13:17.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:16 smithi173 conmon[40198]: audit 2024-01-24T02:13:15.974778+0000 mgr.smithi027.ahqzdk (mgr.14180) 978 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:17.532 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:13:19.041 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:18 smithi027 conmon[35362]: cluster 2024-01-24T02:13:17.355824+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:13:19.041 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:18 smithi027 conmon[35362]: ) 979 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:19.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:18 smithi173 conmon[40198]: cluster 2024-01-24T02:13:17.355824+0000 mgr.smithi027.ahqzdk (mgr.14180) 979 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:19.370 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:13:19.370 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:13:19.930 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:13:20.931 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:13:21.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:20 smithi027 conmon[35362]: cluster 2024-01-24T02:13:19.356397+0000 mgr.smithi027.ahqzdk (mgr.14180) 980 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:21.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:20 smithi027 conmon[35362]: audit 2024-01-24T02:13:19.365944+0000 mgr.smithi027.ahqzdk (mgr.14180) 981 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:21.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:20 smithi173 conmon[40198]: cluster 2024-01-24T02:13:19.356397+0000 mgr.smithi027.ahqzdk (mgr.14180) 980 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:21.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:20 smithi173 conmon[40198]: audit 2024-01 2024-01-24T02:13:21.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:20 smithi173 conmon[40198]: -24T02:13:19.365944+0000 mgr.smithi027.ahqzdk (mgr.14180) 981 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:22.745 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:13:22.745 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:13:23.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:22 smithi027 conmon[35362]: cluster 2024-01-24T02:13:21.357063+0000 mgr.smithi027.ahqzdk (mgr.14180) 982 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:23.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:22 smithi173 conmon[40198]: cluster 2024-01-24T02:13:21.357063+0000 mgr.smithi027.ahqzdk (mgr.14180) 982 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:23.330 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:13:24.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:23 smithi027 conmon[35362]: audit 2024-01-24T02:13:22.740401+0000 mgr.smithi027.ahqzdk (mgr.14180) 983 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:24.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:23 smithi173 conmon[40198]: audit 2024-01-24T02:13:22.740401+0000 mgr.smithi027.ahqzdk (mgr.14180) 983 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:24.331 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:13:25.121 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:24 smithi027 conmon[35362]: cluster 2024-01-24T02:13:23.357832+0000 mgr.smithi027.ahqzdk (mgr.14180) 984 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:25.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:24 smithi173 conmon[40198]: cluster 2024-01-24T02:13:23.357832+0000 mgr.smithi027.ahqzdk (mgr.14180) 984 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:26.133 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:13:26.133 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:13:26.637 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:13:26.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:26 smithi027 conmon[35362]: cluster 2024-01-24T02:13:25.358670+0000 mgr.smithi027.ahqzdk (mgr.14180) 985 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:27.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:26 smithi173 conmon[40198]: cluster 2024-01-24T02:13:25.358670+0000 mgr.smithi027.ahqzdk (mgr.14180) 985 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:27.638 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:13:28.088 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:27 smithi027 conmon[35362]: audit 2024-01-24T02:13:26.128569+0000 mgr.smithi027.ahqzdk (mgr.14180) 986 : 2024-01-24T02:13:28.088 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:27 smithi027 conmon[35362]: audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:28.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:27 smithi173 conmon[40198]: audit 2024-01-24T02:13:26.128569+0000 mgr.smithi027.ahqzdk (mgr.14180) 986 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:28.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:27 smithi173 conmon[40198]: 2024-01-24T02:13:29.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:28 smithi027 conmon[35362]: cluster 2024-01-24T02:13:27.359447+0000 mgr.smithi027.ahqzdk ( 2024-01-24T02:13:29.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:28 smithi027 conmon[35362]: mgr.14180) 987 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:29.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:28 smithi173 conmon[40198]: cluster 2024-01-24T02:13:27.359447+0000 mgr.smithi027.ahqzdk (mgr.14180) 987 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:29.385 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:13:29.385 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:13:29.945 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:13:30.946 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:13:31.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:30 smithi027 conmon[35362]: cluster 2024-01-24T02:13:29.359997+0000 mgr.smithi027.ahqzdk (mgr.14180) 988 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:31.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:30 smithi027 conmon[35362]: audit 2024-01-24T02:13:29.381199+0000 mgr.smithi027.ahqzdk (mgr.14180) 989 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:31.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:30 smithi173 conmon[40198]: cluster 2024-01-24T02:13:29.359997+0000 mgr.smithi027.ahqzdk (mgr.14180) 988 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:31.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:30 smithi173 conmon[40198]: audit 2024-01-24T 2024-01-24T02:13:31.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:30 smithi173 conmon[40198]: 02:13:29.381199+0000 mgr.smithi027.ahqzdk (mgr.14180) 989 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:32.764 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:13:32.764 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:13:33.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:32 smithi027 conmon[35362]: cluster 2024-01-24T02:13:31.360888+0000 mgr.smithi027.ahqzdk (mgr.14180) 990 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:33.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:32 smithi173 conmon[40198]: cluster 2024-01-24T02:13:31.360888+0000 mgr.smithi027.ahqzdk (mgr.14180) 990 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:33.312 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:13:34.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:33 smithi027 conmon[35362]: audit 2024-01-24T02:13:32.759569+0000 mgr.smithi027.ahqzdk (mgr.14180) 991 2024-01-24T02:13:34.158 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:33 smithi027 conmon[35362]: : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:34.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:33 smithi173 conmon[40198]: audit 2024-01-24T02:13:32.759569+0000 mgr.smithi027.ahqzdk (mgr.14180) 991 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:34.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:33 smithi173 conmon[40198]: 2024-01-24T02:13:34.313 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:13:35.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:34 smithi027 conmon[35362]: cluster 2024-01-24T02:13:33.361436+0000 mgr.smithi027.ahqzdk ( 2024-01-24T02:13:35.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:34 smithi027 conmon[35362]: mgr.14180) 992 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:35.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:34 smithi173 conmon[40198]: cluster 2024-01-24T02:13:33.361436+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:13:35.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:34 smithi173 conmon[40198]: ) 992 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:36.156 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:13:36.156 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:13:36.687 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:13:37.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:36 smithi027 conmon[35362]: cluster 2024-01-24T02:13:35.362049+0000 mgr.smithi027.ahqzdk (mgr.14180) 993 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:37.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:36 smithi173 conmon[40198]: cluster 2024-01-24T02:13:35.362049+0000 mgr.smithi027.ahqzdk (mgr.14180) 993 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:37.688 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:13:38.154 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:37 smithi027 conmon[35362]: audit 2024-01-24T02:13:36.151249+0000 mgr.smithi027.ahqzdk (mgr.14180) 994 : audit 2024-01-24T02:13:38.154 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:37 smithi027 conmon[35362]: [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:38.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:37 smithi173 conmon[40198]: audit 2024-01-24T02:13:36.151249+0000 mgr.smithi027.ahqzdk (mgr.14180) 994 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:39.147 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:38 smithi027 conmon[35362]: cluster 2024-01-24T02:13:37.362830+0000 2024-01-24T02:13:39.147 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:38 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 995 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:39.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:38 smithi173 conmon[40198]: cluster 2024-01-24T02:13:37.362830+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:13:39.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:38 smithi173 conmon[40198]: .14180) 995 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:39.522 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:13:39.522 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:13:40.128 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:13:41.129 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:13:41.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:40 smithi027 conmon[35362]: cluster 2024-01-24T02:13:39.363393+0000 mgr.smithi027.ahqzdk (mgr.14180) 996 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:41.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:40 smithi027 conmon[35362]: audit 2024-01-24T02:13:39.517638+0000 mgr.smithi027.ahqzdk (mgr.14180) 997 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:41.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:40 smithi173 conmon[40198]: cluster 2024-01-24T02:13:39.363393+0000 mgr.smithi027.ahqzdk (mgr.14180) 996 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:41.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:40 smithi173 conmon[40198]: audit 2024-01-24T02:13:39.517638+0000 mgr.smithi027.ahqzdk (mgr.14180) 997 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:42.933 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:13:42.933 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:13:43.148 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:42 smithi027 conmon[35362]: cluster 2024-01-24T02:13:41.364084+0000 mgr.smithi027.ahqzdk (mgr.14180) 998 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:43.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:42 smithi173 conmon[40198]: cluster 2024-01-24T02:13:41.364084+0000 mgr.smithi027.ahqzdk (mgr.14180) 998 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:43.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:42 smithi173 conmon[40198]: 2024-01-24T02:13:43.553 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:13:44.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:43 smithi027 conmon[35362]: audit 2024-01-24T02:13:42.928821+0000 mgr.smithi027.ahqzdk (mgr.14180) 999 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:44.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:43 smithi173 conmon[40198]: audit 2024-01-24T02:13:42.928821+0000 mgr.smithi027.ahqzdk (mgr.14180) 999 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:44.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:43 smithi173 conmon[40198]: 2024-01-24T02:13:44.556 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:13:45.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:44 smithi027 conmon[35362]: cluster 2024-01-24T02:13:43.364673+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:13:45.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:44 smithi027 conmon[35362]: 1000 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:45.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:44 smithi173 conmon[40198]: cluster 2024-01-24T02:13:43.364673+0000 mgr.smithi027.ahqzdk (mgr.14180) 1000 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:46.465 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:13:46.466 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:13:47.001 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:13:47.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:46 smithi027 conmon[35362]: cluster 2024-01-24T02:13:45.365212+0000 mgr.smithi027.ahqzdk (mgr.14180) 1001 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:47.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:46 smithi173 conmon[40198]: cluster 2024-01-24T02:13:45.365212+0000 mgr.smithi027.ahqzdk (mgr.14180) 1001 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:48.002 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:13:48.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:47 smithi173 conmon[40198]: audit 2024-01-24T02:13:46.460668+0000 mgr.smithi027.ahqzdk (mgr.14180) 1002 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:48.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:47 smithi027 conmon[35362]: audit 2024-01-24T02:13:46.460668+0000 mgr.smithi027.ahqzdk (mgr.14180) 1002 : audit 2024-01-24T02:13:48.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:47 smithi027 conmon[35362]: [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:49.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:48 smithi027 conmon[35362]: cluster 2024-01-24T02:13:47.366126+0000 mgr.smithi027.ahqzdk (mgr.14180) 1003 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:49.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:48 smithi173 conmon[40198]: cluster 2024-01-24T02:13:47.366126+0000 mgr.smithi027.ahqzdk (mgr.14180) 1003 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:49.783 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:13:49.783 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:13:50.353 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:13:51.354 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:13:51.389 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:50 smithi027 conmon[35362]: cluster 2024-01-24T02:13:49.366698+0000 mgr.smithi027.ahqzdk (mgr.14180) 1004 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:51.389 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:50 smithi027 conmon[35362]: audit 2024-01-24T02:13:49.778771+0000 mgr.smithi027.ahqzdk (mgr.14180) 1005 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:51.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:50 smithi173 conmon[40198]: cluster 2024-01-24T02:13:49.366698+0000 mgr.smithi027.ahqzdk (mgr.14180) 1004 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:51.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:50 smithi173 conmon[40198]: audit 2024-01-24T02:13:49.778771+0000 mgr.smithi027.ahqzdk (mgr.14180) 1005 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:53.115 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:13:53.115 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:13:53.140 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:52 smithi027 conmon[35362]: cluster 2024-01-24T02:13:51.367561+0000 mgr.smithi027.ahqzdk (mgr.14180) 1006 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:53.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:52 smithi173 conmon[40198]: cluster 2024-01-24T02:13:51.367561+0000 mgr.smithi027.ahqzdk (mgr.14180) 1006 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:53.666 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:13:54.666 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:13:55.125 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:54 smithi027 conmon[35362]: audit 2024-01-24T02:13:53.110845+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:13:55.126 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:54 smithi027 conmon[35362]: ) 1007 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:55.126 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:54 smithi027 conmon[35362]: cluster 2024-01-24T02:13:53.368110+0000 mgr.smithi027.ahqzdk (mgr.14180) 1008 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:55.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:54 smithi173 conmon[40198]: audit 2024-01-24T02:13:53.110845+0000 mgr.smithi027.ahqzdk (mgr.14180) 1007 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:55.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:54 smithi173 conmon[40198]: cluster 2024-01-24T02:13:53.368110+0000 mgr.smithi027.ahqzdk (mgr.14180) 1008 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:56.120 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:55 smithi027 conmon[35362]: audit 2024-01-24T02:13:55.349394+0000 mon.smithi027 (mon.0) 718 : 2024-01-24T02:13:56.120 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:55 smithi027 conmon[35362]: audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:13:56.120 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:55 smithi027 conmon[35362]: audit 2024-01-24T02:13:55.694825+0000 mon.smithi027 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:13:56.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:55 smithi173 conmon[40198]: audit 2024-01-24T02:13:55.349394+0000 mon.smithi027 (mon.0 2024-01-24T02:13:56.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:55 smithi173 conmon[40198]: ) 718 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:13:56.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:55 smithi173 conmon[40198]: audit 2024-01-24T02:13:55.694825+0000 mon.smithi027 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:13:56.530 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:13:56.530 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:07:47.995958Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:07:45.647120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:07:47.996095Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:07:45.647272Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:07:45.647354Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:07:45.647426Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:07:45.647493Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:07:47.996225Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:07:45.647789Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:13:57.346 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:56 smithi027 conmon[35362]: cluster 2024-01-24T02:13:55.368664+0000 mgr.smithi027.ahqzdk (mgr.14180) 1009 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:57.362 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:13:57.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:56 smithi173 conmon[40198]: cluster 2024-01-24T02:13:55.368664+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:13:57.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:56 smithi173 conmon[40198]: 1009 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:58.363 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:13:58.393 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:57 smithi027 conmon[35362]: audit 2024-01-24T02:13:56.526337+0000 mgr.smithi027.ahqzdk (mgr.14180) 1010 2024-01-24T02:13:58.393 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:57 smithi027 conmon[35362]: : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:58.394 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:57 smithi027 conmon[35362]: audit 2024-01-24T02:13:57.136517+0000 mon.smithi027 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:13:58.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:57 smithi173 conmon[40198]: audit 2024-01-24T02:13:56.526337+0000 mgr.smithi027.ahqzdk (mgr.14180) 1010 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:13:58.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:57 smithi173 conmon[40198]: audit 2024-01-24T02:13:57.136517+0000 mon.smithi027 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:13:59.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:13:58 smithi027 conmon[35362]: cluster 2024-01-24T02:13:57.369338+0000 mgr.smithi027.ahqzdk (mgr.14180) 1011 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:13:59.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:13:58 smithi173 conmon[40198]: cluster 2024-01-24T02:13:57.369338+0000 mgr.smithi027.ahqzdk (mgr.14180) 1011 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:00.593 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:14:00.594 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:14:01.174 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:14:01.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:00 smithi027 conmon[35362]: cluster 2024-01-24T02:13:59.370093+0000 mgr.smithi027.ahqzdk (mgr.14180) 1012 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:01.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:00 smithi027 conmon[35362]: audit 2024-01-24T02:14:00.488707+0000 mon.smithi027 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:14:01.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:00 smithi173 conmon[40198]: cluster 2024-01-24T02:13:59.370093+0000 mgr.smithi027.ahqzdk (mgr.14180) 1012 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:01.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:00 smithi173 conmon[40198]: audit 2024-01-24T02:14:00.488707+0000 mon.smithi027 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:14:02.175 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:14:02.209 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:01 smithi027 conmon[35362]: audit 2024-01-24T02:14:00.589632+0000 mgr.smithi027.ahqzdk (mgr.14180) 1013 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:02.209 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:01 smithi027 conmon[35362]: audit 2024-01-24T02:14:01.109948+0000 mon.smithi027 (mon.0) 722 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:14:02.209 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:01 smithi027 conmon[35362]: audit 2024-01-24T02:14:01.110675+0000 mon.smithi027 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T02:14:02.209 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:01 smithi027 conmon[35362]: audit 2024-01-24T02:14:01.115052+0000 mon.smithi027 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:14:02.209 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:01 smithi027 conmon[35362]: audit 2024-01-24T02:14:01.118810+0000 mon.smithi027 (mon.0) 725 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T02:14:02.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:01 smithi173 conmon[40198]: audit 2024-01-24T02:14:00.589632+0000 mgr.smithi027.ahqzdk (mgr.14180) 1013 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:02.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:01 smithi173 conmon[40198]: 2024-01-24T02:14:02.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:01 smithi173 conmon[40198]: audit 2024-01-24T02:14:01.109948+0000 mon.smithi027 (mon.0) 722 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:14:02.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:01 smithi173 conmon[40198]: audit 2024-01-24T02:14:01.110675+0000 mon.smithi027 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T02:14:02.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:01 smithi173 conmon[40198]: audit 2024-01-24T02:14:01.115052+0000 mon.smithi027 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:14:02.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:01 smithi173 conmon[40198]: audit 2024-01 2024-01-24T02:14:02.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:01 smithi173 conmon[40198]: -24T02:14:01.118810+0000 mon.smithi027 (mon.0) 725 : audit [DBG] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T02:14:03.392 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:02 smithi027 conmon[35362]: cluster 2024-01-24T02:14:01.115682+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:14:03.392 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:02 smithi027 conmon[35362]: .14180) 1014 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:03.392 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:02 smithi027 conmon[35362]: cephadm 2024-01-24T02:14:01.124184+0000 mgr.smithi027.ahqzdk (mgr.14180) 1015 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi173.xqfgtm on smithi173 2024-01-24T02:14:03.393 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:02 smithi027 conmon[35362]: cluster 2024-01-24T02:14:02.113398+0000 mon.smithi027 (mon.0) 726 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T02:14:03.393 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:02 smithi027 conmon[35362]: cluster 2024-01-24T02:14:02.113439+0000 mon.smithi027 (mon.0) 727 : cluster [INF] Cluster is now healthy 2024-01-24T02:14:03.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:02 smithi173 conmon[40198]: cluster 2024-01-24T02:14:01.115682+0000 mgr.smithi027.ahqzdk (mgr.14180) 1014 : cluster [DBG] 2024-01-24T02:14:03.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:02 smithi173 conmon[40198]: pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:03.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:02 smithi173 conmon[40198]: cephadm 2024-01-24T02:14:01.124184+0000 mgr.smithi027.ahqzdk (mgr.14180) 1015 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi173.xqfgtm on smithi173 2024-01-24T02:14:03.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:02 smithi173 conmon[40198]: cluster 2024-01-24T02:14:02.113398+0000 mon.smithi027 ( 2024-01-24T02:14:03.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:02 smithi173 conmon[40198]: mon.0) 726 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T02:14:03.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:02 smithi173 conmon[40198]: cluster 2024-01-24T02: 2024-01-24T02:14:03.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:02 smithi173 conmon[40198]: 14:02.113439+0000 mon.smithi027 (mon. 2024-01-24T02:14:03.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:02 smithi173 conmon[40198]: 0) 727 : cluster [INF] Cluster is now healthy 2024-01-24T02:14:04.023 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:14:04.023 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:14:04.619 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:14:05.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:04 smithi027 conmon[35362]: cluster 2024-01-24T02:14:03.116208+0000 mgr.smithi027.ahqzdk (mgr.14180) 1016 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:05.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:04 smithi173 conmon[40198]: cluster 2024-01-24T02:14:03.116208+0000 mgr.smithi027.ahqzdk (mgr.14180) 1016 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:05.620 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:14:06.280 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:05 smithi027 conmon[35362]: audit 2024-01-24T02:14:04.018831+0000 mgr.smithi027.ahqzdk (mgr.14180) 1017 : audit 2024-01-24T02:14:06.280 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:05 smithi027 conmon[35362]: [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:06.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:05 smithi173 conmon[40198]: audit 2024-01-24T02:14:04.018831+0000 mgr.smithi027.ahqzdk (mgr.14180) 1017 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:07.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:06 smithi027 conmon[35362]: cluster 2024-01-24T02:14:05.116697+0000 mgr.smithi027.ahqzdk 2024-01-24T02:14:07.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:06 smithi027 conmon[35362]: (mgr.14180) 1018 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:07.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:06 smithi173 conmon[40198]: cluster 2024-01-24T02:14:05.116697+0000 mgr.smithi027.ahqzdk (mgr.14180) 1018 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:07.549 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:14:07.549 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:14:08.107 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:14:09.108 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:14:09.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:08 smithi027 conmon[35362]: cluster 2024-01-24T02:14:07.117497+0000 mgr.smithi027.ahqzdk (mgr.14180) 1019 : cluster 2024-01-24T02:14:09.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:08 smithi027 conmon[35362]: [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:09.408 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:08 smithi027 conmon[35362]: audit 2024-01-24T02:14:07.545097+0000 mgr.smithi027.ahqzdk (mgr.14180) 1020 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:09.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:08 smithi173 conmon[40198]: cluster 2024-01-24T02:14:07.117497+0000 mgr.smithi027.ahqzdk (mgr.14180) 1019 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:09.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:08 smithi173 conmon[40198]: audit 2024-01-24T02:14:09.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:08 smithi173 conmon[40198]: 2024-01-24T02:14:07.545097+0000 mgr.smithi027.ahqzdk (mgr.14180) 1020 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:10.840 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:14:10.840 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:14:11.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:10 smithi027 conmon[35362]: cluster 2024-01-24T02:14:09.117985+0000 mgr.smithi027.ahqzdk (mgr.14180) 1021 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:11.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:10 smithi173 conmon[40198]: cluster 2024-01-24T02:14:09.117985+0000 mgr.smithi027.ahqzdk (mgr.14180) 1021 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:11.416 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:14:12.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:11 smithi027 conmon[35362]: audit 2024-01-24T02:14:10.836000+0000 mgr.smithi027.ahqzdk (mgr.14180) 1022 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:12.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:11 smithi173 conmon[40198]: audit 2024-01-24T02:14:10.836000+0000 mgr.smithi027.ahqzdk (mgr.14180) 1022 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:12.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:11 smithi173 conmon[40198]: 2024-01-24T02:14:12.417 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:14:13.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:12 smithi027 conmon[35362]: cluster 2024-01-24T02:14:11.118752+0000 mgr.smithi027.ahqzdk (mgr.14180) 1023 : cluster 2024-01-24T02:14:13.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:12 smithi027 conmon[35362]: [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:13.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:12 smithi173 conmon[40198]: cluster 2024-01-24T02:14:11.118752+0000 mgr.smithi027.ahqzdk (mgr.14180) 1023 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:14.220 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:14:14.221 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:14:14.814 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:14:15.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:14 smithi027 conmon[35362]: cluster 2024-01-24T02:14:13.119203+0000 mgr.smithi027.ahqzdk (mgr.14180) 1024 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:15.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:14 smithi027 conmon[35362]: audit 2024-01-24T02:14:14.566165+0000 mon.smithi027 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:14:15.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:14 smithi173 conmon[40198]: cluster 2024-01-24T02:14:13.119203+0000 mgr.smithi027.ahqzdk (mgr.14180) 1024 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:15.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:14 smithi173 conmon[40198]: audit 2024-01-24T02:14:14.566165+0000 mon.smithi027 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:14:15.815 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:14:16.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:15 smithi027 conmon[35362]: audit 2024-01-24T02:14:16.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:15 smithi027 conmon[35362]: 2024-01-24T02:14:14.216276+0000 mgr.smithi027.ahqzdk (mgr.14180) 1025 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:16.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:15 smithi173 conmon[40198]: audit 2024-01-24T02:14:14.216276+0000 mgr.smithi027.ahqzdk (mgr.14180) 1025 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:17.224 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:16 smithi027 conmon[35362]: cluster 2024-01-24T02:14:15.119689+0000 2024-01-24T02:14:17.224 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:16 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 1026 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:17.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:16 smithi173 conmon[40198]: cluster 2024-01-24T02:14:15.119689+0000 mgr.smithi027.ahqzdk (mgr.14180) 1026 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:17.576 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:14:17.576 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:14:18.140 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:14:19.141 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:14:19.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:18 smithi027 conmon[35362]: cluster 2024-01-24T02:14:17.120258+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:14:19.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:18 smithi027 conmon[35362]: 14180) 1027 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:19.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:18 smithi027 conmon[35362]: audit 2024-01-24T02:14:17.571815+0000 mgr.smithi027.ahqzdk (mgr.14180) 1028 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:19.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:18 smithi173 conmon[40198]: cluster 2024-01-24T02:14:17.120258+0000 mgr.smithi027.ahqzdk (mgr.14180) 1027 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:19.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:18 smithi173 conmon[40198]: audit 2024-01-24T02:14:17.571815+0000 mgr.smithi027.ahqzdk (mgr.14180) 1028 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:20.913 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:14:20.913 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:14:21.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:20 smithi027 conmon[35362]: cluster 2024-01-24T02:14:19.120910+0000 mgr.smithi027.ahqzdk (mgr.14180) 1029 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:21.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:20 smithi173 conmon[40198]: cluster 2024-01-24T02:14:19.120910+0000 mgr.smithi027.ahqzdk (mgr.14180) 1029 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:21.516 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:14:22.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:21 smithi027 conmon[35362]: audit 2024-01-24T02:14:20.908694+0000 mgr.smithi027.ahqzdk (mgr.14180) 1030 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:22.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:21 smithi173 conmon[40198]: audit 2024-01-24T02:14:20.908694+0000 mgr.smithi027.ahqzdk (mgr.14180) 1030 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:22.517 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:14:23.347 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:23 smithi027 conmon[35362]: cluster 2024-01-24T02:14:21.121481+0000 mgr.smithi027.ahqzdk (mgr.14180) 1031 2024-01-24T02:14:23.348 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:23 smithi027 conmon[35362]: : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:23.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:23 smithi173 conmon[40198]: cluster 2024-01-24T02:14:21.121481+0000 mgr.smithi027.ahqzdk (mgr.14180) 1031 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:24.423 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:14:24.423 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:14:24.955 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:14:25.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:25 smithi027 conmon[35362]: cluster 2024-01-24T02:14:23.122092+0000 mgr.smithi027.ahqzdk (mgr.14180) 1032 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:25.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:25 smithi173 conmon[40198]: cluster 2024-01-24T02:14:23.122092+0000 mgr.smithi027.ahqzdk (mgr.14180) 1032 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:25.957 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:14:26.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:26 smithi027 conmon[35362]: audit 2024-01-24T02:14:24.418625+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:14:26.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:26 smithi027 conmon[35362]: 1033 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:26.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:26 smithi173 conmon[40198]: audit 2024-01-24T02:14:24.418625+0000 mgr.smithi027.ahqzdk (mgr.14180) 1033 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:27.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:27 smithi027 conmon[35362]: cluster 2024-01-24T02:14:25.122509+0000 mgr.smithi027.ahqzdk (mgr.14180) 1034 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:27.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:27 smithi173 conmon[40198]: cluster 2024-01-24T02:14:25.122509+0000 mgr.smithi027.ahqzdk (mgr.14180) 1034 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:27.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:27 smithi173 conmon[40198]: 2024-01-24T02:14:27.776 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:14:27.776 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:14:28.412 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:14:29.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:29 smithi027 conmon[35362]: cluster 2024-01-24T02:14:27.123237+0000 mgr.smithi027.ahqzdk (mgr.14180) 1035 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:29.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:29 smithi027 conmon[35362]: audit 2024-01-24T02:14:27.772082+0000 mgr.smithi027.ahqzdk (mgr.14180) 1036 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:29.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:29 smithi173 conmon[40198]: cluster 2024-01-24T02:14:27.123237+0000 mgr.smithi027.ahqzdk (mgr.14180) 1035 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:29.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:29 smithi173 conmon[40198]: audit 2024-01-24T02:14:29.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:29 smithi173 conmon[40198]: 2024-01-24T02:14:27.772082+0000 mgr.smithi027.ahqzdk (mgr.14180) 1036 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:29.413 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:14:31.186 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:14:31.186 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:14:31.354 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:31 smithi027 conmon[35362]: cluster 2024-01-24T02:14:29.123779+0000 mgr.smithi027.ahqzdk (mgr.14180) 1037 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:31.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:31 smithi173 conmon[40198]: cluster 2024-01-24T02:14:29.123779+0000 mgr.smithi027.ahqzdk (mgr.14180) 1037 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:31.729 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:14:32.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:32 smithi027 conmon[35362]: cluster 2024-01-24T02:14:31.124360+0000 mgr.smithi027.ahqzdk (mgr.14180) 1038 : cluster [DBG] 2024-01-24T02:14:32.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:32 smithi027 conmon[35362]: pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:32.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:32 smithi027 conmon[35362]: audit 2024-01-24T02:14:31.181630+0000 mgr.smithi027.ahqzdk (mgr.14180) 1039 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:32.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:32 smithi173 conmon[40198]: cluster 2024-01-24T02:14:31.124360+0000 mgr.smithi027.ahqzdk (mgr.14180) 1038 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:32.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:32 smithi173 conmon[40198]: audit 2024-01-24T02:14:31.181630+0000 mgr.smithi027.ahqzdk (mgr.14180) 1039 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:32.730 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:14:34.588 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:14:34.589 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:14:34.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:34 smithi027 conmon[35362]: cluster 2024-01-24T02:14:33.124756+0000 mgr.smithi027.ahqzdk (mgr.14180) 1040 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:35.121 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:14:35.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:34 smithi173 conmon[40198]: cluster 2024-01-24T02:14:33.124756+0000 mgr.smithi027.ahqzdk (mgr.14180) 1040 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:35.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:34 smithi173 conmon[40198]: 2024-01-24T02:14:36.121 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:14:36.156 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:35 smithi027 conmon[35362]: audit 2024-01-24T02:14:34.583812+0000 mgr.smithi027.ahqzdk (mgr.14180) 1041 : audit [DBG] 2024-01-24T02:14:36.156 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:35 smithi027 conmon[35362]: from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:36.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:35 smithi173 conmon[40198]: audit 2024-01-24T02:14:34.583812+0000 mgr.smithi027.ahqzdk (mgr.14180) 1041 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:37.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:36 smithi027 conmon[35362]: cluster 2024-01-24T02:14:35.125316+0000 mgr.smithi027.ahqzdk (mgr.14180) 1042 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:37.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:36 smithi173 conmon[40198]: cluster 2024-01-24T02:14:35.125316+0000 mgr.smithi027.ahqzdk (mgr.14180) 1042 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:37.955 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:14:37.955 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:14:38.502 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:14:39.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:38 smithi027 conmon[35362]: cluster 2024-01-24T02:14:37.126152+0000 mgr.smithi027.ahqzdk (mgr.14180) 1043 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:39.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:38 smithi027 conmon[35362]: audit 2024-01-24T02:14:37.951036+0000 mgr.smithi027.ahqzdk (mgr.14180) 1044 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:39.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:38 smithi173 conmon[40198]: cluster 2024-01-24T02:14:37.126152+0000 mgr.smithi027.ahqzdk (mgr.14180) 1043 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:39.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:38 smithi173 conmon[40198]: audit 2024-01-24T02:14:37.951036+0000 mgr.smithi027.ahqzdk (mgr.14180) 1044 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:39.503 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:14:40.965 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:40 smithi027 conmon[35362]: cluster 2024-01-24T02:14:39.126716+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:14:40.965 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:40 smithi027 conmon[35362]: 14180) 1045 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:41.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:40 smithi173 conmon[40198]: cluster 2024-01-24T02:14:39.126716+0000 mgr.smithi027.ahqzdk (mgr.14180) 1045 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:41.333 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:14:41.333 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:14:41.878 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:14:42.879 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:14:43.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:42 smithi027 conmon[35362]: cluster 2024-01-24T02:14:41.127292+0000 mgr.smithi027.ahqzdk (mgr.14180) 1046 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:43.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:42 smithi027 conmon[35362]: audit 2024-01-24T02:14:41.329285+0000 mgr.smithi027.ahqzdk (mgr.14180) 1047 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:43.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:42 smithi173 conmon[40198]: cluster 2024-01-24T02:14:41.127292+0000 mgr.smithi027.ahqzdk (mgr.14180) 1046 : cluster [DBG] 2024-01-24T02:14:43.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:42 smithi173 conmon[40198]: pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:43.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:42 smithi173 conmon[40198]: audit 2024-01-24T02:14:41.329285+0000 mgr.smithi027.ahqzdk (mgr.14180) 1047 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:44.734 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:14:44.734 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:14:45.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:44 smithi027 conmon[35362]: cluster 2024-01-24T02:14:43.127816+0000 mgr.smithi027.ahqzdk (mgr.14180) 1048 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:45.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:44 smithi173 conmon[40198]: cluster 2024-01-24T02:14:43.127816+0000 mgr.smithi027.ahqzdk (mgr.14180) 1048 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:45.311 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:14:46.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:45 smithi027 conmon[35362]: audit 2024-01-24T02:14:44.729570+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:14:46.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:45 smithi027 conmon[35362]: 1049 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:46.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:45 smithi173 conmon[40198]: audit 2024-01-24T02:14:44.729570+0000 mgr.smithi027.ahqzdk (mgr.14180) 1049 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:46.312 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:14:47.095 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:46 smithi027 conmon[35362]: cluster 2024-01-24T02:14:45.128298+0000 mgr.smithi027.ahqzdk (mgr.14180) 1050 : cluster 2024-01-24T02:14:47.095 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:46 smithi027 conmon[35362]: [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:47.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:46 smithi173 conmon[40198]: cluster 2024-01-24T02:14:45.128298+0000 mgr.smithi027.ahqzdk (mgr.14180) 1050 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:47.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:46 smithi173 conmon[40198]: 2024-01-24T02:14:48.098 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:14:48.098 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:14:48.670 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:14:49.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:48 smithi027 conmon[35362]: cluster 2024-01-24T02:14:47.128793+0000 2024-01-24T02:14:49.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:48 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 1051 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:49.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:48 smithi173 conmon[40198]: cluster 2024-01-24T02:14:47.128793+0000 mgr.smithi027.ahqzdk (mgr.14180) 1051 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:49.670 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:14:50.118 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:49 smithi027 conmon[35362]: audit 2024-01-24T02:14:48. 2024-01-24T02:14:50.118 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:49 smithi027 conmon[35362]: 093509+0000 mgr.smithi027.ahqzdk (mgr.14180) 1052 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:50.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:49 smithi173 conmon[40198]: audit 2024-01-24T02:14:48.093509+0000 mgr.smithi027.ahqzdk (mgr.14180) 1052 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:51.076 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:50 smithi027 conmon[35362]: cluster 2024-01-24T02:14:49.129254+0000 2024-01-24T02:14:51.076 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:50 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 1053 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:51.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:50 smithi173 conmon[40198]: cluster 2024-01-24T02:14:49.129254+0000 mgr.smithi027.ahqzdk (mgr.14180) 1053 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:51.448 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:14:51.448 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:14:52.045 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:14:53.046 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:14:53.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:52 smithi027 conmon[35362]: cluster 2024-01-24T02:14:51.129903+0000 mgr.smithi027.ahqzdk (mgr.14180) 1054 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:53.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:52 smithi027 conmon[35362]: audit 2024-01-24T02:14:51.444353+0000 mgr.smithi027.ahqzdk (mgr.14180) 1055 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:53.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:52 smithi173 conmon[40198]: cluster 2024-01-24T02:14:51.129903+0000 mgr.smithi027.ahqzdk (mgr.14180) 1054 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:53.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:52 smithi173 conmon[40198]: audit 2024-01-24T02:14:51.444353+0000 mgr.smithi027.ahqzdk (mgr.14180) 1055 2024-01-24T02:14:53.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:52 smithi173 conmon[40198]: : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:54.942 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:14:54.942 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:14:55.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:54 smithi027 conmon[35362]: cluster 2024-01-24T02:14:53.130505+0000 mgr.smithi027.ahqzdk (mgr.14180) 1056 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:55.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:54 smithi173 conmon[40198]: cluster 2024-01-24T02:14:53.130505+0000 mgr.smithi027.ahqzdk (mgr.14180) 1056 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:55.510 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:14:56.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:55 smithi027 conmon[35362]: audit 2024-01-24T02:14:54.937634+0000 mgr.smithi027.ahqzdk (mgr.14180) 1057 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:56.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:55 smithi173 conmon[40198]: audit 2024-01-24T02:14:54.937634+0000 mgr.smithi027.ahqzdk (mgr.14180) 1057 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:14:56.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:55 smithi173 conmon[40198]: 2024-01-24T02:14:56.511 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:14:57.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:56 smithi027 conmon[35362]: cluster 2024-01-24T02:14:55.131058+0000 mgr.smithi027.ahqzdk (mgr.14180) 1058 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:57.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:56 smithi173 conmon[40198]: cluster 2024-01-24T02:14:55.131058+0000 mgr.smithi027.ahqzdk (mgr.14180) 1058 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:58.358 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:14:58.358 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:14:58.977 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:14:59.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:58 smithi027 conmon[35362]: cluster 2024-01-24T02:14:57.131831+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:14:59.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:58 smithi027 conmon[35362]: .14180) 1059 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:59.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:58 smithi173 conmon[40198]: cluster 2024-01-24T02:14:57.131831+0000 mgr.smithi027.ahqzdk (mgr.14180) 1059 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:14:59.978 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:15:00.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:59 smithi027 conmon[35362]: audit 2024-01-24T02:14:58.353961+0000 mgr.smithi027.ahqzdk (mgr.14180) 1060 : audit 2024-01-24T02:15:00.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:14:59 smithi027 conmon[35362]: [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:00.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:14:59 smithi173 conmon[40198]: audit 2024-01-24T02:14:58.353961+0000 mgr.smithi027.ahqzdk (mgr.14180) 1060 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:01.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:00 smithi027 conmon[35362]: cluster 2024-01-24T02:14:59.132343+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:15:01.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:00 smithi027 conmon[35362]: 1061 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:01.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:00 smithi173 conmon[40198]: cluster 2024-01-24T02:14:59.132343+0000 mgr.smithi027.ahqzdk (mgr.14180) 1061 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:01.845 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:15:01.845 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:15:02.416 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:15:03.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:02 smithi173 conmon[40198]: cluster 2024-01-24T02:15:01.132976+0000 mgr.smithi027.ahqzdk (mgr.14180) 1062 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:03.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:02 smithi173 conmon[40198]: audit 2024-01-24T02:15:01 2024-01-24T02:15:03.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:02 smithi173 conmon[40198]: .840460+0000 mgr.smithi027.ahqzdk (mgr.14180) 1063 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:03.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:02 smithi027 conmon[35362]: cluster 2024-01-24T02:15:01.132976+0000 mgr.smithi027.ahqzdk (mgr.14180) 1062 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:03.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:02 smithi027 conmon[35362]: audit 2024-01-24T02:15:01.840460+0000 mgr.smithi027.ahqzdk (mgr.14180) 1063 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:03.419 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:15:05.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:04 smithi027 conmon[35362]: cluster 2024-01-24T02:15:03.133591+0000 mgr.smithi027.ahqzdk (mgr.14180) 1064 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:05.215 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:15:05.215 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:15:05.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:04 smithi173 conmon[40198]: cluster 2024-01-24T02:15:03.133591+0000 mgr.smithi027.ahqzdk (mgr.14180) 1064 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:05.784 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:15:06.785 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:15:07.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:06 smithi027 conmon[35362]: cluster 2024-01-24T02:15:05.134021+0000 mgr.smithi027.ahqzdk (mgr.14180) 1065 : cluster [DBG] 2024-01-24T02:15:07.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:06 smithi027 conmon[35362]: pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:07.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:06 smithi027 conmon[35362]: audit 2024-01-24T02:15:05.211347+0000 mgr.smithi027.ahqzdk (mgr.14180) 1066 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:07.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:06 smithi173 conmon[40198]: cluster 2024-01-24T02:15:05.134021+0000 mgr.smithi027.ahqzdk (mgr.14180) 1065 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:07.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:06 smithi173 conmon[40198]: audit 2024-01-24T02:15: 2024-01-24T02:15:07.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:06 smithi173 conmon[40198]: 05.211347+0000 mgr.smithi027.ahqzdk (mgr.14180) 1066 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:08.613 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:15:08.613 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:15:09.181 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:08 smithi027 conmon[35362]: cluster 2024-01-24T02:15:07.134655+0000 mgr.smithi027.ahqzdk (mgr.14180) 1067 : 2024-01-24T02:15:09.181 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:08 smithi027 conmon[35362]: cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:09.182 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:15:09.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:08 smithi173 conmon[40198]: cluster 2024-01-24T02:15:07.134655+0000 mgr.smithi027.ahqzdk (mgr.14180) 1067 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:10.183 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:15:10.218 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:09 smithi027 conmon[35362]: audit 2024-01-24T02:15:08.609170+0000 mgr.smithi027.ahqzdk (mgr.14180) 1068 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:10.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:09 smithi173 conmon[40198]: audit 2024-01-24T02:15:08.609170+0000 mgr.smithi027.ahqzdk (mgr.14180) 1068 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:10.958 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:10 smithi027 conmon[35362]: cluster 2024-01-24T02:15:09.135194+0000 mgr.smithi027.ahqzdk (mgr.14180) 1069 : 2024-01-24T02:15:10.958 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:10 smithi027 conmon[35362]: cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:11.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:10 smithi173 conmon[40198]: cluster 2024-01-24T02:15:09.135194+0000 mgr.smithi027.ahqzdk (mgr.14180) 1069 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:11.948 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:15:11.949 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:15:12.575 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:15:13.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:12 smithi027 conmon[35362]: cluster 2024-01-24T02:15:11.135689+0000 mgr.smithi027.ahqzdk (mgr.14180) 1070 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:13.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:12 smithi027 conmon[35362]: audit 2024-01-24T02:15:11.944147+0000 mgr.smithi027.ahqzdk (mgr.14180) 1071 : audit [DBG] from='client.25051 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:13.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:12 smithi173 conmon[40198]: cluster 2024-01-24T02:15:11.135689+0000 mgr.smithi027.ahqzdk (mgr.14180) 1070 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:13.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:12 smithi173 conmon[40198]: audit 2024-01-24T02:15:11.944147+0000 mgr.smithi027.ahqzdk (mgr.14180) 1071 : audit [DBG] from='client.25051 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:13.575 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:15:15.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:14 smithi027 conmon[35362]: cluster 2024-01-24T02:15:13.136299+0000 mgr.smithi027.ahqzdk (mgr.14180) 1072 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:15.312 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:15:15.312 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:15:15.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:14 smithi173 conmon[40198]: cluster 2024-01-24T02:15:13.136299+0000 mgr.smithi027.ahqzdk (mgr.14180) 1072 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:15.890 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:15:16.891 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:15:17.340 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:16 smithi027 conmon[35362]: cluster 2024-01-24T02:15:15.136702+0000 2024-01-24T02:15:17.340 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:16 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 1073 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:17.340 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:16 smithi027 conmon[35362]: audit 2024-01-24T02:15:15.308229+0000 mgr.smithi027.ahqzdk (mgr.14180) 1074 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:17.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:16 smithi173 conmon[40198]: cluster 2024-01-24T02:15:15.136702+0000 mgr.smithi027.ahqzdk (mgr.14180) 1073 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:17.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:16 smithi173 conmon[40198]: audit 2024-01-24T02:15:15.308229+0000 mgr.smithi027.ahqzdk (mgr.14180) 1074 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:18.726 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:15:18.726 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:15:19.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:18 smithi027 conmon[35362]: cluster 2024-01-24T02:15:17.137206+0000 mgr.smithi027.ahqzdk (mgr.14180) 1075 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:19.272 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:15:19.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:18 smithi173 conmon[40198]: cluster 2024-01-24T02:15:17.137206+0000 mgr.smithi027.ahqzdk (mgr.14180) 1075 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:20.273 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:15:20.303 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:19 smithi027 conmon[35362]: audit 2024-01-24T02:15:18.721131+0000 mgr.smithi027.ahqzdk 2024-01-24T02:15:20.303 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:19 smithi027 conmon[35362]: (mgr.14180) 1076 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:20.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:19 smithi173 conmon[40198]: audit 2024-01-24T02:15:18.721131+0000 mgr.smithi027.ahqzdk (mgr.14180) 1076 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:20.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:19 smithi173 conmon[40198]: 2024-01-24T02:15:21.156 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:20 smithi027 conmon[35362]: cluster 2024-01-24T02:15:19.137770+0000 mgr.smithi027.ahqzdk 2024-01-24T02:15:21.156 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:20 smithi027 conmon[35362]: (mgr.14180) 1077 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:21.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:20 smithi173 conmon[40198]: cluster 2024-01-24T02:15:19.137770+0000 mgr.smithi027.ahqzdk (mgr.14180) 1077 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:22.152 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:15:22.152 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:15:22.799 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:15:23.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:22 smithi027 conmon[35362]: cluster 2024-01-24T02:15:21.138459+0000 mgr.smithi027.ahqzdk (mgr.14180) 1078 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:23.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:22 smithi173 conmon[40198]: cluster 2024-01-24T02:15:21.138459+0000 mgr.smithi027.ahqzdk (mgr.14180) 1078 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:23.800 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:15:24.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:23 smithi027 conmon[35362]: audit 2024-01-24T02:15:22.147965+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:15:24.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:23 smithi027 conmon[35362]: 1079 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:24.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:23 smithi173 conmon[40198]: audit 2024-01-24T02:15:22.147965+0000 mgr.smithi027.ahqzdk (mgr.14180) 1079 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:24.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:23 smithi173 conmon[40198]: 2024-01-24T02:15:25.213 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:24 smithi027 conmon[35362]: cluster 2024-01-24T02:15:23.138965+0000 mgr.smithi027.ahqzdk ( 2024-01-24T02:15:25.213 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:24 smithi027 conmon[35362]: mgr.14180) 1080 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:25.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:24 smithi173 conmon[40198]: cluster 2024-01-24T02:15:23.138965+0000 mgr.smithi027.ahqzdk (mgr.14180) 1080 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:25.592 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:15:25.592 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:15:26.223 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:15:27.224 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:15:27.258 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:26 smithi027 conmon[35362]: cluster 2024-01-24T02:15:25.139392+0000 mgr.smithi027.ahqzdk (mgr.14180) 1081 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:27.258 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:26 smithi027 conmon[35362]: audit 2024-01-24T02:15:25.587827+0000 mgr.smithi027.ahqzdk (mgr.14180) 1082 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:27.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:26 smithi173 conmon[40198]: cluster 2024-01-24T02:15:25.139392+0000 mgr.smithi027.ahqzdk (mgr.14180) 1081 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:27.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:26 smithi173 conmon[40198]: audit 2024-01-24T02:15:25.587827+0000 mgr.smithi027.ahqzdk (mgr.14180) 1082 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:29.033 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:15:29.033 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:15:29.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:28 smithi027 conmon[35362]: cluster 2024-01-24T02:15:27.140060+0000 mgr.smithi027.ahqzdk (mgr.14180) 1083 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:29.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:28 smithi173 conmon[40198]: cluster 2024-01-24T02:15:27.140060+0000 mgr.smithi027.ahqzdk (mgr.14180) 1083 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:29.624 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:15:30.625 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:15:31.259 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:30 smithi027 conmon[35362]: audit 2024-01-24T02:15: 2024-01-24T02:15:31.260 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:30 smithi027 conmon[35362]: 29.028670+0000 mgr.smithi027.ahqzdk (mgr.14180) 1084 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:31.260 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:30 smithi027 conmon[35362]: cluster 2024-01-24T02:15:29.140499+0000 mgr.smithi027.ahqzdk (mgr.14180) 1085 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:31.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:30 smithi173 conmon[40198]: audit 2024-01-24T02:15:29.028670+0000 mgr.smithi027.ahqzdk (mgr.14180) 1084 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:31.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:30 smithi173 conmon[40198]: cluster 2024-01-24T02:15:29.140499+0000 mgr.smithi027.ahqzdk (mgr.14180) 1085 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:32.427 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:15:32.427 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:15:33.097 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:15:33.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:32 smithi027 conmon[35362]: cluster 2024-01-24T02:15:31.141041+0000 mgr.smithi027.ahqzdk (mgr.14180) 1086 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:33.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:32 smithi173 conmon[40198]: cluster 2024-01-24T02:15:31.141041+0000 mgr.smithi027.ahqzdk (mgr.14180) 1086 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:34.098 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:15:34.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:33 smithi027 conmon[35362]: audit 2024-01-24T02:15:32.422176+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:15:34.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:33 smithi027 conmon[35362]: 1087 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:34.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:33 smithi173 conmon[40198]: audit 2024-01-24T02:15:32.422176+0000 mgr.smithi027.ahqzdk (mgr.14180) 1087 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:35.314 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:34 smithi027 conmon[35362]: cluster 2024-01-24T02:15:33.141488+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:15:35.314 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:34 smithi027 conmon[35362]: .14180) 1088 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:35.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:34 smithi173 conmon[40198]: cluster 2024-01-24T02:15:33.141488+0000 mgr.smithi027.ahqzdk (mgr.14180) 1088 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:35.893 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:15:35.893 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:15:36.479 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:15:37.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:36 smithi027 conmon[35362]: cluster 2024-01-24T02:15:35.141931+0000 mgr.smithi027.ahqzdk (mgr.14180) 1089 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:37.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:36 smithi027 conmon[35362]: audit 2024-01-24T02:15:35.889009+0000 mgr.smithi027.ahqzdk (mgr.14180) 1090 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:37.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:36 smithi173 conmon[40198]: cluster 2024-01-24T02:15:35.141931+0000 mgr.smithi027.ahqzdk (mgr.14180) 1089 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:37.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:36 smithi173 conmon[40198]: audit 2024-01-24T02:15:35.889009+0000 mgr.smithi027.ahqzdk (mgr.14180) 1090 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:37.481 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:15:39.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:38 smithi027 conmon[35362]: cluster 2024-01-24T02:15:37.142542+0000 mgr.smithi027.ahqzdk (mgr.14180) 1091 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:39.236 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:15:39.237 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:15:39.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:38 smithi173 conmon[40198]: cluster 2024-01-24T02:15:37.142542+0000 mgr.smithi027.ahqzdk (mgr.14180) 1091 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:39.761 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:15:40.762 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:15:41.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:40 smithi027 conmon[35362]: cluster 2024-01-24T02:15:39.142980+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:15:41.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:40 smithi027 conmon[35362]: ) 1092 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:41.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:40 smithi027 conmon[35362]: audit 2024-01-24T02:15:39.232985+0000 mgr.smithi027.ahqzdk (mgr.14180) 1093 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:41.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:40 smithi173 conmon[40198]: cluster 2024-01-24T02:15:39.142980+0000 mgr.smithi027.ahqzdk (mgr.14180) 1092 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:41.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:40 smithi173 conmon[40198]: audit 2024-01-24T02:15:39.232985+0000 mgr.smithi027.ahqzdk (mgr.14180) 1093 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:42.565 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:15:42.565 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:15:43.178 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:15:43.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:42 smithi027 conmon[35362]: cluster 2024-01-24T02:15:41.143552+0000 mgr.smithi027.ahqzdk (mgr.14180) 1094 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:43.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:42 smithi173 conmon[40198]: cluster 2024-01-24T02:15:41.143552+0000 mgr.smithi027.ahqzdk (mgr.14180) 1094 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:44.178 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:15:44.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:44 smithi027 conmon[35362]: audit 2024-01-24T02:15:42.560498+0000 mgr.smithi027.ahqzdk (mgr.14180) 1095 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:44.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:44 smithi173 conmon[40198]: audit 2024-01-24T02:15:42.560498+0000 mgr.smithi027.ahqzdk (mgr.14180) 1095 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:45.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:45 smithi027 conmon[35362]: cluster 2024-01-24T02:15:43.144120+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:15:45.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:45 smithi027 conmon[35362]: 14180) 1096 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:45.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:45 smithi173 conmon[40198]: cluster 2024-01-24T02:15:43.144120+0000 mgr.smithi027.ahqzdk (mgr.14180) 1096 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:46.014 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:15:46.015 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:15:46.578 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:15:47.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:47 smithi027 conmon[35362]: cluster 2024-01-24T02:15:45.144714+0000 mgr.smithi027.ahqzdk (mgr.14180) 1097 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:47.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:47 smithi027 conmon[35362]: audit 2024-01-24T02:15:46.010560+0000 mgr.smithi027.ahqzdk (mgr.14180) 1098 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:47.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:47 smithi173 conmon[40198]: cluster 2024-01-24T02:15:45.144714+0000 mgr.smithi027.ahqzdk (mgr.14180) 1097 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:47.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:47 smithi173 conmon[40198]: audit 2024-01-24T02:15:46.010560+0000 mgr.smithi027.ahqzdk (mgr.14180) 1098 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:47.579 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:15:49.358 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:15:49.359 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:15:49.382 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:49 smithi027 conmon[35362]: cluster 2024-01-24T02:15:47.145427 2024-01-24T02:15:49.382 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:49 smithi027 conmon[35362]: +0000 mgr.smithi027.ahqzdk (mgr.14180) 1099 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:49.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:49 smithi173 conmon[40198]: cluster 2024-01-24T02:15:47.145427+0000 mgr.smithi027.ahqzdk (mgr.14180) 1099 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:49.893 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:15:50.894 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:15:51.353 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:51 smithi027 conmon[35362]: cluster 2024-01-24T02:15:49.145833+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:15:51.353 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:51 smithi027 conmon[35362]: ) 1100 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:51.354 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:51 smithi027 conmon[35362]: audit 2024-01-24T02:15:49.354101+0000 mgr.smithi027.ahqzdk (mgr.14180) 1101 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:51.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:51 smithi173 conmon[40198]: cluster 2024-01-24T02:15:49.145833+0000 mgr.smithi027.ahqzdk (mgr.14180) 1100 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:51.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:51 smithi173 conmon[40198]: audit 2024-01-24T02:15:49.354101+0000 mgr.smithi027.ahqzdk (mgr.14180) 1101 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:52.688 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:15:52.688 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:15:53.278 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:53 smithi027 conmon[35362]: cluster 2024-01-24T02:15:51.146692+0000 mgr.smithi027.ahqzdk (mgr.14180) 1102 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:53.295 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:15:53.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:53 smithi173 conmon[40198]: cluster 2024-01-24T02:15:51.146692+0000 mgr.smithi027.ahqzdk (mgr.14180) 1102 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:54.296 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:15:54.330 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:54 smithi027 conmon[35362]: audit 2024-01-24T02:15:52.684060+0000 mgr.smithi027.ahqzdk (mgr.14180) 1103 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:54.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:54 smithi173 conmon[40198]: audit 2024-01-24T02:15:52.684060+0000 mgr.smithi027.ahqzdk (mgr.14180) 1103 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:55.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:55 smithi027 conmon[35362]: cluster 2024-01-24T02:15:53.147161+0000 mgr.smithi027.ahqzdk (mgr.14180) 1104 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:55.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:55 smithi173 conmon[40198]: cluster 2024-01-24T02:15:53.147161+0000 mgr.smithi027.ahqzdk (mgr.14180) 1104 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:56.158 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:15:56.158 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:15:56.343 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:56 smithi027 conmon[35362]: cluster 2024-01-24T02:15:55.147738+0000 mgr.smithi027.ahqzdk (mgr.14180) 1105 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:56.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:56 smithi173 conmon[40198]: cluster 2024-01-24T02:15:55.147738+0000 mgr.smithi027.ahqzdk (mgr.14180) 1105 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:56.745 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:15:57.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:57 smithi027 conmon[35362]: audit 2024-01-24T02:15:56.154182+0000 mgr.smithi027.ahqzdk (mgr.14180) 1106 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:57.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:57 smithi173 conmon[40198]: audit 2024-01-24T02:15:56.154182+0000 mgr.smithi027.ahqzdk (mgr.14180) 1106 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:15:57.746 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:15:58.376 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:15:58 smithi027 conmon[35362]: cluster 2024-01-24T02:15:57.148489+0000 mgr.smithi027.ahqzdk (mgr.14180) 1107 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:58.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:15:58 smithi173 conmon[40198]: cluster 2024-01-24T02:15:57.148489+0000 mgr.smithi027.ahqzdk (mgr.14180) 1107 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:15:59.595 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:15:59.595 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:16:00.201 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:16:01.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:00 smithi027 conmon[35362]: cluster 2024-01-24T02:15:59.148919+0000 mgr.smithi027.ahqzdk (mgr.14180) 1108 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:01.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:00 smithi027 conmon[35362]: audit 2024-01-24T02:15:59.579764+0000 mgr.smithi027.ahqzdk (mgr.14180) 1109 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:01.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:00 smithi173 conmon[40198]: cluster 2024-01-24T02:15:59.148919+0000 mgr.smithi027.ahqzdk (mgr.14180) 1108 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:01.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:00 smithi173 conmon[40198]: audit 2024-01-24T02:15:59.579764+0000 mgr.smithi027.ahqzdk (mgr.14180) 1109 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:01.203 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:16:02.991 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:16:02.992 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:16:03.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:02 smithi027 conmon[35362]: cluster 2024-01-24T02:16:01.149597+0000 mgr.smithi027.ahqzdk (mgr.14180) 1110 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:03.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:02 smithi173 conmon[40198]: cluster 2024-01-24T02:16:01.149597+0000 mgr.smithi027.ahqzdk (mgr.14180) 1110 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:03.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:02 smithi173 conmon[40198]: 2024-01-24T02:16:03.568 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:16:04.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:03 smithi027 conmon[35362]: audit 2024-01-24T02:16:02.987111+0000 mgr.smithi027.ahqzdk (mgr.14180) 1111 : 2024-01-24T02:16:04.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:03 smithi027 conmon[35362]: audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:04.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:03 smithi173 conmon[40198]: audit 2024-01-24T02:16:02.987111+0000 mgr.smithi027.ahqzdk 2024-01-24T02:16:04.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:03 smithi173 conmon[40198]: (mgr.14180) 1111 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:04.569 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:16:05.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:04 smithi027 conmon[35362]: cluster 2024-01-24T02:16:03.149962+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:16:05.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:04 smithi027 conmon[35362]: .14180) 1112 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:05.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:04 smithi173 conmon[40198]: cluster 2024-01-24T02:16:03.149962+0000 mgr.smithi027.ahqzdk (mgr.14180) 1112 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:06.341 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:16:06.342 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:16:06.966 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:16:07.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:06 smithi027 conmon[35362]: cluster 2024-01-24T02:16:05.150425+0000 mgr.smithi027.ahqzdk (mgr.14180) 1113 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:07.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:06 smithi173 conmon[40198]: cluster 2024-01-24T02:16:05.150425+0000 mgr.smithi027.ahqzdk (mgr.14180) 1113 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:07.967 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:16:08.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:07 smithi027 conmon[35362]: audit 2024-01-24T02:16:06.337388+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:16:08.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:07 smithi027 conmon[35362]: ) 1114 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:08.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:07 smithi173 conmon[40198]: audit 2024-01-24T02:16:06.337388+0000 mgr.smithi027.ahqzdk (mgr.14180) 1114 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:09.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:08 smithi027 conmon[35362]: cluster 2024-01-24T02:16:07.150950+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:16:09.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:08 smithi027 conmon[35362]: ) 1115 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:09.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:08 smithi173 conmon[40198]: cluster 2024-01-24T02:16:07.150950+0000 mgr.smithi027.ahqzdk (mgr.14180) 1115 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:09.889 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:16:09.890 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:16:10.457 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:16:11.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:10 smithi027 conmon[35362]: cluster 2024-01-24T02:16:09.151351+0000 mgr.smithi027.ahqzdk (mgr.14180) 1116 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:11.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:10 smithi027 conmon[35362]: audit 2024-01-24T02:16:09.884495+0000 mgr.smithi027.ahqzdk (mgr.14180) 1117 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:11.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:10 smithi173 conmon[40198]: cluster 2024-01-24T02:16:09.151351+0000 mgr.smithi027.ahqzdk (mgr.14180) 1116 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:11.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:10 smithi173 conmon[40198]: audit 2024-01-24T02:16:09.884495 2024-01-24T02:16:11.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:10 smithi173 conmon[40198]: +0000 mgr.smithi027.ahqzdk (mgr.14180) 1117 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:11.458 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:16:13.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:12 smithi027 conmon[35362]: cluster 2024-01-24T02:16:11.151950+0000 mgr.smithi027.ahqzdk (mgr.14180) 1118 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:13.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:12 smithi173 conmon[40198]: cluster 2024-01-24T02:16:11.151950+0000 mgr.smithi027.ahqzdk (mgr.14180) 1118 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:13.283 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:16:13.283 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:16:13.909 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:16:14.910 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:16:15.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:14 smithi027 conmon[35362]: cluster 2024-01-24T02:16:13.152373+0000 mgr.smithi027.ahqzdk (mgr.14180) 1119 : cluster [DBG] 2024-01-24T02:16:15.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:14 smithi027 conmon[35362]: pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:15.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:14 smithi027 conmon[35362]: audit 2024-01-24T02:16:13.279271+0000 mgr.smithi027.ahqzdk (mgr.14180) 1120 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:15.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:14 smithi173 conmon[40198]: cluster 2024-01-24T02:16:13.152373+0000 mgr.smithi027.ahqzdk (mgr.14180) 1119 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:15.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:14 smithi173 conmon[40198]: audit 2024-01-24T02:16:13.279271+0000 mgr.smithi027.ahqzdk (mgr.14180) 1120 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:16.791 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:16:16.791 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:16:17.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:16 smithi027 conmon[35362]: cluster 2024-01-24T02:16:15.152847+0000 mgr.smithi027.ahqzdk (mgr.14180) 1121 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:17.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:16 smithi173 conmon[40198]: cluster 2024-01-24T02:16:15.152847+0000 mgr.smithi027.ahqzdk (mgr.14180) 1121 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:17.375 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:16:18.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:17 smithi027 conmon[35362]: audit 2024-01-24T02:16:16.786473+0000 mgr.smithi027.ahqzdk (mgr.14180) 1122 : audit [DBG] 2024-01-24T02:16:18.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:17 smithi027 conmon[35362]: from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:18.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:17 smithi173 conmon[40198]: audit 2024-01-24T02:16:16.786473+0000 mgr.smithi027.ahqzdk (mgr.14180) 1122 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:18.376 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:16:19.149 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:18 smithi027 conmon[35362]: cluster 2024-01-24T02:16:17.153407+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:16:19.149 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:18 smithi027 conmon[35362]: 14180) 1123 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:19.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:18 smithi173 conmon[40198]: cluster 2024-01-24T02:16:17.153407+0000 mgr.smithi027.ahqzdk (mgr.14180) 1123 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:20.187 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:16:20.187 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:16:20.732 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:16:21.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:20 smithi027 conmon[35362]: cluster 2024-01-24T02:16:19.153968+0000 mgr.smithi027.ahqzdk (mgr.14180) 1124 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:21.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:20 smithi173 conmon[40198]: cluster 2024-01-24T02:16:19.153968+0000 mgr.smithi027.ahqzdk (mgr.14180) 1124 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:21.733 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:16:22.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:21 smithi027 conmon[35362]: audit 2024-01-24T02:16:20. 2024-01-24T02:16:22.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:21 smithi027 conmon[35362]: 183000+0000 mgr.smithi027.ahqzdk (mgr.14180) 1125 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:22.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:21 smithi173 conmon[40198]: audit 2024-01-24T02:16:20.183000+0000 mgr.smithi027.ahqzdk (mgr.14180) 1125 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:23.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:22 smithi027 conmon[35362]: cluster 2024-01-24T02:16:21. 2024-01-24T02:16:23.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:22 smithi027 conmon[35362]: 154660+0000 mgr.smithi027.ahqzdk (mgr.14180) 1126 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:23.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:22 smithi173 conmon[40198]: cluster 2024-01-24T02:16:21.154660+0000 mgr.smithi027.ahqzdk (mgr.14180) 1126 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:23.486 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:16:23.486 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:16:24.114 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:16:25.116 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:16:25.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:24 smithi027 conmon[35362]: cluster 2024-01-24T02:16:23.155138+0000 mgr.smithi027.ahqzdk (mgr.14180) 1127 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:25.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:24 smithi027 conmon[35362]: audit 2024-01-24T02:16:23.481510+0000 mgr.smithi027.ahqzdk (mgr.14180) 1128 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:25.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:24 smithi173 conmon[40198]: cluster 2024-01-24T02:16:23.155138+0000 mgr.smithi027.ahqzdk (mgr.14180) 1127 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:25.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:24 smithi173 conmon[40198]: 2024-01-24T02:16:25.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:24 smithi173 conmon[40198]: audit 2024-01-24T02:16:23.481510+0000 mgr.smithi027.ahqzdk (mgr.14180) 1128 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:27.039 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:16:27.039 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:16:27.198 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:26 smithi027 conmon[35362]: cluster 2024-01-24T02:16:25.155770+0000 mgr.smithi027.ahqzdk (mgr.14180) 1129 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:27.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:26 smithi173 conmon[40198]: cluster 2024-01-24T02:16:25.155770+0000 mgr.smithi027.ahqzdk (mgr.14180) 1129 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:27.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:26 smithi173 conmon[40198]: 2024-01-24T02:16:27.622 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:16:28.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:27 smithi027 conmon[35362]: audit 2024-01-24T02:16:27.034324+0000 mgr.smithi027.ahqzdk (mgr.14180) 1130 2024-01-24T02:16:28.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:27 smithi027 conmon[35362]: : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:28.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:27 smithi173 conmon[40198]: audit 2024-01-24T02:16:27.034324+0000 mgr.smithi027.ahqzdk (mgr.14180) 1130 : audit [DBG] 2024-01-24T02:16:28.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:27 smithi173 conmon[40198]: from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:28.623 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:16:29.200 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:28 smithi027 conmon[35362]: cluster 2024-01-24T02:16:27.156273+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:16:29.201 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:28 smithi027 conmon[35362]: 14180) 1131 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:29.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:28 smithi173 conmon[40198]: cluster 2024-01-24T02:16:27.156273+0000 mgr.smithi027.ahqzdk (mgr.14180) 1131 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:30.368 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:16:30.368 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:16:30.982 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:16:31.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:30 smithi027 conmon[35362]: cluster 2024-01-24T02:16:29.156761+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:16:31.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:30 smithi027 conmon[35362]: 1132 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:31.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:30 smithi173 conmon[40198]: cluster 2024-01-24T02:16:29.156761+0000 mgr.smithi027.ahqzdk (mgr.14180) 1132 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:31.983 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:16:32.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:31 smithi027 conmon[35362]: audit 2024-01-24T02:16:30.363991+0000 mgr.smithi027.ahqzdk (mgr.14180) 1133 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:32.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:31 smithi027 conmon[35362]: 2024-01-24T02:16:32.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:31 smithi173 conmon[40198]: audit 2024-01-24T02:16:30.363991+0000 mgr.smithi027.ahqzdk (mgr.14180) 1133 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:33.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:32 smithi027 conmon[35362]: cluster 2024-01-24T02:16:31.157423+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:16:33.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:32 smithi027 conmon[35362]: 14180) 1134 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:33.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:32 smithi173 conmon[40198]: cluster 2024-01-24T02:16:31.157423+0000 mgr.smithi027.ahqzdk (mgr.14180) 1134 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:33.850 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:16:33.850 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:07:43.611426Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.fhofuu on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:16:34.389 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:16:35.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:34 smithi027 conmon[35362]: cluster 2024-01-24T02:16:33.157896+0000 2024-01-24T02:16:35.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:34 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 1135 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:35.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:34 smithi027 conmon[35362]: audit 2024-01-24T02:16:35.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:34 smithi027 conmon[35362]: 2024-01-24T02:16:33.845766+0000 mgr.smithi027.ahqzdk (mgr.14180) 1136 : audit [DBG] 2024-01-24T02:16:35.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:34 smithi027 conmon[35362]: from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:35.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:34 smithi027 conmon[35362]: audit 2024-01-24T02:16 2024-01-24T02:16:35.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:34 smithi027 conmon[35362]: :34.756485+0000 mon.smithi027 (mon.0) 729 : 2024-01-24T02:16:35.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:34 smithi027 conmon[35362]: audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi173.xqfgtm"}]: dispatch 2024-01-24T02:16:35.390 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:16:35.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:34 smithi173 conmon[40198]: cluster 2024-01-24T02:16:33.157896+0000 mgr.smithi027.ahqzdk (mgr.14180) 1135 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:35.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:34 smithi173 conmon[40198]: audit 2024-01-24T02:16:33.845766+0000 2024-01-24T02:16:35.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:34 smithi173 conmon[40198]: mgr.smithi027.ahqzdk (mgr.14180) 1136 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:35.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:34 smithi173 conmon[40198]: audit 2024-01-24T02:16:34.756485+0000 mon.smithi027 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi173.xqfgtm"}]: dispatch 2024-01-24T02:16:36.147 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: cephadm 2024-01-24T02:16:34.755793+0000 mgr.smithi027.ahqzdk 2024-01-24T02:16:36.148 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: (mgr.14180) 1137 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm 2024-01-24T02:16:36.148 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm 2024-01-24T02:16:36.148 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm 2024-01-24T02:16:36.148 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm 2024-01-24T02:16:36.148 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: Deploy daemon haproxy.rgw.foo.smithi173.xqfgtm ... 2024-01-24T02:16:36.148 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:16:36.148 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:16:36.148 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:14:38Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:16:36.148 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:15:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:16:36.148 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:15:54Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:16:36.148 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: 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-24T02:16:36.149 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: 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-24T02:16:36.149 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:16:36.149 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: Traceback (most recent call last): 2024-01-24T02:16:36.149 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T02:16:36.149 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: yield (conn, connr) 2024-01-24T02:16:36.149 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T02:16:36.149 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: code, '\n'.join(err))) 2024-01-24T02:16:36.149 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: 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-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm 2024-01-24T02:16:36.149 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm 2024-01-24T02:16:36.149 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm 2024-01-24T02:16:36.149 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm 2024-01-24T02:16:36.149 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: Deploy daemon haproxy.rgw.foo.smithi173.xqfgtm ... 2024-01-24T02:16:36.149 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:16:36.149 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:16:36.150 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:14:38Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:16:36.150 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:15:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:16:36.150 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:15:54Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:16:36.150 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: 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-24T02:16:36.150 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: 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.docke 2024-01-24T02:16:36.150 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: r.com/increase-rate-limit 2024-01-24T02:16:36.150 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:16:36.150 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: cephadm 2024-01-24T02:16:34.756001+0000 mgr.smithi027.ahqzdk (mgr.14180) 1138 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi173.xqfgtm 2024-01-24T02:16:36.150 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: cephadm 2024-01-24T02:16:34.757332+0000 mgr.smithi027.ahqzdk (mgr.14180) 1139 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm 2024-01-24T02:16:36.150 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm 2024-01-24T02:16:36.150 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm 2024-01-24T02:16:36.150 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm 2024-01-24T02:16:36.150 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: Deploy daemon haproxy.rgw.foo.smithi173.xqfgtm ... 2024-01-24T02:16:36.150 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:16:36.151 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:16:36.151 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:14:38Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:16:36.151 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:15:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:16:36.151 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:15:54Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:16:36.151 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: 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-24T02:16:36.151 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: 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-24T02:16:36.151 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:16:36.151 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:35 smithi027 conmon[35362]: cephadm 2024-01-24T02:16:34.759144+0000 mgr.smithi027.ahqzdk (mgr.14180) 1140 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi027.bctlpv on smithi027 2024-01-24T02:16:36.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: cephadm 2024-01-24T02:16:34.755793+0000 mgr.smithi027.ahqzdk (mgr.14180) 1137 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm 2024-01-24T02:16:36.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm 2024-01-24T02:16:36.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm 2024-01-24T02:16:36.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm 2024-01-24T02:16:36.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: Deploy daemon haproxy.rgw.foo.smithi173.xqfgtm ... 2024-01-24T02:16:36.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:16:36.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:16:36.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:14:38Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:16:36.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:15:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:16:36.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:15:54Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:16:36.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: 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-24T02:16:36.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: 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-24T02:16:36.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:16:36.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: Traceback (most recent call last): 2024-01-24T02:16:36.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T02:16:36.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: yield (conn, connr) 2024-01-24T02:16:36.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T02:16:36.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: code, '\n'.join(err))) 2024-01-24T02:16:36.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: 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-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm 2024-01-24T02:16:36.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm 2024-01-24T02:16:36.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm 2024-01-24T02:16:36.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm 2024-01-24T02:16:36.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: Deploy daemon haproxy.rgw.foo.smithi173.xqfgtm ... 2024-01-24T02:16:36.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:16:36.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:16:36.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:14:38Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:16:36.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:15:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:16:36.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:15:54Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:16:36.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: 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-24T02:16:36.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: 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-24T02:16:36.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:16:36.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:16:36.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: cephadm 2024-01-24T02:16:34.756001+0000 mgr.smithi027.ahqzdk (mgr.14180) 1138 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi173.xqfgtm 2024-01-24T02:16:36.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: cephadm 2024-01-24T02:16:34.757332+0000 mgr.smithi027.ahqzdk (mgr.14180) 1139 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm 2024-01-24T02:16:36.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm 2024-01-24T02:16:36.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm 2024-01-24T02:16:36.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm 2024-01-24T02:16:36.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: Deploy daemon haproxy.rgw.foo.smithi173.xqfgtm ... 2024-01-24T02:16:36.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:16:36.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:16:36.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:14:38Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:16:36.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:15:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:16:36.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:15:54Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:16:36.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: 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-24T02:16:36.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: 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-24T02:16:36.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: 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=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:16:36.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:35 smithi173 conmon[40198]: cephadm 2024-01-24T02:16:34.759144+0000 mgr.smithi027.ahqzdk (mgr.14180) 1140 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi027.bctlpv on smithi027 2024-01-24T02:16:37.228 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:16:37.228 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:16:37.252 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:36 smithi027 conmon[35362]: cluster 2024-01-24T02:16:35.158281+0000 mgr.smithi027.ahqzdk (mgr.14180) 1141 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:37.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:36 smithi173 conmon[40198]: cluster 2024-01-24T02:16:35.158281+0000 mgr.smithi027.ahqzdk (mgr.14180) 1141 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:37.837 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:16:38.838 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:16:39.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:38 smithi027 conmon[35362]: cluster 2024-01-24T02:16:37.158787+0000 mgr.smithi027.ahqzdk (mgr.14180) 1142 : cluster 2024-01-24T02:16:39.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:38 smithi027 conmon[35362]: [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:39.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:38 smithi027 conmon[35362]: audit 2024-01-24T02:16:37.223596+0000 mgr.smithi027.ahqzdk (mgr.14180) 1143 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:39.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:38 smithi173 conmon[40198]: cluster 2024-01-24T02:16:37.158787+0000 mgr.smithi027.ahqzdk (mgr.14180) 1142 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:39.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:38 smithi173 conmon[40198]: audit 2024-01-24T02:16:37.223596+0000 mgr.smithi027.ahqzdk (mgr.14180) 1143 : 2024-01-24T02:16:39.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:38 smithi173 conmon[40198]: audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:40.610 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:16:40.610 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:16:41.196 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:16:41.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:40 smithi027 conmon[35362]: cluster 2024-01-24T02:16:39.159181+0000 mgr.smithi027.ahqzdk (mgr.14180) 1144 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:41.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:40 smithi173 conmon[40198]: cluster 2024-01-24T02:16:39.159181+0000 mgr.smithi027.ahqzdk (mgr.14180) 1144 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:41.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:40 smithi173 conmon[40198]: 2024-01-24T02:16:42.198 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:16:42.232 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:41 smithi027 conmon[35362]: audit 2024-01-24T02:16:40.605473+0000 mgr.smithi027.ahqzdk (mgr.14180) 1145 : audit [DBG] 2024-01-24T02:16:42.232 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:41 smithi027 conmon[35362]: from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:42.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:41 smithi173 conmon[40198]: audit 2024-01-24T02:16:40.605473+0000 mgr.smithi027.ahqzdk (mgr.14180) 1145 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:43.401 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:42 smithi027 conmon[35362]: cluster 2024-01-24T02:16:41.159788+0000 mgr.smithi027.ahqzdk ( 2024-01-24T02:16:43.401 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:42 smithi027 conmon[35362]: mgr.14180) 1146 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:43.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:42 smithi173 conmon[40198]: cluster 2024-01-24T02:16:41.159788+0000 mgr.smithi027.ahqzdk (mgr.14180) 1146 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:44.016 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:16:44.016 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:16:44.605 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:16:45.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:44 smithi027 conmon[35362]: cluster 2024-01-24T02:16:43.160160+0000 mgr.smithi027.ahqzdk (mgr.14180) 1147 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:45.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:44 smithi027 conmon[35362]: audit 2024-01-24T02:16:44.011167+0000 mgr.smithi027.ahqzdk (mgr.14180) 1148 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:45.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:44 smithi173 conmon[40198]: cluster 2024-01-24T02:16:43.160160+0000 mgr.smithi027.ahqzdk (mgr.14180) 1147 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:45.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:44 smithi173 conmon[40198]: audit 2024-01-24T02:16:44.011167+0000 mgr.smithi027.ahqzdk (mgr.14180) 1148 : audit 2024-01-24T02:16:45.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:44 smithi173 conmon[40198]: [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:45.605 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:16:47.087 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:46 smithi027 conmon[35362]: cluster 2024-01-24T02:16:45.160708+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:16:47.087 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:46 smithi027 conmon[35362]: 14180) 1149 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:47.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:46 smithi173 conmon[40198]: cluster 2024-01-24T02:16:45.160708+0000 mgr.smithi027.ahqzdk (mgr.14180) 1149 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:47.418 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:16:47.418 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:16:48.031 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:16:49.031 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:16:49.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:49 smithi027 conmon[35362]: cluster 2024-01-24T02:16:47.161234+0000 mgr.smithi027.ahqzdk (mgr.14180) 1150 : cluster 2024-01-24T02:16:49.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:49 smithi027 conmon[35362]: [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:49.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:49 smithi027 conmon[35362]: audit 2024-01-24T02:16:47.414865+0000 mgr.smithi027.ahqzdk (mgr.14180) 1151 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:49.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:49 smithi173 conmon[40198]: cluster 2024-01-24T02:16:47.161234+0000 mgr.smithi027.ahqzdk (mgr.14180) 1150 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:49.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:49 smithi173 conmon[40198]: audit 2024-01-24T02:16:47.414865+0000 mgr.smithi027.ahqzdk (mgr.14180) 1151 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:50.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:50 smithi027 conmon[35362]: cluster 2024-01-24T02:16:49.161679+0000 mgr.smithi027.ahqzdk ( 2024-01-24T02:16:50.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:50 smithi027 conmon[35362]: mgr.14180) 1152 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:50.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:50 smithi173 conmon[40198]: cluster 2024-01-24T02:16:49.161679+0000 mgr.smithi027.ahqzdk (mgr.14180) 1152 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:50.825 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:16:50.825 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:16:51.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:51 smithi027 conmon[35362]: audit 2024-01-24T02:16:50.820716+0000 mgr.smithi027.ahqzdk (mgr.14180) 1153 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:51.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:51 smithi173 conmon[40198]: audit 2024-01-24T02:16:50.820716+0000 mgr.smithi027.ahqzdk (mgr.14180) 1153 : 2024-01-24T02:16:51.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:51 smithi173 conmon[40198]: audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:51.418 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:16:52.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:52 smithi027 conmon[35362]: cluster 2024-01-24T02:16:51.162399+0000 mgr.smithi027.ahqzdk (mgr.14180) 1154 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:52.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:52 smithi173 conmon[40198]: cluster 2024-01-24T02:16:51.162399+0000 mgr.smithi027.ahqzdk (mgr.14180) 1154 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:52.419 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:16:54.262 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:16:54.263 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:16:54.868 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:16:55.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:54 smithi027 conmon[35362]: cluster 2024-01-24T02:16:53.162778+0000 mgr.smithi027.ahqzdk (mgr.14180) 1155 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:55.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:54 smithi173 conmon[40198]: cluster 2024-01-24T02:16:53.162778+0000 mgr.smithi027.ahqzdk (mgr.14180) 1155 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:55.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:54 smithi173 conmon[40198]: 2024-01-24T02:16:55.869 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:16:56.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:55 smithi027 conmon[35362]: audit 2024-01-24T02:16:54.257695+0000 mgr.smithi027.ahqzdk (mgr.14180) 1156 : audit [DBG] 2024-01-24T02:16:56.159 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:55 smithi027 conmon[35362]: from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:56.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:55 smithi173 conmon[40198]: audit 2024-01-24T02:16:54.257695+0000 mgr.smithi027.ahqzdk (mgr.14180) 1156 : audit 2024-01-24T02:16:56.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:55 smithi173 conmon[40198]: [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:57.132 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:56 smithi027 conmon[35362]: cluster 2024-01-24T02:16:55.163201+0000 2024-01-24T02:16:57.132 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:56 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 1157 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:57.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:56 smithi173 conmon[40198]: cluster 2024-01-24T02:16:55.163201+0000 mgr.smithi027.ahqzdk (mgr.14180) 1157 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:57.779 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:16:57.779 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:16:58.378 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:16:59.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:58 smithi027 conmon[35362]: cluster 2024-01-24T02:16:57.163785+0000 mgr.smithi027.ahqzdk (mgr.14180) 1158 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:59.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:16:58 smithi027 conmon[35362]: audit 2024-01-24T02:16:57.774710+0000 mgr.smithi027.ahqzdk (mgr.14180) 1159 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:59.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:58 smithi173 conmon[40198]: cluster 2024-01-24T02:16:57.163785+0000 mgr.smithi027.ahqzdk (mgr.14180) 1158 : cluster 2024-01-24T02:16:59.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:58 smithi173 conmon[40198]: [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:16:59.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:16:58 smithi173 conmon[40198]: audit 2024-01-24T02:16:57.774710+0000 mgr.smithi027.ahqzdk (mgr.14180) 1159 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:16:59.379 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:17:01.084 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:17:01.084 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:17:01.109 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:00 smithi027 conmon[35362]: cluster 2024-01-24T02:16:59.164416+0000 mgr.smithi027.ahqzdk (mgr.14180) 1160 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:01.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:00 smithi173 conmon[40198]: cluster 2024-01-24T02:16:59.164416+0000 mgr.smithi027.ahqzdk (mgr.14180) 1160 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:01.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:00 smithi173 conmon[40198]: 2024-01-24T02:17:01.619 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:17:02.620 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:17:03.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:02 smithi173 conmon[40198]: audit 2024-01-24T02:17:01.079408+0000 mgr.smithi027.ahqzdk (mgr.14180) 1161 2024-01-24T02:17:03.160 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:02 smithi173 conmon[40198]: : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:03.161 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:02 smithi173 conmon[40198]: cluster 2024-01-24T02:17:01.164973+0000 mgr.smithi027.ahqzdk (mgr.14180) 1162 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:03.243 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:02 smithi027 conmon[35362]: audit 2024-01-24T02:17:01.079408+0000 mgr.smithi027.ahqzdk 2024-01-24T02:17:03.243 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:02 smithi027 conmon[35362]: (mgr.14180) 1161 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:03.243 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:02 smithi027 conmon[35362]: cluster 2024-01-24T02:17:01.164973+0000 mgr.smithi027.ahqzdk (mgr.14180) 1162 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:04.389 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:17:04.389 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:17:04.926 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:17:05.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:04 smithi027 conmon[35362]: cluster 2024-01-24T02:17:03.165370+0000 mgr.smithi027.ahqzdk (mgr.14180) 1163 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:05.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:04 smithi173 conmon[40198]: cluster 2024-01-24T02:17:03.165370+0000 mgr.smithi027.ahqzdk (mgr.14180) 1163 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:05.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:04 smithi173 conmon[40198]: 2024-01-24T02:17:05.927 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:17:06.401 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:05 smithi027 conmon[35362]: audit 2024-01-24T02:17:04.384718+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:17:06.401 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:05 smithi027 conmon[35362]: 1164 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:06.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:05 smithi173 conmon[40198]: audit 2024-01-24T02:17:04.384718+0000 mgr.smithi027.ahqzdk (mgr.14180) 1164 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:06.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:05 smithi173 conmon[40198]: 2024-01-24T02:17:07.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:06 smithi027 conmon[35362]: cluster 2024-01-24T02:17:05.165771+0000 2024-01-24T02:17:07.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:06 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 1165 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:07.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:06 smithi173 conmon[40198]: cluster 2024-01-24T02:17:05.165771+0000 mgr.smithi027.ahqzdk (mgr.14180) 1165 : cluster 2024-01-24T02:17:07.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:06 smithi173 conmon[40198]: [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:07.810 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:17:07.810 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:17:08.400 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:17:09.401 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:17:09.406 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:08 smithi027 conmon[35362]: cluster 2024-01-24T02:17:07.166286+0000 mgr.smithi027.ahqzdk (mgr.14180) 1166 : cluster 2024-01-24T02:17:09.406 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:08 smithi027 conmon[35362]: [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:09.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:08 smithi027 conmon[35362]: audit 2024-01-24T02:17:07.805875+0000 mgr.smithi027.ahqzdk (mgr.14180) 1167 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:09.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:08 smithi173 conmon[40198]: cluster 2024-01-24T02:17:07.166286+0000 mgr.smithi027.ahqzdk (mgr.14180) 1166 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:09.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:08 smithi173 conmon[40198]: audit 2024-01-24T02:17:07.805875+0000 mgr.smithi027.ahqzdk (mgr.14180) 1167 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:11.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:10 smithi027 conmon[35362]: cluster 2024-01-24T02:17:09.166732+0000 mgr.smithi027.ahqzdk (mgr.14180) 1168 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:11.176 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:17:11.176 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:17:11.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:10 smithi173 conmon[40198]: cluster 2024-01-24T02:17:09.166732+0000 mgr.smithi027.ahqzdk (mgr.14180) 1168 : cluster [DBG] 2024-01-24T02:17:11.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:10 smithi173 conmon[40198]: pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:11.750 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:17:12.751 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:17:13.156 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:12 smithi027 conmon[35362]: cluster 2024-01-24T02:17:11.167271+0000 mgr.smithi027.ahqzdk (mgr.14180) 1169 2024-01-24T02:17:13.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:12 smithi027 conmon[35362]: : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:13.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:12 smithi027 conmon[35362]: audit 2024-01-24T02:17:11.172373+0000 mgr.smithi027.ahqzdk (mgr.14180) 1170 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:13.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:12 smithi173 conmon[40198]: cluster 2024-01-24T02:17:11.167271+0000 mgr.smithi027.ahqzdk (mgr.14180) 1169 : cluster 2024-01-24T02:17:13.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:12 smithi173 conmon[40198]: [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:13.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:12 smithi173 conmon[40198]: audit 2024-01-24T02:17:11.172373+0000 mgr.smithi027.ahqzdk (mgr.14180) 1170 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:14.642 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:17:14.642 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:17:15.176 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:17:15.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:14 smithi027 conmon[35362]: cluster 2024-01-24T02:17:13.167682+0000 mgr.smithi027.ahqzdk (mgr.14180) 1171 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:15.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:14 smithi173 conmon[40198]: cluster 2024-01-24T02:17:13.167682+0000 mgr.smithi027.ahqzdk (mgr.14180) 1171 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:15.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:14 smithi173 conmon[40198]: 2024-01-24T02:17:16.176 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:17:16.210 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:15 smithi027 conmon[35362]: audit 2024-01-24T02:17:14.637600+0000 mgr.smithi027.ahqzdk (mgr.14180) 1172 : audit [DBG] 2024-01-24T02:17:16.210 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:15 smithi027 conmon[35362]: from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:16.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:15 smithi173 conmon[40198]: audit 2024-01-24T02:17:14.637600+0000 2024-01-24T02:17:16.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:15 smithi173 conmon[40198]: mgr.smithi027.ahqzdk (mgr.14180) 1172 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:17.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:16 smithi027 conmon[35362]: cluster 2024-01-24T02:17:15.168078+0000 mgr.smithi027.ahqzdk (mgr.14180) 1173 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:17.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:16 smithi173 conmon[40198]: cluster 2024-01-24T02:17:15.168078+0000 mgr.smithi027.ahqzdk (mgr.14180) 1173 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:17.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:16 smithi173 conmon[40198]: 2024-01-24T02:17:18.036 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:17:18.037 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:17:18.633 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:17:19.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:18 smithi027 conmon[35362]: cluster 2024-01-24T02:17:17.168580+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:17:19.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:18 smithi027 conmon[35362]: ) 1174 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:19.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:18 smithi027 conmon[35362]: audit 2024-01-24T02:17:18.032395+0000 mgr.smithi027.ahqzdk (mgr.14180) 1175 : audit 2024-01-24T02:17:19.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:18 smithi027 conmon[35362]: [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:19.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:18 smithi173 conmon[40198]: cluster 2024-01-24T02:17:17.168580+0000 mgr.smithi027.ahqzdk (mgr.14180) 1174 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:19.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:18 smithi173 conmon[40198]: 2024-01-24T02:17:19.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:18 smithi173 conmon[40198]: audit 2024-01-24T02:17:18.032395+0000 mgr.smithi027.ahqzdk (mgr.14180) 1175 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:19.635 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:17:21.074 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:20 smithi027 conmon[35362]: cluster 2024-01-24T02:17:19.169199+0000 mgr.smithi027.ahqzdk (mgr.14180) 1176 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:21.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:20 smithi173 conmon[40198]: cluster 2024-01-24T02:17:19.169199+0000 mgr.smithi027.ahqzdk (mgr.14180) 1176 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:21.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:20 smithi173 conmon[40198]: 2024-01-24T02:17:21.426 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:17:21.427 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:17:22.059 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:17:23.061 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:17:23.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:22 smithi027 conmon[35362]: cluster 2024-01-24T02:17:21.169908+0000 mgr.smithi027.ahqzdk (mgr.14180) 1177 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:23.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:22 smithi027 conmon[35362]: audit 2024-01-24T02:17:21.423045+0000 mgr.smithi027.ahqzdk (mgr.14180) 1178 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:23.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:22 smithi173 conmon[40198]: cluster 2024-01-24T02:17:21.169908+0000 mgr.smithi027.ahqzdk (mgr.14180) 1177 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:23.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:22 smithi173 conmon[40198]: 2024-01-24T02:17:23.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:22 smithi173 conmon[40198]: audit 2024-01-24T02:17:21.423045+0000 mgr.smithi027.ahqzdk (mgr.14180) 1178 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:24.989 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:17:24.989 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:17:25.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:24 smithi027 conmon[35362]: cluster 2024-01-24T02:17:23.170410+0000 mgr.smithi027.ahqzdk (mgr.14180) 1179 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:25.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:24 smithi173 conmon[40198]: cluster 2024-01-24T02:17:23.170410+0000 mgr.smithi027.ahqzdk (mgr.14180 2024-01-24T02:17:25.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:24 smithi173 conmon[40198]: ) 1179 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:25.832 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:17:26.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:25 smithi027 conmon[35362]: audit 2024-01-24T02:17:24.982076+0000 mgr.smithi027.ahqzdk (mgr.14180) 1180 2024-01-24T02:17:26.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:25 smithi027 conmon[35362]: : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:26.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:25 smithi173 conmon[40198]: audit 2024-01-24T02:17:24.982076+0000 mgr.smithi027.ahqzdk (mgr.14180) 1180 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:26.833 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:17:27.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:26 smithi027 conmon[35362]: cluster 2024-01-24T02:17:25.170819+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:17:27.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:26 smithi027 conmon[35362]: 14180) 1181 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.0 KiB/s rd, 0 B/s wr, 11 op/s 2024-01-24T02:17:27.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:26 smithi173 conmon[40198]: cluster 2024-01-24T02:17:25.170819+0000 mgr.smithi027.ahqzdk (mgr.14180) 1181 : cluster [DBG] 2024-01-24T02:17:27.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:26 smithi173 conmon[40198]: pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.0 KiB/s rd, 0 B/s wr, 11 op/s 2024-01-24T02:17:28.584 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:17:28.585 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:17:29.098 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:17:29.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:28 smithi027 conmon[35362]: cluster 2024-01-24T02:17:27.171449+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:17:29.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:28 smithi027 conmon[35362]: .14180) 1182 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 117 op/s 2024-01-24T02:17:29.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:28 smithi173 conmon[40198]: cluster 2024-01-24T02:17:27.171449+0000 mgr.smithi027.ahqzdk (mgr.14180) 1182 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 117 op/s 2024-01-24T02:17:30.099 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:17:30.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:29 smithi027 conmon[35362]: audit 2024-01-24T02:17:28.580459+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:17:30.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:29 smithi027 conmon[35362]: 1183 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:30.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:29 smithi173 conmon[40198]: audit 2024-01-24T02:17:28.580459+0000 mgr.smithi027.ahqzdk (mgr.14180) 1183 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:31.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:30 smithi027 conmon[35362]: cluster 2024-01-24T02:17:29.171990+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:17:31.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:30 smithi027 conmon[35362]: 14180) 1184 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 180 op/s 2024-01-24T02:17:31.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:30 smithi173 conmon[40198]: cluster 2024-01-24T02:17:29.171990+0000 mgr.smithi027.ahqzdk (mgr.14180) 1184 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 180 op/s 2024-01-24T02:17:31.935 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:17:31.935 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:17:32.556 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:17:33.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:32 smithi027 conmon[35362]: cluster 2024-01-24T02:17:31.172638+0000 mgr.smithi027.ahqzdk (mgr.14180) 1185 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 KiB/s rd, 0 B/s wr, 192 op/s 2024-01-24T02:17:33.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:32 smithi027 conmon[35362]: audit 2024-01-24T02:17:31.930291+0000 mgr.smithi027.ahqzdk (mgr.14180) 1186 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:33.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:32 smithi173 conmon[40198]: cluster 2024-01-24T02:17:31.172638+0000 mgr.smithi027.ahqzdk (mgr.14180) 1185 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 KiB/s rd, 0 B/s wr, 192 op/s 2024-01-24T02:17:33.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:32 smithi173 conmon[40198]: audit 2024-01-24T02:17:31.930291+0000 mgr.smithi027.ahqzdk (mgr.14180) 1186 : 2024-01-24T02:17:33.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:32 smithi173 conmon[40198]: audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:33.557 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:17:35.039 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:34 smithi027 conmon[35362]: cluster 2024-01-24T02:17:33.173311+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:17:35.039 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:34 smithi027 conmon[35362]: 14180) 1187 : cluster [DBG] pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 KiB/s rd, 0 B/s wr, 192 op/s 2024-01-24T02:17:35.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:34 smithi173 conmon[40198]: cluster 2024-01-24T02:17:33.173311+0000 mgr.smithi027.ahqzdk (mgr.14180) 1187 : cluster [DBG] pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 KiB/s rd, 0 B/s wr, 192 op/s 2024-01-24T02:17:35.411 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:17:35.411 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:17:35.972 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:17:36.973 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:17:37.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:36 smithi027 conmon[35362]: cluster 2024-01-24T02:17:35.173720+0000 mgr.smithi027.ahqzdk (mgr.14180) 1188 : cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 KiB/s rd, 0 B/s wr, 192 op/s 2024-01-24T02:17:37.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:36 smithi027 conmon[35362]: audit 2024-01-24T02:17:35.406660+0000 mgr.smithi027.ahqzdk (mgr.14180) 1189 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:37.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:36 smithi173 conmon[40198]: cluster 2024-01-24T02:17:35.173720+0000 mgr.smithi027.ahqzdk (mgr.14180) 1188 : cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 KiB/s rd, 0 B/s wr, 192 op/s 2024-01-24T02:17:37.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:36 smithi173 conmon[40198]: audit 2024-01-24T02:17:37.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:36 smithi173 conmon[40198]: 2024-01-24T02:17:35.406660+0000 mgr.smithi027.ahqzdk (mgr.14180) 1189 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:38.792 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:17:38.792 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:17:39.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:38 smithi027 conmon[35362]: cluster 2024-01-24T02:17:37.174225+0000 mgr.smithi027.ahqzdk (mgr.14180) 1190 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 180 op/s 2024-01-24T02:17:39.313 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:17:39.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:38 smithi173 conmon[40198]: cluster 2024-01-24T02:17:37.174225+0000 mgr.smithi027.ahqzdk (mgr.14180) 1190 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 180 op/s 2024-01-24T02:17:39.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:38 smithi173 conmon[40198]: 2024-01-24T02:17:40.315 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:17:40.349 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:39 smithi027 conmon[35362]: audit 2024-01-24T02:17:38.787762+0000 mgr.smithi027.ahqzdk (mgr.14180) 1191 : audit [DBG] 2024-01-24T02:17:40.349 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:39 smithi027 conmon[35362]: from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:40.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:39 smithi173 conmon[40198]: audit 2024-01-24T02:17:38.787762+0000 mgr.smithi027.ahqzdk (mgr.14180) 1191 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:41.063 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:40 smithi027 conmon[35362]: cluster 2024-01-24T02:17:39.174684 2024-01-24T02:17:41.063 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:40 smithi027 conmon[35362]: +0000 mgr.smithi027.ahqzdk (mgr.14180) 1192 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 74 op/s 2024-01-24T02:17:41.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:40 smithi173 conmon[40198]: cluster 2024-01-24T02:17:39.174684+0000 mgr.smithi027.ahqzdk (mgr.14180) 1192 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 74 op/s 2024-01-24T02:17:42.161 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:17:42.161 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:17:42.748 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:17:43.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:43 smithi027 conmon[35362]: cluster 2024-01-24T02:17:41.175355+0000 mgr.smithi027.ahqzdk (mgr.14180) 1193 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.0 KiB/s rd, 0 B/s wr, 11 op/s 2024-01-24T02:17:43.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:43 smithi173 conmon[40198]: cluster 2024-01-24T02:17:41.175355+0000 mgr.smithi027.ahqzdk (mgr.14180) 1193 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.0 KiB/s rd, 0 B/s wr, 11 op/s 2024-01-24T02:17:43.749 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:17:44.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:44 smithi027 conmon[35362]: audit 2024-01-24T02:17:42.156437+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:17:44.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:44 smithi027 conmon[35362]: .14180) 1194 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:44.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:44 smithi173 conmon[40198]: audit 2024-01-24T02:17:42.156437+0000 mgr.smithi027.ahqzdk (mgr.14180) 1194 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:45.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:45 smithi027 conmon[35362]: cluster 2024-01-24T02:17:43.175889+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:17:45.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:45 smithi027 conmon[35362]: 14180) 1195 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:45.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:45 smithi173 conmon[40198]: cluster 2024-01-24T02:17:43.175889+0000 mgr.smithi027.ahqzdk (mgr.14180) 1195 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:45.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:45 smithi173 conmon[40198]: 2024-01-24T02:17:45.561 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:17:45.561 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:17:46.204 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:17:47.206 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:17:47.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:47 smithi027 conmon[35362]: cluster 2024-01-24T02:17:45.176300+0000 mgr.smithi027.ahqzdk (mgr.14180) 1196 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:47.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:47 smithi027 conmon[35362]: audit 2024-01-24T02:17:45.556540+0000 mgr.smithi027.ahqzdk (mgr.14180) 1197 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:47.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:47 smithi173 conmon[40198]: cluster 2024-01-24T02:17:45.176300+0000 mgr.smithi027.ahqzdk (mgr.14180) 1196 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:47.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:47 smithi173 conmon[40198]: 2024-01-24T02:17:47.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:47 smithi173 conmon[40198]: audit 2024-01-24T02:17:45.556540+0000 mgr.smithi027.ahqzdk (mgr.14180) 1197 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:49.117 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:17:49.118 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:17:49.271 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:49 smithi027 conmon[35362]: cluster 2024-01-24T02:17:47.176895+0000 2024-01-24T02:17:49.271 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:49 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 1198 : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:49.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:49 smithi173 conmon[40198]: cluster 2024-01-24T02:17:47.176895+0000 mgr.smithi027.ahqzdk (mgr.14180) 1198 : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:49.703 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:17:50.704 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:17:51.308 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:51 smithi027 conmon[35362]: audit 2024-01-24T02:17:49.113603+0000 mgr.smithi027.ahqzdk (mgr.14180) 1199 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:51.308 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:51 smithi027 conmon[35362]: cluster 2024-01-24T02:17:49.177336+0000 mgr.smithi027.ahqzdk (mgr.14180) 1200 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:51.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:51 smithi173 conmon[40198]: audit 2024-01-24T02:17:49.113603+0000 mgr.smithi027.ahqzdk (mgr.14180) 1199 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:51.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:51 smithi173 conmon[40198]: cluster 2024-01-24T02:17:49.177336+0000 mgr.smithi027.ahqzdk (mgr.14180) 1200 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:52.523 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:17:52.523 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:17:53.129 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:17:53.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:53 smithi027 conmon[35362]: cluster 2024-01-24T02:17:51.178018+0000 mgr.smithi027.ahqzdk (mgr.14180) 1201 : cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:53.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:53 smithi173 conmon[40198]: cluster 2024-01-24T02:17:51.178018+0000 mgr.smithi027.ahqzdk (mgr.14180) 1201 : cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:54.130 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:17:54.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:54 smithi027 conmon[35362]: audit 2024-01-24T02:17:52.519115+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:17:54.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:54 smithi027 conmon[35362]: .14180) 1202 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:54.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:54 smithi173 conmon[40198]: audit 2024-01-24T02:17:52.519115+0000 mgr.smithi027.ahqzdk (mgr.14180) 1202 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:55.375 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:55 smithi027 conmon[35362]: cluster 2024-01-24T02:17:53.178477+0000 mgr.smithi027.ahqzdk (mgr.14180) 1203 2024-01-24T02:17:55.375 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:55 smithi027 conmon[35362]: : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:55.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:55 smithi173 conmon[40198]: cluster 2024-01-24T02:17:53.178477+0000 mgr.smithi027.ahqzdk (mgr.14180) 1203 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:55.935 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:17:55.935 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:17:56.494 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:17:57.406 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:57 smithi027 conmon[35362]: cluster 2024-01-24T02:17:55.178941+0000 mgr.smithi027.ahqzdk (mgr.14180) 1204 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:57.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:57 smithi027 conmon[35362]: audit 2024-01-24T02:17:55.930801+0000 mgr.smithi027.ahqzdk (mgr.14180) 1205 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:57.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:57 smithi173 conmon[40198]: cluster 2024-01-24T02:17:55.178941+0000 mgr.smithi027.ahqzdk (mgr.14180) 1204 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:57.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:57 smithi173 conmon[40198]: audit 2024-01-24T02:17:55.930801+0000 mgr.smithi027.ahqzdk (mgr.14180) 1205 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:17:57.496 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:17:59.331 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:17:59.331 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:17:59.355 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:59 smithi027 conmon[35362]: cluster 2024-01-24T02:17:57.179796+0000 mgr.smithi027.ahqzdk ( 2024-01-24T02:17:59.355 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:17:59 smithi027 conmon[35362]: mgr.14180) 1206 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:59.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:17:59 smithi173 conmon[40198]: cluster 2024-01-24T02:17:57.179796+0000 mgr.smithi027.ahqzdk (mgr.14180) 1206 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:17:59.977 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:18:00.978 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:18:01.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:01 smithi027 conmon[35362]: cluster 2024-01-24T02:17:59.180231+0000 mgr.smithi027.ahqzdk (mgr.14180) 1207 : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:01.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:01 smithi027 conmon[35362]: audit 2024-01-24T02:17:59.326767+0000 mgr.smithi027.ahqzdk (mgr.14180) 1208 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:01.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:01 smithi173 conmon[40198]: cluster 2024-01-24T02:17:59.180231+0000 mgr.smithi027.ahqzdk (mgr.14180) 1207 : cluster 2024-01-24T02:18:01.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:01 smithi173 conmon[40198]: [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:01.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:01 smithi173 conmon[40198]: audit 2024-01-24T02:17:59.326767+0000 mgr.smithi027.ahqzdk (mgr.14180) 1208 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:02.827 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:18:02.827 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:18:03.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:03 smithi027 conmon[35362]: cluster 2024-01-24T02:18:01.180772+0000 mgr.smithi027.ahqzdk (mgr.14180) 1209 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:03.385 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:18:03.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:03 smithi173 conmon[40198]: cluster 2024-01-24T02:18:01.180772+0000 mgr.smithi027.ahqzdk (mgr.14180) 1209 : cluster [DBG] 2024-01-24T02:18:03.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:03 smithi173 conmon[40198]: pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:04.386 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:18:04.406 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:04 smithi027 conmon[35362]: audit 2024-01-24T02:18:02.822578+0000 mgr.smithi027.ahqzdk (mgr.14180) 1210 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:04.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:04 smithi173 conmon[40198]: audit 2024-01-24T02:18:02.822578+0000 mgr.smithi027.ahqzdk (mgr.14180) 1210 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:05.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:05 smithi027 conmon[35362]: cluster 2024-01-24T02:18:03.181243+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:18:05.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:05 smithi027 conmon[35362]: .14180) 1211 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:05.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:05 smithi173 conmon[40198]: cluster 2024-01-24T02:18:03.181243+0000 mgr.smithi027.ahqzdk (mgr.14180) 1211 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:06.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:06 smithi027 conmon[35362]: cluster 2024-01-24T02:18:05.181775+0000 mgr.smithi027.ahqzdk (mgr.14180) 1212 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:06.216 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:18:06.217 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:18:06.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:06 smithi173 conmon[40198]: cluster 2024-01-24T02:18:05.181775+0000 mgr.smithi027.ahqzdk (mgr.14180) 1212 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:06.826 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:18:07.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:07 smithi027 conmon[35362]: audit 2024-01-24T02:18:06.213016+0000 mgr.smithi027.ahqzdk 2024-01-24T02:18:07.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:07 smithi027 conmon[35362]: (mgr.14180) 1213 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:07.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:07 smithi173 conmon[40198]: audit 2024-01-24T02:18:06.213016+0000 mgr.smithi027.ahqzdk (mgr.14180) 1213 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:07.827 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:18:08.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:08 smithi027 conmon[35362]: cluster 2024-01-24T02:18:07.182294+0000 mgr.smithi027.ahqzdk (mgr.14180) 1214 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:08.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:08 smithi173 conmon[40198]: cluster 2024-01-24T02:18:07.182294+0000 mgr.smithi027.ahqzdk (mgr.14180) 1214 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:09.718 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:18:09.719 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:18:10.293 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:18:11.294 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:18:11.328 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:10 smithi027 conmon[35362]: cluster 2024-01-24T02:18:09.182877+0000 mgr.smithi027.ahqzdk (mgr.14180) 1215 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:11.328 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:10 smithi027 conmon[35362]: audit 2024-01-24T02:18:09.714252+0000 mgr.smithi027.ahqzdk (mgr.14180) 1216 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:11.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:10 smithi173 conmon[40198]: cluster 2024-01-24T02:18:09.182877+0000 mgr.smithi027.ahqzdk (mgr.14180) 1215 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:11.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:10 smithi173 conmon[40198]: audit 2024-01-24T 2024-01-24T02:18:11.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:10 smithi173 conmon[40198]: 02:18:09.714252+0000 mgr.smithi027.ahqzdk (mgr.14180) 1216 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:13.073 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:18:13.073 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:18:13.243 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:12 smithi027 conmon[35362]: cluster 2024-01-24T02:18:11.183534+0000 mgr.smithi027.ahqzdk (mgr.14180) 1217 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:13.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:12 smithi173 conmon[40198]: cluster 2024-01-24T02:18:11.183534+0000 mgr.smithi027.ahqzdk (mgr.14180) 1217 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:13.683 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:18:14.685 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:18:15.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:14 smithi027 conmon[35362]: audit 2024-01-24T02:18:13 2024-01-24T02:18:15.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:14 smithi027 conmon[35362]: .069492+0000 mgr.smithi027.ahqzdk (mgr.14180) 1218 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:15.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:14 smithi027 conmon[35362]: cluster 2024-01-24T02:18:13.183912+0000 mgr.smithi027.ahqzdk (mgr.14180) 1219 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:15.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:14 smithi173 conmon[40198]: audit 2024-01-24T02:18:13.069492+0000 mgr.smithi027.ahqzdk (mgr.14180) 1218 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:15.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:14 smithi173 conmon[40198]: cluster 2024-01-24T02:18:13.183912+0000 mgr.smithi027.ahqzdk (mgr.14180) 1219 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:16.482 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:18:16.482 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:18:17.066 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:18:17.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:16 smithi027 conmon[35362]: cluster 2024-01-24T02:18:15.184538+0000 mgr.smithi027.ahqzdk (mgr.14180) 1220 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:17.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:16 smithi173 conmon[40198]: cluster 2024-01-24T02:18:15.184538+0000 mgr.smithi027.ahqzdk (mgr.14180) 1220 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:18.067 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:18:18.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:17 smithi027 conmon[35362]: audit 2024-01-24T02:18:16.477904+0000 mgr.smithi027.ahqzdk (mgr.14180) 1221 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:18.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:17 smithi173 conmon[40198]: audit 2024-01-24T02:18:16.477904+0000 mgr.smithi027.ahqzdk (mgr.14180) 1221 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:19.156 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:18 smithi027 conmon[35362]: cluster 2024-01-24T02:18:17.185049+0000 mgr.smithi027.ahqzdk (mgr.14180) 1222 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:19.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:18 smithi173 conmon[40198]: cluster 2024-01-24T02:18:17.185049+0000 mgr.smithi027.ahqzdk (mgr.14180) 1222 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:19.931 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:18:19.931 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:18:20.551 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:18:21.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:20 smithi027 conmon[35362]: cluster 2024-01-24T02:18:19.185754+0000 mgr.smithi027.ahqzdk (mgr.14180) 1223 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:21.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:20 smithi027 conmon[35362]: audit 2024-01-24T02:18:19.926956+0000 mgr.smithi027.ahqzdk (mgr.14180) 1224 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:21.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:20 smithi173 conmon[40198]: cluster 2024-01-24T02:18:19.185754+0000 mgr.smithi027.ahqzdk (mgr.14180) 1223 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:21.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:20 smithi173 conmon[40198]: audit 2024-01-24T02:18:21.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:20 smithi173 conmon[40198]: 2024-01-24T02:18:19.926956+0000 mgr.smithi027.ahqzdk (mgr.14180) 1224 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:21.552 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:18:23.124 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:22 smithi027 conmon[35362]: cluster 2024-01-24T02:18:21.186305+0000 mgr.smithi027.ahqzdk (mgr.14180) 1225 : cluster 2024-01-24T02:18:23.124 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:22 smithi027 conmon[35362]: [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:23.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:22 smithi173 conmon[40198]: cluster 2024-01-24T02:18:21.186305+0000 mgr.smithi027.ahqzdk (mgr.14180) 1225 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:23.472 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:18:23.473 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:18:24.123 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:18:25.125 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:18:25.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:24 smithi027 conmon[35362]: cluster 2024-01-24T02:18:23.186705+0000 mgr.smithi027.ahqzdk (mgr.14180) 1226 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:25.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:24 smithi027 conmon[35362]: audit 2024-01-24T02:18:23.468457+0000 mgr.smithi027.ahqzdk (mgr.14180) 1227 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:25.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:24 smithi173 conmon[40198]: cluster 2024-01-24T02:18:23.186705+0000 mgr.smithi027.ahqzdk (mgr.14180) 1226 2024-01-24T02:18:25.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:24 smithi173 conmon[40198]: : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:25.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:24 smithi173 conmon[40198]: audit 2024-01-24T02:18:23.468457+0000 mgr.smithi027.ahqzdk (mgr.14180) 1227 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:26.902 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:18:26.902 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:18:27.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:26 smithi027 conmon[35362]: cluster 2024-01-24T02:18:25.187331+0000 mgr.smithi027.ahqzdk (mgr.14180) 1228 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:27.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:26 smithi173 conmon[40198]: cluster 2024-01-24T02:18:25.187331+0000 mgr.smithi027.ahqzdk (mgr.14180) 1228 : cluster [DBG] 2024-01-24T02:18:27.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:26 smithi173 conmon[40198]: pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:27.465 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:18:28.407 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:27 smithi173 conmon[40198]: audit 2024-01-24T02:18:26.897687+0000 mgr.smithi027.ahqzdk (mgr.14180) 1229 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:28.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:27 smithi027 conmon[35362]: audit 2024-01-24T02:18:26.897687+0000 mgr.smithi027.ahqzdk (mgr.14180) 1229 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:28.465 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:18:29.290 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:28 smithi027 conmon[35362]: cluster 2024-01-24T02:18:27.187989+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:18:29.291 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:28 smithi027 conmon[35362]: .14180) 1230 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:29.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:28 smithi173 conmon[40198]: cluster 2024-01-24T02:18:27.187989+0000 mgr.smithi027.ahqzdk (mgr.14180) 1230 : cluster [DBG] 2024-01-24T02:18:29.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:28 smithi173 conmon[40198]: pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:30.311 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:18:30.311 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:18:30.906 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:18:31.030 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:30 smithi173 conmon[40198]: cluster 2024-01-24T02:18:29.188463+0000 mgr.smithi027.ahqzdk (mgr.14180) 1231 : cluster [DBG] 2024-01-24T02:18:31.030 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:30 smithi173 conmon[40198]: pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:31.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:30 smithi027 conmon[35362]: cluster 2024-01-24T02:18:29.188463+0000 mgr.smithi027.ahqzdk (mgr.14180) 1231 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:31.907 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:18:32.357 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:31 smithi027 conmon[35362]: audit 2024-01-24T02:18:30.306765+0000 mgr.smithi027.ahqzdk (mgr.14180) 1232 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:32.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:31 smithi173 conmon[40198]: audit 2024-01-24T02:18:30.306765+0000 mgr.smithi027.ahqzdk (mgr.14180) 1232 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:33.325 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:32 smithi027 conmon[35362]: cluster 2024-01-24T02:18:31. 2024-01-24T02:18:33.325 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:32 smithi027 conmon[35362]: 189107+0000 mgr.smithi027.ahqzdk (mgr.14180) 1233 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:33.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:32 smithi173 conmon[40198]: cluster 2024-01-24T02:18:31.189107+0000 mgr.smithi027.ahqzdk (mgr.14180) 1233 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:33.695 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:18:33.695 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:18:34.330 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:18:35.331 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:18:35.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:34 smithi027 conmon[35362]: cluster 2024-01-24T02:18:33.189498+0000 mgr.smithi027.ahqzdk (mgr.14180) 1234 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:35.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:34 smithi027 conmon[35362]: audit 2024-01-24T02:18:33.690493+0000 mgr.smithi027.ahqzdk (mgr.14180) 1235 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:35.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:34 smithi173 conmon[40198]: cluster 2024-01-24T02:18:33.189498+0000 mgr.smithi027.ahqzdk (mgr.14180) 1234 : cluster [DBG] 2024-01-24T02:18:35.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:34 smithi173 conmon[40198]: pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:35.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:34 smithi173 conmon[40198]: audit 2024-01-24T02:18:33.690493+0000 mgr.smithi027.ahqzdk (mgr.14180) 1235 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:37.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:36 smithi027 conmon[35362]: cluster 2024-01-24T02:18:35.190032+0000 mgr.smithi027.ahqzdk (mgr.14180) 1236 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:37.193 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:18:37.194 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:18:37.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:36 smithi173 conmon[40198]: cluster 2024-01-24T02:18:35.190032+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:18:37.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:36 smithi173 conmon[40198]: 1236 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:37.788 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:18:38.789 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:18:39.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:38 smithi027 conmon[35362]: audit 2024-01-24T02:18:37.189780+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:18:39.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:38 smithi027 conmon[35362]: .14180) 1237 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:39.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:38 smithi027 conmon[35362]: cluster 2024-01-24T02:18:37.190538+0000 mgr.smithi027.ahqzdk (mgr.14180) 1238 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:39.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:38 smithi173 conmon[40198]: audit 2024-01-24T02:18:37.189780+0000 mgr.smithi027.ahqzdk (mgr.14180) 1237 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:39.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:38 smithi173 conmon[40198]: 2024-01-24T02:18:39.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:38 smithi173 conmon[40198]: cluster 2024-01-24T02:18:37.190538+0000 mgr.smithi027.ahqzdk (mgr.14180) 1238 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:40.520 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:18:40.520 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:18:41.181 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:18:41.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:40 smithi027 conmon[35362]: cluster 2024-01-24T02:18:39.191055+0000 mgr.smithi027.ahqzdk (mgr.14180) 1239 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:41.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:40 smithi173 conmon[40198]: cluster 2024-01-24T02:18:39.191055+0000 mgr.smithi027.ahqzdk (mgr.14180) 1239 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:42.182 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:18:42.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:41 smithi027 conmon[35362]: audit 2024-01-24T02:18:40.515743+0000 mgr.smithi027.ahqzdk (mgr.14180) 1240 : 2024-01-24T02:18:42.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:41 smithi027 conmon[35362]: audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:42.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:41 smithi173 conmon[40198]: audit 2024-01-24T02:18:40.515743+0000 mgr.smithi027.ahqzdk (mgr.14180) 1240 : audit [DBG] 2024-01-24T02:18:42.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:41 smithi173 conmon[40198]: from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:43.369 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:42 smithi027 conmon[35362]: cluster 2024-01-24T02:18:41.191640+0000 mgr.smithi027.ahqzdk (mgr.14180) 2024-01-24T02:18:43.369 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:42 smithi027 conmon[35362]: 1241 : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:43.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:42 smithi173 conmon[40198]: cluster 2024-01-24T02:18:41.191640+0000 mgr.smithi027.ahqzdk (mgr.14180) 1241 : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:43.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:42 smithi173 conmon[40198]: 2024-01-24T02:18:43.977 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:18:43.977 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:18:44.621 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:18:45.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:44 smithi027 conmon[35362]: cluster 2024-01-24T02:18:43.192119+0000 mgr.smithi027.ahqzdk (mgr.14180) 1242 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:45.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:44 smithi027 conmon[35362]: audit 2024-01-24T02:18:43.973236+0000 mgr.smithi027.ahqzdk (mgr.14180) 1243 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:45.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:44 smithi173 conmon[40198]: cluster 2024-01-24T02:18:43.192119+0000 mgr.smithi027.ahqzdk (mgr.14180) 1242 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:45.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:44 smithi173 conmon[40198]: audit 2024-01-24T02:18:43.973236+0000 mgr.smithi027.ahqzdk (mgr.14180) 1243 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:45.622 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:18:47.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:46 smithi027 conmon[35362]: cluster 2024-01-24T02:18:45.192773+0000 mgr.smithi027.ahqzdk (mgr.14180) 1244 2024-01-24T02:18:47.160 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:46 smithi027 conmon[35362]: : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:47.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:46 smithi173 conmon[40198]: cluster 2024-01-24T02:18:45.192773+0000 mgr.smithi027.ahqzdk (mgr.14180) 1244 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:47.519 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:18:47.519 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:18:48.265 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:18:49.266 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:18:49.300 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:48 smithi027 conmon[35362]: cluster 2024-01-24T02:18:47.193302+0000 2024-01-24T02:18:49.300 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:48 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 1245 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:49.300 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:48 smithi027 conmon[35362]: audit 2024-01-24T02:18:47.514929+0000 mgr.smithi027.ahqzdk (mgr.14180) 1246 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:49.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:48 smithi173 conmon[40198]: cluster 2024-01-24T02:18:47.193302+0000 mgr.smithi027.ahqzdk (mgr.14180) 1245 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:49.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:48 smithi173 conmon[40198]: 2024-01-24T02:18:49.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:48 smithi173 conmon[40198]: audit 2024-01-24T02:18:47.514929+0000 mgr.smithi027.ahqzdk (mgr.14180) 1246 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:51.094 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:18:51.095 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:18:51.263 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:51 smithi027 conmon[35362]: cluster 2024-01-24T02:18:49.193926+0000 mgr.smithi027.ahqzdk (mgr.14180) 1247 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:51.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:51 smithi173 conmon[40198]: cluster 2024-01-24T02:18:49.193926+0000 mgr.smithi027.ahqzdk (mgr.14180) 1247 : cluster [DBG] 2024-01-24T02:18:51.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:51 smithi173 conmon[40198]: pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:51.696 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:18:52.697 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:18:53.348 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:53 smithi027 conmon[35362]: audit 2024-01-24T02:18:51.090002+0000 mgr.smithi027.ahqzdk 2024-01-24T02:18:53.348 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:53 smithi027 conmon[35362]: (mgr.14180) 1248 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:53.348 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:53 smithi027 conmon[35362]: cluster 2024-01-24T02:18:51.194495+0000 mgr.smithi027.ahqzdk (mgr.14180) 1249 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:53.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:53 smithi173 conmon[40198]: audit 2024-01-24T02:18:51.090002+0000 mgr.smithi027.ahqzdk (mgr.14180) 1248 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:53.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:53 smithi173 conmon[40198]: 2024-01-24T02:18:53.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:53 smithi173 conmon[40198]: cluster 2024-01-24T02:18:51.194495+0000 mgr.smithi027.ahqzdk (mgr.14180) 1249 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:54.554 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:18:54.554 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:18:55.187 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:18:55.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:55 smithi027 conmon[35362]: cluster 2024-01-24T02:18:53.194907+0000 mgr.smithi027.ahqzdk (mgr.14180) 1250 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:55.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:55 smithi173 conmon[40198]: cluster 2024-01-24T02:18:53.194907+0000 mgr.smithi027.ahqzdk (mgr.14180) 1250 : cluster [DBG] 2024-01-24T02:18:55.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:55 smithi173 conmon[40198]: pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:56.188 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:18:56.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:56 smithi027 conmon[35362]: audit 2024-01-24T02:18:54.549990+0000 mgr.smithi027.ahqzdk (mgr.14180) 1251 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:56.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:56 smithi027 conmon[35362]: 2024-01-24T02:18:56.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:56 smithi173 conmon[40198]: audit 2024-01-24T02:18:54.549990+0000 mgr.smithi027.ahqzdk (mgr.14180) 1251 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:18:57.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:57 smithi027 conmon[35362]: cluster 2024-01-24T02:18:55.195472+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:18:57.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:57 smithi027 conmon[35362]: 14180) 1252 : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:57.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:57 smithi173 conmon[40198]: cluster 2024-01-24T02:18:55.195472+0000 mgr.smithi027.ahqzdk (mgr.14180) 1252 : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:58.139 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:18:58.140 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:18:58.780 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:18:59.406 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:59 smithi027 conmon[35362]: cluster 2024-01-24T02:18:57.195923+0000 mgr.smithi027.ahqzdk (mgr.14180) 1253 : cluster [DBG] 2024-01-24T02:18:59.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:18:59 smithi027 conmon[35362]: pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:59.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:18:59 smithi173 conmon[40198]: cluster 2024-01-24T02:18:57.195923+0000 mgr.smithi027.ahqzdk (mgr.14180) 1253 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:18:59.781 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:19:00.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:00 smithi027 conmon[35362]: audit 2024-01-24T02:18: 2024-01-24T02:19:00.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:00 smithi027 conmon[35362]: 58.135353+0000 mgr.smithi027.ahqzdk (mgr.14180) 1254 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:19:00.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:00 smithi173 conmon[40198]: audit 2024-01-24T02:18:58.135353+0000 mgr.smithi027.ahqzdk (mgr.14180) 1254 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:19:01.389 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:01 smithi027 conmon[35362]: cluster 2024-01-24T02:18:59.196560 2024-01-24T02:19:01.389 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:01 smithi027 conmon[35362]: +0000 mgr.smithi027.ahqzdk (mgr.14180) 1255 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:01.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:01 smithi173 conmon[40198]: cluster 2024-01-24T02:18:59.196560+0000 mgr.smithi027.ahqzdk (mgr 2024-01-24T02:19:01.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:01 smithi173 conmon[40198]: .14180) 1255 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:01.760 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:19:01.760 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:19:02.353 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:19:03.355 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:19:03.390 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:03 smithi027 conmon[35362]: cluster 2024-01-24T02:19:01.197289+0000 mgr.smithi027.ahqzdk (mgr.14180) 1256 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:03.390 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:03 smithi027 conmon[35362]: audit 2024-01-24T02:19:01.755682+0000 mgr.smithi027.ahqzdk (mgr.14180) 1257 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:19:03.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:03 smithi173 conmon[40198]: cluster 2024-01-24T02:19:01.197289+0000 mgr.smithi027.ahqzdk (mgr.14180) 1256 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:03.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:03 smithi173 conmon[40198]: audit 2024-01-24T02:19:01.755682+0000 mgr.smithi027.ahqzdk (mgr.14180) 1257 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:19:05.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:05 smithi027 conmon[35362]: cluster 2024-01-24T02:19:03.197797+0000 mgr.smithi027.ahqzdk (mgr.14180) 1258 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:05.202 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:19:05.202 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:10:22.082398Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.laaorj on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-laaorj\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.laaorj\nDeploy daemon haproxy.rgw.foo.smithi173.laaorj ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:08:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:09:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.343468Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.fzfqoq on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-fzfqoq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.fzfqoq\nDeploy daemon haproxy.rgw.foo.smithi027.fzfqoq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:10: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-24T02:11:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:12:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:12:55.345487Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.thrnth on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:19:05.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:05 smithi173 conmon[40198]: cluster 2024-01-24T02:19:03.197797+0000 mgr.smithi027.ahqzdk (mgr.14180) 1258 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:05.786 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:19:06.787 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:19:07.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:07 smithi027 conmon[35362]: audit 2024-01-24T02:19:05.197947+0000 mgr.smithi027.ahqzdk (mgr.14180) 1259 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:19:07.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:07 smithi027 conmon[35362]: cluster 2024-01-24T02:19:05.198204+0000 mgr.smithi027.ahqzdk (mgr.14180) 1260 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:07.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:07 smithi173 conmon[40198]: audit 2024-01-24T02:19:05.197947+0000 mgr.smithi027.ahqzdk (mgr.14180) 1259 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:19:07.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:07 smithi173 conmon[40198]: cluster 2024-01-24T02:19:05.198204+0000 mgr.smithi027.ahqzdk (mgr.14180) 1260 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:08.632 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:19:08.632 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:19:08.499683Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.bctlpv on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv\nDeploy daemon haproxy.rgw.foo.smithi027.bctlpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:17:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:17:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:18:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:19:08.500931Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.tszxka on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:19:08.502005Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ebhasl on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:19:09.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:09 smithi027 conmon[35362]: cluster 2024-01-24T02:19:07 2024-01-24T02:19:09.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:09 smithi027 conmon[35362]: .198747+0000 mgr.smithi027.ahqzdk (mgr.14180) 1261 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:09.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:09 smithi027 conmon[35362]: audit 2024-01-24T02:19:08.498234+0000 mon.smithi027 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi027.bctlpv"}]: dispatch 2024-01-24T02:19:09.277 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:19:09.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:09 smithi173 conmon[40198]: cluster 2024-01-24T02:19:07.198747+0000 mgr.smithi027.ahqzdk (mgr.14180) 1261 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:09.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:09 smithi173 conmon[40198]: audit 2024-01-24T02:19:08.498234+0000 mon.smithi027 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi027.bctlpv"}]: dispatch 2024-01-24T02:19:10.279 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:19:10.314 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: cephadm 2024-01-24T02:19:08.497721+0000 mgr.smithi027.ahqzdk 2024-01-24T02:19:10.314 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: (mgr.14180) 1262 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv 2024-01-24T02:19:10.314 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv 2024-01-24T02:19:10.315 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv 2024-01-24T02:19:10.315 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv 2024-01-24T02:19:10.315 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: Deploy daemon haproxy.rgw.foo.smithi027.bctlpv ... 2024-01-24T02:19:10.315 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:19:10.315 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:19:10.315 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:17:11Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:19:10.315 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:17:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:19:10.315 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:18:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:19:10.315 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: 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-24T02:19:10.315 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: 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-24T02:19:10.315 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:19:10.315 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: Traceback (most recent call last): 2024-01-24T02:19:10.315 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T02:19:10.316 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: yield (conn, connr) 2024-01-24T02:19:10.316 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T02:19:10.316 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: code, '\n'.join(err))) 2024-01-24T02:19:10.316 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: 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-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv 2024-01-24T02:19:10.316 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv 2024-01-24T02:19:10.316 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv 2024-01-24T02:19:10.316 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv 2024-01-24T02:19:10.316 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: Deploy daemon haproxy.rgw.foo.smithi027.bctlpv ... 2024-01-24T02:19:10.316 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:19:10.316 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:19:10.316 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:17:11Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:19:10.316 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:17:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:19:10.316 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:18:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:19:10.317 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: 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-24T02:19:10.317 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: 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.docke 2024-01-24T02:19:10.317 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: r.com/increase-rate-limit 2024-01-24T02:19:10.317 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:19:10.317 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: cephadm 2024-01-24T02:19:08.497917+0000 mgr.smithi027.ahqzdk (mgr.14180) 1263 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi027.bctlpv 2024-01-24T02:19:10.317 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: cephadm 2024-01-24T02:19:08.499779+0000 mgr.smithi027.ahqzdk (mgr.14180) 1264 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi027.bctlpv on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv 2024-01-24T02:19:10.317 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv 2024-01-24T02:19:10.317 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv 2024-01-24T02:19:10.317 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv 2024-01-24T02:19:10.317 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: Deploy daemon haproxy.rgw.foo.smithi027.bctlpv ... 2024-01-24T02:19:10.317 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:19:10.317 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:19:10.318 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:17:11Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:19:10.318 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:17:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:19:10.318 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: stat: stderr time="2024-01-24T02:18:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:19:10.318 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: 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-24T02:19:10.318 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: 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-24T02:19:10.318 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:19:10.318 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: cephadm 2024-01-24T02:19:08.501011+0000 mgr.smithi027.ahqzdk (mgr.14180) 1265 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi027.tszxka on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-24T02:19:10.318 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: cephadm 2024-01-24T02:19:08.502081+0000 mgr.smithi027.ahqzdk (mgr.14180) 1266 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi173.ebhasl on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-24T02:19:10.318 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: cluster 2024-01-24T02:19:08.502828+0000 mgr.smithi027.ahqzdk (mgr.14180) 1267 : cluster [DBG] pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:10.318 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: audit 2024-01-24T02:19:08.628426+0000 mgr.smithi027.ahqzdk (mgr.14180) 1268 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:19:10.318 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:10 smithi027 conmon[35362]: cluster 2024-01-24T02:19:09.043961+0000 mon.smithi027 (mon.0) 731 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T02:19:10.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: cephadm 2024-01-24T02:19:08.497721+0000 mgr.smithi027.ahqzdk (mgr.14180) 1262 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv 2024-01-24T02:19:10.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv 2024-01-24T02:19:10.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv 2024-01-24T02:19:10.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv 2024-01-24T02:19:10.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: Deploy daemon haproxy.rgw.foo.smithi027.bctlpv ... 2024-01-24T02:19:10.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:19:10.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:19:10.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:17:11Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:19:10.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:17:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:19:10.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:18:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:19:10.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: 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-24T02:19:10.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: 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-24T02:19:10.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:19:10.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: Traceback (most recent call last): 2024-01-24T02:19:10.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T02:19:10.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: yield (conn, connr) 2024-01-24T02:19:10.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T02:19:10.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: code, '\n'.join(err))) 2024-01-24T02:19:10.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: 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-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv 2024-01-24T02:19:10.412 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv 2024-01-24T02:19:10.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv 2024-01-24T02:19:10.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv 2024-01-24T02:19:10.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: Deploy daemon haproxy.rgw.foo.smithi027.bctlpv ... 2024-01-24T02:19:10.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:19:10.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:19:10.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:17:11Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:19:10.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:17:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:19:10.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:18:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:19:10.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: 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-24T02:19:10.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: 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-24T02:19:10.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:19:10.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:19:10.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: cephadm 2024-01-24T02:19:08.497917+0000 mgr.smithi027.ahqzdk (mgr.14180) 1263 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi027.bctlpv 2024-01-24T02:19:10.413 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: cephadm 2024-01-24T02:19:08.499779+0000 mgr.smithi027.ahqzdk (mgr.14180) 1264 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi027.bctlpv on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv 2024-01-24T02:19:10.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv 2024-01-24T02:19:10.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv 2024-01-24T02:19:10.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: /bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv 2024-01-24T02:19:10.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: Deploy daemon haproxy.rgw.foo.smithi027.bctlpv ... 2024-01-24T02:19:10.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:19:10.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:19:10.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:17:11Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:19:10.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:17:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:19:10.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: stat: stderr time="2024-01-24T02:18:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:19:10.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: 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-24T02:19:10.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: 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-24T02:19:10.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: 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=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:19:10.414 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: cephadm 2024-01-24T02:19:08.501011+0000 mgr.smithi027.ahqzdk (mgr.14180) 1265 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi027.tszxka on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-24T02:19:10.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: cephadm 2024-01-24T02:19:08.502081+0000 mgr.smithi027.ahqzdk (mgr.14180) 1266 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi173.ebhasl on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-24T02:19:10.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: cluster 2024-01-24T02:19:08.502828+0000 mgr.smithi027.ahqzdk (mgr.14180) 1267 : cluster [DBG] pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:10.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: audit 2024-01-24T02:19:08.628426+0000 mgr.smithi027.ahqzdk (mgr.14180) 1268 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:19:10.415 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:10 smithi173 conmon[40198]: cluster 2024-01-24T02:19:09.043961+0000 mon.smithi027 (mon.0) 731 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T02:19:11.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:11 smithi027 conmon[35362]: audit 2024-01-24T02:19:10.181496+0000 mon.smithi027 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:19:11.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:11 smithi027 conmon[35362]: cluster 2024-01-24T02:19:11.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:11 smithi027 conmon[35362]: 2024-01-24T02:19:10.503528+0000 mgr.smithi027.ahqzdk (mgr.14180) 1269 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:11.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:11 smithi173 conmon[40198]: audit 2024-01-24T02:19:10.181496+0000 mon.smithi027 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:19:11.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:11 smithi173 conmon[40198]: cluster 2024-01-24T02:19:10.503528+0000 mgr.smithi027.ahqzdk (mgr.14180) 1269 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:12.125 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:19:12.125 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:19:08.499683Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.bctlpv on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv\nDeploy daemon haproxy.rgw.foo.smithi027.bctlpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:17:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:17:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:18:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:19:08.500931Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.tszxka on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:19:08.502005Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ebhasl on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:19:12.770 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:19:13.771 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:19:13.811 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:13 smithi027 conmon[35362]: audit 2024-01-24T02:19:12.120964+0000 mgr.smithi027.ahqzdk (mgr.14180) 1270 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:19:13.811 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:13 smithi027 conmon[35362]: cluster 2024-01-24T02:19:12.504226+0000 mgr.smithi027.ahqzdk (mgr.14180) 1271 : cluster [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:13.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:13 smithi173 conmon[40198]: audit 2024-01-24T02:19:12.120964+0000 mgr.smithi027.ahqzdk (mgr.14180) 1270 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:19:13.911 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:13 smithi173 conmon[40198]: cluster 2024-01-24T02:19:12.504226+0000 mgr.smithi027.ahqzdk (mgr.14180) 1271 : cluster [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:15.556 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:19:15.556 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:19:08.499683Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.bctlpv on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv\nDeploy daemon haproxy.rgw.foo.smithi027.bctlpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:17:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:17:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:18:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:19:08.500931Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.tszxka on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:19:08.502005Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ebhasl on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:19:15.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:15 smithi027 conmon[35362]: cluster 2024-01-24T02:19:14.504846+0000 mgr.smithi027.ahqzdk (mgr.14180) 1272 : cluster [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:15.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:15 smithi027 conmon[35362]: audit 2024-01-24T02:19:14.572092+0000 mon.smithi027 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:19:15.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:15 smithi173 conmon[40198]: cluster 2024-01-24T02:19:14.504846+0000 mgr.smithi027.ahqzdk (mgr.14180) 1272 : cluster [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:15.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:15 smithi173 conmon[40198]: audit 2024-01-24T02:19:14.572092+0000 mon.smithi027 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.27:0/2754329127' entity='mgr.smithi027.ahqzdk' 2024-01-24T02:19:16.158 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:19:16.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:16 smithi027 conmon[35362]: audit 2024-01-24T02:19:15.552501+0000 mgr.smithi027.ahqzdk (mgr.14180) 1273 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:19:16.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:16 smithi173 conmon[40198]: audit 2024-01-24T02:19:15.552501+0000 mgr.smithi027.ahqzdk (mgr.14180) 1273 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:19:17.159 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:19:17.907 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:17 smithi027 conmon[35362]: cluster 2024-01-24T02:19:16.505871+0000 mgr.smithi027.ahqzdk (mgr.14180) 1274 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:17.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:17 smithi173 conmon[40198]: cluster 2024-01-24T02:19:16.505871+0000 mgr.smithi027.ahqzdk (mgr.14180) 1274 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:18.963 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:19:18.963 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:19:08.499683Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.bctlpv on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv\nDeploy daemon haproxy.rgw.foo.smithi027.bctlpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:17:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:17:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:18:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:19:08.500931Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.tszxka on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:19:08.502005Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ebhasl on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:19:19.617 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:19:20.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:19 smithi027 conmon[35362]: cluster 2024-01-24T02:19:18.506438+0000 mgr.smithi027.ahqzdk (mgr.14180) 1275 : cluster [DBG] pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:20.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:19 smithi027 conmon[35362]: audit 2024-01-24T02:19:18.958601+0000 mgr.smithi027.ahqzdk (mgr.14180) 1276 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:19:20.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:19 smithi173 conmon[40198]: cluster 2024-01-24T02:19:18.506438+0000 mgr.smithi027.ahqzdk (mgr.14180) 1275 : cluster [DBG] pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:20.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:19 smithi173 conmon[40198]: audit 2024-01-24T02:19:18.958601+0000 mgr.smithi027.ahqzdk (mgr.14180) 1276 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:19:20.618 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:19:22.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:21 smithi027 conmon[35362]: cluster 2024-01-24T02:19:20.507125+0000 2024-01-24T02:19:22.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:21 smithi027 conmon[35362]: mgr.smithi027.ahqzdk (mgr.14180) 1277 : cluster [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:22.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:21 smithi173 conmon[40198]: cluster 2024-01-24T02:19:20.507125+0000 mgr.smithi027.ahqzdk (mgr.14180) 1277 : cluster [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:22.436 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:19:22.436 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:19:08.499683Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.bctlpv on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv\nDeploy daemon haproxy.rgw.foo.smithi027.bctlpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:17:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:17:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:18:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:19:08.500931Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.tszxka on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:19:08.502005Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ebhasl on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:19:23.033 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:19:24.035 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:19:24.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:23 smithi027 conmon[35362]: audit 2024-01-24T02:19:22.433001+0000 mgr.smithi027.ahqzdk (mgr.14180) 1278 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:19:24.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:23 smithi027 conmon[35362]: cluster 2024-01-24T02:19:22.508075+0000 mgr.smithi027.ahqzdk (mgr.14180) 1279 : cluster [DBG] pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:24.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:23 smithi173 conmon[40198]: audit 2024-01-24T02:19:22.433001+0000 mgr.smithi027.ahqzdk (mgr.14180) 1278 : audit 2024-01-24T02:19:24.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:23 smithi173 conmon[40198]: [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:19:24.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:23 smithi173 conmon[40198]: cluster 2024-01-24T02:19:22.508075+0000 mgr.smithi027.ahqzdk (mgr.14180) 1279 : cluster [DBG] pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:25.841 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:19:25.841 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:19:08.499683Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.bctlpv on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv\nDeploy daemon haproxy.rgw.foo.smithi027.bctlpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:17:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:17:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:18:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:19:08.500931Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.tszxka on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:19:08.502005Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ebhasl on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:19:26.156 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:25 smithi027 conmon[35362]: cluster 2024-01-24T02:19:24.508710+0000 mgr.smithi027.ahqzdk (mgr.14180) 1280 : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:26.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:25 smithi173 conmon[40198]: cluster 2024-01-24T02:19:24.508710+0000 mgr.smithi027.ahqzdk (mgr.14180) 1280 : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:26.465 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:19:27.406 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:26 smithi027 conmon[35362]: audit 2024-01-24T02:19:25.837262+0000 mgr.smithi027.ahqzdk (mgr.14180) 1281 2024-01-24T02:19:27.407 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:26 smithi027 conmon[35362]: : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:19:27.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:26 smithi173 conmon[40198]: audit 2024-01-24T02:19:25.837262+0000 mgr.smithi027.ahqzdk (mgr.14180) 1281 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:19:27.465 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:19:28.291 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:27 smithi027 conmon[35362]: cluster 2024-01-24T02:19:26.509462+0000 mgr.smithi027.ahqzdk ( 2024-01-24T02:19:28.291 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:27 smithi027 conmon[35362]: mgr.14180) 1282 : cluster [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:28.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:27 smithi173 conmon[40198]: cluster 2024-01-24T02:19:26.509462+0000 mgr.smithi027.ahqzdk (mgr.14180) 1282 : cluster [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:29.347 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:19:29.347 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:19:08.499683Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.bctlpv on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv\nDeploy daemon haproxy.rgw.foo.smithi027.bctlpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:17:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:17:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:18:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:19:08.500931Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.tszxka on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:19:08.502005Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ebhasl on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:19:29.882 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:19:30.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:29 smithi027 conmon[35362]: cluster 2024-01-24T02:19:28.510083+0000 mgr.smithi027.ahqzdk (mgr.14180) 1283 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:30.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:29 smithi173 conmon[40198]: cluster 2024-01-24T02:19:28.510083+0000 mgr.smithi027.ahqzdk (mgr.14180) 1283 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:30.882 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:19:31.332 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:30 smithi027 conmon[35362]: audit 2024-01-24T02:19:29.342963+0000 mgr.smithi027.ahqzdk (mgr.14180) 1284 : 2024-01-24T02:19:31.333 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:30 smithi027 conmon[35362]: audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:19:31.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:30 smithi173 conmon[40198]: audit 2024-01-24T02:19:29.342963+0000 mgr.smithi027.ahqzdk (mgr.14180) 1284 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:19:32.317 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:31 smithi027 conmon[35362]: cluster 2024-01-24T02:19:30.510871+0000 mgr.smithi027.ahqzdk (mgr.14180) 1285 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:32.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:31 smithi173 conmon[40198]: cluster 2024-01-24T02:19:30.510871+0000 mgr.smithi027.ahqzdk (mgr.14180) 1285 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:32.706 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:19:32.707 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:19:08.499683Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.bctlpv on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv\nDeploy daemon haproxy.rgw.foo.smithi027.bctlpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:17:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:17:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:18:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:19:08.500931Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.tszxka on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:19:08.502005Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ebhasl on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:19:33.349 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:19:34.350 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:19:34.385 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:33 smithi027 conmon[35362]: cluster 2024-01-24T02:19:32.511493+0000 mgr.smithi027.ahqzdk (mgr.14180) 1286 : cluster [DBG] pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:34.385 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:33 smithi027 conmon[35362]: audit 2024-01-24T02:19:32.702933+0000 mgr.smithi027.ahqzdk (mgr.14180) 1287 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:19:34.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:33 smithi173 conmon[40198]: cluster 2024-01-24T02:19:32.511493+0000 mgr.smithi027.ahqzdk (mgr.14180) 1286 : cluster [DBG] pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:34.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:33 smithi173 conmon[40198]: audit 2024-01-24T02:19:32.702933+0000 mgr.smithi027.ahqzdk (mgr. 2024-01-24T02:19:34.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:33 smithi173 conmon[40198]: 14180) 1287 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:19:36.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:35 smithi027 conmon[35362]: cluster 2024-01-24T02:19:34.512253+0000 mgr.smithi027.ahqzdk (mgr.14180) 1288 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:36.256 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:19:36.257 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:19:08.499683Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.bctlpv on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv\nDeploy daemon haproxy.rgw.foo.smithi027.bctlpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:17:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:17:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:18:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:19:08.500931Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.tszxka on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:19:08.502005Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ebhasl on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:19:36.410 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:35 smithi173 conmon[40198]: cluster 2024-01-24T02:19:34.512253+0000 mgr.smithi027.ahqzdk (mgr.14180) 1288 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:36.897 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:19:37.898 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:19:38.382 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:37 smithi027 conmon[35362]: audit 2024-01-24T02:19:36.253022+0000 mgr.smithi027.ahqzdk (mgr.14180) 1289 : audit [DBG] 2024-01-24T02:19:38.382 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:37 smithi027 conmon[35362]: from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:19:38.383 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:37 smithi027 conmon[35362]: cluster 2024-01-24T02:19:36.513184+0000 mgr.smithi027.ahqzdk (mgr.14180) 1290 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:38.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:37 smithi173 conmon[40198]: audit 2024-01-24T02:19:36.253022+0000 mgr.smithi027.ahqzdk (mgr.14180) 1289 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:19:38.411 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:37 smithi173 conmon[40198]: cluster 2024-01-24T02:19:36.513184+0000 mgr.smithi027.ahqzdk (mgr.14180) 1290 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:39.769 INFO:teuthology.orchestra.run.smithi027.stdout: 2024-01-24T02:19:39.769 INFO:teuthology.orchestra.run.smithi027.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T01:52:27.573008Z", "last_refresh": "2024-01-24T02:14:00.482510Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T01:52:22.432469Z", "last_refresh": "2024-01-24T02:13:57.128545Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T01:52:25.180262Z", "last_refresh": "2024-01-24T02:14:00.482655Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:12:55.347079Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ysmmtj on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:16:34.757213Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi173.xqfgtm on smithi173: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi173-xqfgtm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi173.xqfgtm\nDeploy daemon haproxy.rgw.foo.smithi173.xqfgtm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:14:38Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:15:54Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi173 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:19:08.499683Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi027.bctlpv on smithi027: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy-rgw-foo-smithi027-bctlpv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-haproxy.rgw.foo.smithi027.bctlpv\nDeploy daemon haproxy.rgw.foo.smithi027.bctlpv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:17:11Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:17:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:18:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi027 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:19:08.500931Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi027.tszxka on smithi027: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-24T02:19:08.502005Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi173.ebhasl on smithi173: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.27/16"}, "status": {"created": "2024-01-24T01:57:05.417410Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.27/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T01:52:21.073354Z", "last_refresh": "2024-01-24T02:13:57.128697Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T01:53:47.144862Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi027:172.21.15.27=smithi027", "smithi173:172.21.15.173=smithi173"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T01:53:47.142491Z", "last_refresh": "2024-01-24T02:13:57.128780Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T01:52:26.357428Z", "last_refresh": "2024-01-24T02:13:57.128855Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T01:54:13.333417Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T01:54:13.330152Z", "last_refresh": "2024-01-24T02:13:57.128927Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T01:52:23.743361Z", "last_refresh": "2024-01-24T02:14:00.482783Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T01:57:05.417175Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-24T01:57:12.520956Z", "last_refresh": "2024-01-24T02:13:57.129205Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-24T02:19:40.157 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:39 smithi027 conmon[35362]: cluster 2024-01-24T02:19:38.513743+0000 mgr.smithi027.ahqzdk (mgr.14180) 1291 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:40.323 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-24T02:19:40.324 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_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/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-24T02:19:40.581 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=682a3a45a70d403a90f4bacda200f1ab 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_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/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-24T02:19:40.582 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-24T02:19:40.593 INFO:tasks.vip:Removing 10.0.15.27 (and any VIPs) on smithi027.front.sepia.ceph.com iface ens1f0... 2024-01-24T02:19:40.593 DEBUG:teuthology.orchestra.run.smithi027:> sudo ip addr del 10.0.15.27/16 dev ens1f0 2024-01-24T02:19:40.607 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:39 smithi173 conmon[40198]: cluster 2024-01-24T02:19:38.513743+0000 mgr.smithi027.ahqzdk (mgr.14180) 1291 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:19:40.642 DEBUG:teuthology.orchestra.run.smithi027:> sudo ip addr del 10.0.31.27/16 dev ens1f0 2024-01-24T02:19:40.711 INFO:teuthology.orchestra.run.smithi027.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-24T02:19:40.712 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-24T02:19:40.713 INFO:tasks.vip:Removing 10.0.15.173 (and any VIPs) on smithi173.front.sepia.ceph.com iface enp3s0f1... 2024-01-24T02:19:40.713 DEBUG:teuthology.orchestra.run.smithi173:> sudo ip addr del 10.0.15.173/16 dev enp3s0f1 2024-01-24T02:19:40.769 DEBUG:teuthology.orchestra.run.smithi173:> sudo ip addr del 10.0.31.27/16 dev enp3s0f1 2024-01-24T02:19:40.797 INFO:teuthology.orchestra.run.smithi173.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-24T02:19:40.798 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-24T02:19:40.798 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-24T02:19:40.808 INFO:tasks.cephadm:Teardown begin 2024-01-24T02:19:40.808 DEBUG:teuthology.orchestra.run.smithi027:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-24T02:19:40.837 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-24T02:19:40.867 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-24T02:19:40.867 DEBUG:teuthology.orchestra.run.smithi027:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-24T02:19:40.895 DEBUG:teuthology.orchestra.run.smithi173:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-24T02:19:40.925 INFO:tasks.cephadm:Stopping all daemons... 2024-01-24T02:19:40.925 INFO:tasks.cephadm.mon.smithi027:Stopping mon.smithi027... 2024-01-24T02:19:40.925 DEBUG:teuthology.orchestra.run.smithi027:> sudo systemctl stop ceph-07bcd718-ba5b-11ee-95b1-87774f69a715@mon.smithi027 2024-01-24T02:19:41.031 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:40 smithi173 conmon[40198]: audit 2024-01-24T02:19:39.764662+0000 mgr.smithi027.ahqzdk (mgr.14180) 1292 2024-01-24T02:19:41.031 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:40 smithi173 conmon[40198]: : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:19:41.256 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:40 smithi027 systemd[1]: Stopping Ceph mon.smithi027 for 07bcd718-ba5b-11ee-95b1-87774f69a715... 2024-01-24T02:19:41.257 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:40 smithi027 conmon[35362]: audit 2024-01-24T02:19:39.764662+0000 mgr.smithi027.ahqzdk (mgr.14180) 1292 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:19:41.257 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:41 smithi027 bash[238346]: Error: no container with name or ID ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-mon.smithi027 found: no such container 2024-01-24T02:19:41.257 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:41 smithi027 conmon[35362]: debug 2024-01-24T02:19:41.255+0000 7f0bce6ae700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi027 -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-24T02:19:41.257 INFO:journalctl@ceph.mon.smithi027.smithi027.stdout:Jan 24 02:19:41 smithi027 conmon[35362]: debug 2024-01-24T02:19:41.255+0000 7f0bce6ae700 -1 mon.smithi027@0(leader) e2 *** Got Signal Terminated *** 2024-01-24T02:19:42.163 DEBUG:teuthology.orchestra.run.smithi027:> sudo pkill -f 'journalctl -f -n 0 -u ceph-07bcd718-ba5b-11ee-95b1-87774f69a715@mon.smithi027.service' 2024-01-24T02:19:42.230 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-24T02:19:42.231 INFO:tasks.cephadm.mon.smithi027:Stopped mon.smithi027 2024-01-24T02:19:42.231 INFO:tasks.cephadm.mon.smithi173:Stopping mon.smithi173... 2024-01-24T02:19:42.231 DEBUG:teuthology.orchestra.run.smithi173:> sudo systemctl stop ceph-07bcd718-ba5b-11ee-95b1-87774f69a715@mon.smithi173 2024-01-24T02:19:42.654 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:42 smithi173 systemd[1]: Stopping Ceph mon.smithi173 for 07bcd718-ba5b-11ee-95b1-87774f69a715... 2024-01-24T02:19:42.654 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:42 smithi173 bash[70543]: Error: no container with name or ID ceph-07bcd718-ba5b-11ee-95b1-87774f69a715-mon.smithi173 found: no such container 2024-01-24T02:19:42.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:42 smithi173 conmon[40198]: debug 2024-01-24T02:19:42.653+0000 7fa11bf05700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi173 -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-24T02:19:42.910 INFO:journalctl@ceph.mon.smithi173.smithi173.stdout:Jan 24 02:19:42 smithi173 conmon[40198]: debug 2024-01-24T02:19:42.653+0000 7fa11bf05700 -1 mon.smithi173@1(peon) e2 *** Got Signal Terminated *** 2024-01-24T02:19:43.422 DEBUG:teuthology.orchestra.run.smithi173:> sudo pkill -f 'journalctl -f -n 0 -u ceph-07bcd718-ba5b-11ee-95b1-87774f69a715@mon.smithi173.service' 2024-01-24T02:19:43.467 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-24T02:19:43.467 INFO:tasks.cephadm.mon.smithi173:Stopped mon.smithi173 2024-01-24T02:19:43.467 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 --force --keep-logs 2024-01-24T02:20:43.636 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 --force --keep-logs 2024-01-24T02:21:37.840 DEBUG:teuthology.orchestra.run.smithi027:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-24T02:21:37.880 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-24T02:21:37.910 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-24T02:21:37.913 DEBUG:teuthology.misc:Transferring archived files from smithi027:/var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529760/remote/ubuntu@smithi027.front.sepia.ceph.com/crash 2024-01-24T02:21:37.914 DEBUG:teuthology.orchestra.run.smithi027:> sudo tar c -f - -C /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/crash -- . 2024-01-24T02:21:37.962 INFO:teuthology.orchestra.run.smithi027.stderr:tar: /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/crash: Cannot open: No such file or directory 2024-01-24T02:21:37.963 INFO:teuthology.orchestra.run.smithi027.stderr:tar: Error is not recoverable: exiting now 2024-01-24T02:21:37.964 DEBUG:teuthology.misc:Transferring archived files from smithi173:/var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529760/remote/ubuntu@smithi173.front.sepia.ceph.com/crash 2024-01-24T02:21:37.965 DEBUG:teuthology.orchestra.run.smithi173:> sudo tar c -f - -C /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/crash -- . 2024-01-24T02:21:38.003 INFO:teuthology.orchestra.run.smithi173.stderr:tar: /var/lib/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/crash: Cannot open: No such file or directory 2024-01-24T02:21:38.004 INFO:teuthology.orchestra.run.smithi173.stderr:tar: Error is not recoverable: exiting now 2024-01-24T02:21:38.005 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-24T02:21:38.005 DEBUG:teuthology.orchestra.run.smithi027:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-24T02:21:38.037 INFO:teuthology.orchestra.run.smithi027.stderr:grep: /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph.log: No such file or directory 2024-01-24T02:21:38.039 INFO:tasks.cephadm:Compressing logs... 2024-01-24T02:21:38.039 DEBUG:teuthology.orchestra.run.smithi027:> 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-24T02:21:38.083 DEBUG:teuthology.orchestra.run.smithi173:> 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-24T02:21:38.110 INFO:teuthology.orchestra.run.smithi173.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-01-24T02:21:38.110 INFO:teuthology.orchestra.run.smithi173.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-24T02:21:38.111 INFO:teuthology.orchestra.run.smithi173.stderr:gzip -5 --verbose -- /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-mon.smithi173.log 2024-01-24T02:21:38.111 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-osd.2.log 2024-01-24T02:21:38.111 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-mon.smithi173.log: gzip -5 --verbose -- /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-volume.log 2024-01-24T02:21:38.113 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-osd.0.log 2024-01-24T02:21:38.113 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-osd.6.log 2024-01-24T02:21:38.114 INFO:teuthology.orchestra.run.smithi027.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-01-24T02:21:38.114 INFO:teuthology.orchestra.run.smithi027.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-24T02:21:38.114 INFO:teuthology.orchestra.run.smithi027.stderr:gzip -5 --verbose -- /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-osd.5.log 2024-01-24T02:21:38.114 INFO:teuthology.orchestra.run.smithi027.stderr:gzip -5 --verbose -- /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-client.rgw.foo.smithi027.mhmfwf.log 2024-01-24T02:21:38.114 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-osd.7.log 2024-01-24T02:21:38.114 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-osd.5.log: /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-client.rgw.foo.smithi027.mhmfwf.log: gzip -5 --verbose -- /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-osd.1.log 2024-01-24T02:21:38.115 INFO:teuthology.orchestra.run.smithi027.stderr: 58.1% -- replaced with /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-client.rgw.foo.smithi027.mhmfwf.log.gz 2024-01-24T02:21:38.115 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-osd.3.log 2024-01-24T02:21:38.116 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-osd.0.log: /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-osd.6.log: 90.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-24T02:21:38.116 INFO:teuthology.orchestra.run.smithi173.stderr:gzip -5 --verbose -- /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-client.rgw.foo.smithi173.yjtwng.log 2024-01-24T02:21:38.117 INFO:teuthology.orchestra.run.smithi173.stderr:gzip -5 --verbose -- /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-mgr.smithi173.zvksgn.log 2024-01-24T02:21:38.117 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-client.rgw.foo.smithi173.yjtwng.log: 67.2% -- replaced with /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-client.rgw.foo.smithi173.yjtwng.log.gz 2024-01-24T02:21:38.117 INFO:teuthology.orchestra.run.smithi173.stderr:gzip -5 --verbose -- /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-client.rgw.foo.smithi173.xoxjdl.log 2024-01-24T02:21:38.117 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-mgr.smithi173.zvksgn.log: /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-client.rgw.foo.smithi173.xoxjdl.log: 64.9% -- replaced with /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-client.rgw.foo.smithi173.xoxjdl.log.gz 2024-01-24T02:21:38.117 INFO:teuthology.orchestra.run.smithi173.stderr:gzip -5 --verbose -- /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-osd.4.log 2024-01-24T02:21:38.118 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-osd.1.log: /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-volume.log 2024-01-24T02:21:38.119 INFO:teuthology.orchestra.run.smithi027.stderr:gzip -5 --verbose -- /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-client.rgw.foo.smithi027.zcfeda.log 2024-01-24T02:21:38.119 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-osd.4.log: 92.4% -- replaced with /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-volume.log.gz 2024-01-24T02:21:38.120 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-volume.log: /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-client.rgw.foo.smithi027.zcfeda.log: 69.5% -- replaced with /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-client.rgw.foo.smithi027.zcfeda.log.gz 2024-01-24T02:21:38.120 INFO:teuthology.orchestra.run.smithi027.stderr:gzip -5 --verbose -- /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-mon.smithi027.log 2024-01-24T02:21:38.120 INFO:teuthology.orchestra.run.smithi027.stderr:gzip -5 --verbose -- /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-mgr.smithi027.ahqzdk.log 2024-01-24T02:21:38.124 INFO:teuthology.orchestra.run.smithi173.stderr: 93.3% -- replaced with /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-mgr.smithi173.zvksgn.log.gz 2024-01-24T02:21:38.128 INFO:teuthology.orchestra.run.smithi027.stderr:/var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-mon.smithi027.log: /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-mgr.smithi027.ahqzdk.log: 92.3% -- replaced with /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-volume.log.gz 2024-01-24T02:21:38.141 INFO:teuthology.orchestra.run.smithi027.stderr: 93.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-24T02:21:38.418 INFO:teuthology.orchestra.run.smithi027.stderr: 90.2% -- replaced with /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-mgr.smithi027.ahqzdk.log.gz 2024-01-24T02:21:38.476 INFO:teuthology.orchestra.run.smithi173.stderr: 92.7% -- replaced with /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-mon.smithi173.log.gz 2024-01-24T02:21:38.756 INFO:teuthology.orchestra.run.smithi173.stderr: 93.4% -- replaced with /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-osd.2.log.gz 2024-01-24T02:21:38.856 INFO:teuthology.orchestra.run.smithi027.stderr: 93.3% -- replaced with /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-osd.7.log.gz 2024-01-24T02:21:39.017 INFO:teuthology.orchestra.run.smithi173.stderr: 93.2% -- replaced with /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-osd.6.log.gz 2024-01-24T02:21:39.017 INFO:teuthology.orchestra.run.smithi173.stderr: 93.2% -- replaced with /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-osd.4.log.gz 2024-01-24T02:21:39.053 INFO:teuthology.orchestra.run.smithi027.stderr: 93.3% -- replaced with /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-osd.1.log.gz 2024-01-24T02:21:39.099 INFO:teuthology.orchestra.run.smithi027.stderr: 90.3% -- replaced with /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-mon.smithi027.log.gz 2024-01-24T02:21:39.142 INFO:teuthology.orchestra.run.smithi173.stderr: 93.3% -- replaced with /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-osd.0.log.gz 2024-01-24T02:21:39.143 INFO:teuthology.orchestra.run.smithi173.stderr: 2024-01-24T02:21:39.143 INFO:teuthology.orchestra.run.smithi173.stderr:real 0m1.045s 2024-01-24T02:21:39.143 INFO:teuthology.orchestra.run.smithi173.stderr:user 0m3.733s 2024-01-24T02:21:39.144 INFO:teuthology.orchestra.run.smithi173.stderr:sys 0m0.154s 2024-01-24T02:21:39.250 INFO:teuthology.orchestra.run.smithi027.stderr: 93.3% -- replaced with /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-osd.5.log.gz 2024-01-24T02:21:39.326 INFO:teuthology.orchestra.run.smithi027.stderr: 93.5% -- replaced with /var/log/ceph/07bcd718-ba5b-11ee-95b1-87774f69a715/ceph-osd.3.log.gz 2024-01-24T02:21:39.328 INFO:teuthology.orchestra.run.smithi027.stderr: 2024-01-24T02:21:39.328 INFO:teuthology.orchestra.run.smithi027.stderr:real 0m1.230s 2024-01-24T02:21:39.328 INFO:teuthology.orchestra.run.smithi027.stderr:user 0m5.183s 2024-01-24T02:21:39.329 INFO:teuthology.orchestra.run.smithi027.stderr:sys 0m0.191s 2024-01-24T02:21:39.329 INFO:tasks.cephadm:Archiving logs... 2024-01-24T02:21:39.329 DEBUG:teuthology.misc:Transferring archived files from smithi027:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529760/remote/ubuntu@smithi027.front.sepia.ceph.com/log 2024-01-24T02:21:39.330 DEBUG:teuthology.orchestra.run.smithi027:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-24T02:21:40.127 DEBUG:teuthology.misc:Transferring archived files from smithi173:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529760/remote/ubuntu@smithi173.front.sepia.ceph.com/log 2024-01-24T02:21:40.128 DEBUG:teuthology.orchestra.run.smithi173:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-24T02:21:40.727 INFO:tasks.cephadm:Removing cluster... 2024-01-24T02:21:40.727 DEBUG:teuthology.orchestra.run.smithi027:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 --force 2024-01-24T02:21:41.202 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 07bcd718-ba5b-11ee-95b1-87774f69a715 --force 2024-01-24T02:21:41.658 INFO:tasks.cephadm:Removing cephadm ... 2024-01-24T02:21:41.658 DEBUG:teuthology.orchestra.run.smithi027:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-24T02:21:41.678 DEBUG:teuthology.orchestra.run.smithi173:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-24T02:21:41.695 INFO:tasks.cephadm:Teardown complete 2024-01-24T02:21:41.695 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-24T02:21:41.706 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi027:/dev/vg_nvme/lv_1... 2024-01-24T02:21:41.706 DEBUG:teuthology.orchestra.run.smithi027:> sudo nvme disconnect -n lv_1 2024-01-24T02:21:41.845 INFO:teuthology.orchestra.run.smithi027.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-24T02:21:41.846 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:21:41.846 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi027:/dev/vg_nvme/lv_2... 2024-01-24T02:21:41.847 DEBUG:teuthology.orchestra.run.smithi027:> sudo nvme disconnect -n lv_2 2024-01-24T02:21:41.974 INFO:teuthology.orchestra.run.smithi027.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-24T02:21:41.975 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:21:41.975 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi027:/dev/vg_nvme/lv_3... 2024-01-24T02:21:41.976 DEBUG:teuthology.orchestra.run.smithi027:> sudo nvme disconnect -n lv_3 2024-01-24T02:21:42.108 INFO:teuthology.orchestra.run.smithi027.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-24T02:21:42.108 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:21:42.109 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi027:/dev/vg_nvme/lv_4... 2024-01-24T02:21:42.109 DEBUG:teuthology.orchestra.run.smithi027:> sudo nvme disconnect -n lv_4 2024-01-24T02:21:42.244 INFO:teuthology.orchestra.run.smithi027.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-24T02:21:42.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:21:42.246 DEBUG:teuthology.orchestra.run.smithi027:> set -ex 2024-01-24T02:21:42.246 DEBUG:teuthology.orchestra.run.smithi027:> sudo dd of=/scratch_devs 2024-01-24T02:21:42.274 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi173:/dev/vg_nvme/lv_1... 2024-01-24T02:21:42.274 DEBUG:teuthology.orchestra.run.smithi173:> sudo nvme disconnect -n lv_1 2024-01-24T02:21:42.404 INFO:teuthology.orchestra.run.smithi173.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-24T02:21:42.406 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:21:42.407 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi173:/dev/vg_nvme/lv_2... 2024-01-24T02:21:42.407 DEBUG:teuthology.orchestra.run.smithi173:> sudo nvme disconnect -n lv_2 2024-01-24T02:21:42.546 INFO:teuthology.orchestra.run.smithi173.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-24T02:21:42.547 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:21:42.548 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi173:/dev/vg_nvme/lv_3... 2024-01-24T02:21:42.548 DEBUG:teuthology.orchestra.run.smithi173:> sudo nvme disconnect -n lv_3 2024-01-24T02:21:42.677 INFO:teuthology.orchestra.run.smithi173.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-24T02:21:42.678 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:21:42.679 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi173:/dev/vg_nvme/lv_4... 2024-01-24T02:21:42.679 DEBUG:teuthology.orchestra.run.smithi173:> sudo nvme disconnect -n lv_4 2024-01-24T02:21:42.794 INFO:teuthology.orchestra.run.smithi173.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-24T02:21:42.796 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:21:42.796 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-01-24T02:21:42.796 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/scratch_devs 2024-01-24T02:21:42.824 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-24T02:21:42.834 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-24T02:21:42.834 DEBUG:teuthology.orchestra.run.smithi027:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-24T02:21:42.836 DEBUG:teuthology.orchestra.run.smithi173:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-24T02:21:42.854 INFO:teuthology.orchestra.run.smithi027.stderr:bash: ntpq: command not found 2024-01-24T02:21:42.859 INFO:teuthology.orchestra.run.smithi027.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-24T02:21:42.859 INFO:teuthology.orchestra.run.smithi027.stdout:=============================================================================== 2024-01-24T02:21:42.859 INFO:teuthology.orchestra.run.smithi027.stdout:^+ hv01.front.sepia.ceph.com 2 7 377 120 +439us[ +438us] +/- 95ms 2024-01-24T02:21:42.859 INFO:teuthology.orchestra.run.smithi027.stdout:^* hv02.front.sepia.ceph.com 3 7 377 51 +88us[ +89us] +/- 61ms 2024-01-24T02:21:42.860 INFO:teuthology.orchestra.run.smithi027.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 54 -414us[ -413us] +/- 67ms 2024-01-24T02:21:42.860 INFO:teuthology.orchestra.run.smithi027.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T02:21:42.880 INFO:teuthology.orchestra.run.smithi173.stderr:bash: ntpq: command not found 2024-01-24T02:21:42.884 INFO:teuthology.orchestra.run.smithi173.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-24T02:21:42.885 INFO:teuthology.orchestra.run.smithi173.stdout:=============================================================================== 2024-01-24T02:21:42.885 INFO:teuthology.orchestra.run.smithi173.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 53 +427us[ +386us] +/- 96ms 2024-01-24T02:21:42.885 INFO:teuthology.orchestra.run.smithi173.stdout:^* hv02.front.sepia.ceph.com 3 6 377 52 +65us[ +23us] +/- 61ms 2024-01-24T02:21:42.885 INFO:teuthology.orchestra.run.smithi173.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 52 -416us[ -416us] +/- 67ms 2024-01-24T02:21:42.885 INFO:teuthology.orchestra.run.smithi173.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T02:21:42.885 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-24T02:21:42.898 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-24T02:21:42.899 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-24T02:21:42.909 DEBUG:teuthology.orchestra.run.smithi027:> 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-24T02:21:42.990 DEBUG:teuthology.orchestra.run.smithi173:> 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-24T02:21:43.050 DEBUG:teuthology.orchestra.run.smithi027:> 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-24T02:21:43.084 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:21:43.084 DEBUG:teuthology.orchestra.run.smithi173:> 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-24T02:21:43.114 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:21:43.114 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-24T02:21:43.125 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-24T02:21:43.135 INFO:teuthology.task.internal:Duration was 2461.201351 seconds 2024-01-24T02:21:43.135 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-24T02:21:43.145 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-24T02:21:43.146 DEBUG:teuthology.orchestra.run.smithi027:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-24T02:21:43.148 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-24T02:21:43.197 INFO:teuthology.orchestra.run.smithi027.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-24T02:21:43.200 INFO:teuthology.orchestra.run.smithi173.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-24T02:21:43.422 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-24T02:21:43.423 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi027.front.sepia.ceph.com 2024-01-24T02:21:43.423 DEBUG:teuthology.orchestra.run.smithi027:> 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-24T02:21:43.446 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi173.front.sepia.ceph.com 2024-01-24T02:21:43.446 DEBUG:teuthology.orchestra.run.smithi173:> 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-24T02:21:43.467 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-24T02:21:43.467 DEBUG:teuthology.orchestra.run.smithi027:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-24T02:21:43.489 DEBUG:teuthology.orchestra.run.smithi173:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-24T02:21:43.567 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-24T02:21:43.568 DEBUG:teuthology.orchestra.run.smithi027:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-24T02:21:43.570 DEBUG:teuthology.orchestra.run.smithi173:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-24T02:21:43.741 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-24T02:21:43.752 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-24T02:21:43.752 DEBUG:teuthology.orchestra.run.smithi027:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-24T02:21:43.780 DEBUG:teuthology.orchestra.run.smithi173:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-24T02:21:43.808 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-24T02:21:43.819 DEBUG:teuthology.orchestra.run.smithi027:> 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-24T02:21:43.823 DEBUG:teuthology.orchestra.run.smithi173:> 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-24T02:21:43.848 INFO:teuthology.orchestra.run.smithi027.stdout:kernel.core_pattern = core 2024-01-24T02:21:43.874 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern = core 2024-01-24T02:21:43.893 DEBUG:teuthology.orchestra.run.smithi027:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-24T02:21:43.924 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:21:43.925 DEBUG:teuthology.orchestra.run.smithi173:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-24T02:21:43.949 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:21:43.950 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-24T02:21:43.961 INFO:teuthology.task.internal:Transferring archived files... 2024-01-24T02:21:43.962 DEBUG:teuthology.misc:Transferring archived files from smithi027:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529760/remote/smithi027 2024-01-24T02:21:43.963 DEBUG:teuthology.orchestra.run.smithi027:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-24T02:21:44.018 DEBUG:teuthology.misc:Transferring archived files from smithi173:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529760/remote/smithi173 2024-01-24T02:21:44.018 DEBUG:teuthology.orchestra.run.smithi173:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-24T02:21:44.058 INFO:teuthology.task.internal:Removing archive directory... 2024-01-24T02:21:44.058 DEBUG:teuthology.orchestra.run.smithi027:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-24T02:21:44.060 DEBUG:teuthology.orchestra.run.smithi173:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-24T02:21:44.108 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-24T02:21:44.121 INFO:teuthology.task.internal:Not uploading archives. 2024-01-24T02:21:44.121 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-24T02:21:44.131 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-24T02:21:44.131 DEBUG:teuthology.orchestra.run.smithi027:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-24T02:21:44.134 DEBUG:teuthology.orchestra.run.smithi173:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-24T02:21:44.148 INFO:teuthology.orchestra.run.smithi027.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 24 02:21 /home/ubuntu/cephtest 2024-01-24T02:21:44.165 INFO:teuthology.orchestra.run.smithi173.stdout: 262157 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 24 02:21 /home/ubuntu/cephtest 2024-01-24T02:21:44.166 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-24T02:21:44.177 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-24T02:21:44.201 INFO:teuthology.nuke:Checking targets against current locks 2024-01-24T02:21:44.231 DEBUG:teuthology.nuke:shortname: smithi027 2024-01-24T02:21:44.232 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-24T02:21:44.259 DEBUG:teuthology.nuke:shortname: smithi173 2024-01-24T02:21:44.259 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-24T02:21:44.263 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi027.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529760', '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-24 01:34:50.544202', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAodnnwcUdBMrCJpQUEZCUi3r4bK65H5LpE6AkT4tCkh7ZmMolQDucMfXH9L7gHWEAzlnRbNUlQoUrn5g3vELg4='} 2024-01-24T02:21:44.284 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi173.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529760', '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-24 01:34:50.546283', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMdz2DxgQyBq4wlvH79/yZcubwKObx5eaDr7dkOpp8UBt416wA37CSneJ4Zt/CBJWBIVGT2F2eM09E2GveOh7K8='} 2024-01-24T02:21:44.318 INFO:teuthology.orchestra.console.smithi027:Power off 2024-01-24T02:21:44.319 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-24T02:21:44.339 INFO:teuthology.orchestra.console.smithi173:Power off 2024-01-24T02:21:44.339 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-24T02:21:44.351 DEBUG:teuthology.orchestra.console.smithi027:power off output: Chassis Power Control: Down/Off 2024-01-24T02:21:44.351 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T02:21:44.367 DEBUG:teuthology.orchestra.console.smithi173:power off output: Chassis Power Control: Down/Off 2024-01-24T02:21:44.367 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T02:21:44.377 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is on 2024-01-24T02:21:44.391 DEBUG:teuthology.orchestra.console.smithi173:check power output: Chassis Power is on 2024-01-24T02:21:48.379 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T02:21:48.393 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T02:21:48.490 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is on 2024-01-24T02:21:48.502 DEBUG:teuthology.orchestra.console.smithi173:check power output: Chassis Power is on 2024-01-24T02:21:52.492 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T02:21:52.503 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T02:21:52.602 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is on 2024-01-24T02:21:52.613 DEBUG:teuthology.orchestra.console.smithi173:check power output: Chassis Power is off 2024-01-24T02:21:52.713 INFO:teuthology.orchestra.console.smithi173:Power off completed 2024-01-24T02:21:56.605 DEBUG:teuthology.orchestra.console.smithi027:pexpect command: ipmitool -H smithi027.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T02:21:56.715 DEBUG:teuthology.orchestra.console.smithi027:check power output: Chassis Power is off 2024-01-24T02:21:56.815 INFO:teuthology.orchestra.console.smithi027:Power off completed 2024-01-24T02:21:56.920 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: 2461.20135140419 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=682a3a45a70d403a90f4bacda200f1ab status: fail success: false 2024-01-24T02:21:56.920 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-24T02:21:57.019 INFO:teuthology.run:FAIL